Lines Matching refs:NvReadReserved
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);
625 NvReadReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth);
626 NvReadReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth);
627 NvReadReserved(NV_EP_SEED, &gp.EPSeed);
628 NvReadReserved(NV_SP_SEED, &gp.SPSeed);
629 NvReadReserved(NV_PP_SEED, &gp.PPSeed);
630 NvReadReserved(NV_PH_PROOF, &gp.phProof);
631 NvReadReserved(NV_SH_PROOF, &gp.shProof);
632 NvReadReserved(NV_EH_PROOF, &gp.ehProof);
634 NvReadReserved(NV_TOTAL_RESET_COUNT, &gp.totalResetCount);
635 NvReadReserved(NV_RESET_COUNT, &gp.resetCount);
637 NvReadReserved(NV_PCR_POLICIES, &gp.pcrPolicies);
638 NvReadReserved(NV_PCR_ALLOCATED, &gp.pcrAllocated);
640 NvReadReserved(NV_PP_LIST, &gp.ppList);
642 NvReadReserved(NV_FAILED_TRIES, &gp.failedTries);
643 NvReadReserved(NV_MAX_TRIES, &gp.maxTries);
644 NvReadReserved(NV_RECOVERY_TIME, &gp.recoveryTime);
646 NvReadReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery);
647 NvReadReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);
649 NvReadReserved(NV_ORDERLY, &gp.orderlyState);
651 NvReadReserved(NV_AUDIT_COMMANDS, &gp.auditComands);
652 NvReadReserved(NV_AUDIT_HASH_ALG, &gp.auditHashAlg);
653 NvReadReserved(NV_AUDIT_COUNTER, &gp.auditCounter);
655 NvReadReserved(NV_ALGORITHM_SET, &gp.algorithmSet);
657 NvReadReserved(NV_FIRMWARE_V1, &gp.firmwareV1);
658 NvReadReserved(NV_FIRMWARE_V2, &gp.firmwareV2);