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 570 // NvReadReserved()
575 NvReadReserved(
617 NvReadReserved(NV_DISABLE_CLEAR, &gp.disableClear);
618 NvReadReserved(NV_OWNER_ALG, &gp.ownerAlg);
619 NvReadReserved(NV_ENDORSEMENT_ALG, &gp.endorsementAlg);
620 NvReadReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg);
621 NvReadReserved(NV_OWNER_POLICY, &gp.ownerPolicy);
622 NvReadReserved(NV_ENDORSEMENT_POLICY, &gp.endorsementPolicy);
623 NvReadReserved(NV_LOCKOUT_POLICY, &gp.lockoutPolicy);
624 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 295 milliseconds