Home
last modified time | relevance | path

Searched refs:NV (Results 1 – 10 of 10) sorted by relevance

/system/tpm/trunks/generator/
Draw_commands.txt549 NV Counters .......................................................................................…
990 {NV}
993 to indicate that the command may result in an update of NV memory and be subject to rate
994 throttling by the TPM. If the command code does not have this notation, then a write to NV
996 NOTE Any command that uses authorization may cause a write to NV if there is an authorization
997 failure. A TPM may use the occasion of command execution to update the NV
1005 TPM when the command completes. This may be combined with the {NV} modifier but not with the
1011 {NV F}
1020 context likely will be required. This may be combined with the {NV} modifier but not with the {F}
1026 {NV E}
[all …]
Draw_commands_fixed.txt549 NV Counters .......................................................................................…
990 {NV}
993 to indicate that the command may result in an update of NV memory and be subject to rate
994 throttling by the TPM. If the command code does not have this notation, then a write to NV
996 NOTE Any command that uses authorization may cause a write to NV if there is an authorization
997 failure. A TPM may use the occasion of command execution to update the NV
1005 TPM when the command completes. This may be combined with the {NV} modifier but not with the
1011 {NV F}
1020 context likely will be required. This may be combined with the {NV} modifier but not with the {F}
1026 {NV E}
[all …]
Draw_structures_fixed.txt705 NV Storage Structures .............................................................................…
707 13.2 TPMA_NV (NV Index Attributes) ................................................................…
3304 NV Write
3308 indicates whether the command may cause an NV write operation
3310 command is expected to cause modification of the NV memory
3313 modification to NV associated with an orderly shutdown. That is, the
3314 command may modify the orderly save state of NV, in which case, an
3315 NV write will be necessary.
3319 NV actions due to a previous command or because of an
3324 Any command with an authorization value may cause an NV write
[all …]
Draw_structures.txt705 NV Storage Structures .............................................................................…
707 13.2 TPMA_NV (NV Index Attributes) ................................................................…
3310 NV Write
3314 indicates whether the command may cause an NV write operation
3316 command is expected to cause modification of the NV memory
3319 modification to NV associated with an orderly shutdown. That is, the
3320 command may modify the orderly save state of NV, in which case, an
3321 NV write will be necessary.
3325 NV actions due to a previous command or because of an
3330 Any command with an authorization value may cause an NV write
[all …]
/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator
DGGLAssembler.cpp708 int cc = NV; in build_alpha_test()
710 case GGL_NEVER: cc = NV; break; in build_alpha_test()
DMIPS64Assembler.cpp710 case NV: /* B Never - no instruction */ break; in B()
DMIPSAssembler.cpp720 case NV: /* B Never - no instruction */ break; in B()
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dmips64_assembler_test.cpp120 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Darm64_assembler_test.cpp119 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV, enumerator