HomeSort by relevance Sort by last modified time
    Searched refs:NvReadReserved (Results 1 - 4 of 4) sorted by null

  /external/tpm2/
Startup.c 49 NvReadReserved(NV_ORDERLY, &g_prevOrderlyState);
96 NvReadReserved(NV_STATE_RESET, &gr);
103 NvReadReserved(NV_STATE_CLEAR, &gc);
104 NvReadReserved(NV_STATE_RESET, &gr);
NV.c 574 // NvReadReserved()
579 NvReadReserved(
621 NvReadReserved(NV_DISABLE_CLEAR, &gp.disableClear);
622 NvReadReserved(NV_OWNER_ALG, &gp.ownerAlg);
623 NvReadReserved(NV_ENDORSEMENT_ALG, &gp.endorsementAlg);
624 NvReadReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg);
625 NvReadReserved(NV_OWNER_POLICY, &gp.ownerPolicy);
626 NvReadReserved(NV_ENDORSEMENT_POLICY, &gp.endorsementPolicy);
627 NvReadReserved(NV_LOCKOUT_POLICY, &gp.lockoutPolicy);
628 NvReadReserved(NV_OWNER_AUTH, &gp.ownerAuth)
    [all...]
Time.c 23 NvReadReserved(NV_ORDERLY_DATA, &go);
25 NvReadReserved(NV_ORDERLY, &orderlyShutDown);
NV_fp.h 74 void NvReadReserved(NV_RESERVE type, // IN: type of reserved data

Completed in 597 milliseconds