• Home
  • Raw
  • Download

Lines Matching refs:NvReadReserved

323 …8.4.6.3       NvReadReserved() ...................................................................…
9693 8.4.6.3 NvReadReserved()
9698 443 NvReadReserved(
9748 475 NvReadReserved(NV_DISABLE_CLEAR, &gp.disableClear);
9749 476 NvReadReserved(NV_OWNER_ALG, &gp.ownerAlg);
9750 477 NvReadReserved(NV_ENDORSEMENT_ALG, &gp.endorsementAlg);
9751 478 NvReadReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg);
9752 479 NvReadReserved(NV_OWNER_POLICY, &gp.ownerPolicy);
9753 480 NvReadReserved(NV_ENDORSEMENT_POLICY, &gp.endorsementPolicy);
9754 481 NvReadReserved(NV_LOCKOUT_POLICY, &gp.lockoutPolicy);
9755 482 NvReadReserved(NV_OWNER_AUTH, &gp.ownerAuth);
9756 483 NvReadReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth);
9757 484 NvReadReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth);
9758 485 NvReadReserved(NV_EP_SEED, &gp.EPSeed);
9759 486 NvReadReserved(NV_SP_SEED, &gp.SPSeed);
9760 487 NvReadReserved(NV_PP_SEED, &gp.PPSeed);
9761 488 NvReadReserved(NV_PH_PROOF, &gp.phProof);
9762 489 NvReadReserved(NV_SH_PROOF, &gp.shProof);
9763 490 NvReadReserved(NV_EH_PROOF, &gp.ehProof);
9766 493 NvReadReserved(NV_TOTAL_RESET_COUNT, &gp.totalResetCount);
9767 494 NvReadReserved(NV_RESET_COUNT, &gp.resetCount);
9770 497 NvReadReserved(NV_PCR_POLICIES, &gp.pcrPolicies);
9771 498 NvReadReserved(NV_PCR_ALLOCATED, &gp.pcrAllocated);
9774 501 NvReadReserved(NV_PP_LIST, &gp.ppList);
9777 504 NvReadReserved(NV_FAILED_TRIES, &gp.failedTries);
9778 505 NvReadReserved(NV_MAX_TRIES, &gp.maxTries);
9779 506 NvReadReserved(NV_RECOVERY_TIME, &gp.recoveryTime);
9786 507 NvReadReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery);
9787 508 NvReadReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled);
9790 511 NvReadReserved(NV_ORDERLY, &gp.orderlyState);
9793 514 NvReadReserved(NV_AUDIT_COMMANDS, &gp.auditComands);
9794 515 NvReadReserved(NV_AUDIT_HASH_ALG, &gp.auditHashAlg);
9795 516 NvReadReserved(NV_AUDIT_COUNTER, &gp.auditCounter);
9798 519 NvReadReserved(NV_ALGORITHM_SET, &gp.algorithmSet);
9801 522 NvReadReserved(NV_FIRMWARE_V1, &gp.firmwareV1);
9802 523 NvReadReserved(NV_FIRMWARE_V2, &gp.firmwareV2);
15210 11 NvReadReserved(NV_ORDERLY_DATA, &go);
15213 14 NvReadReserved(NV_ORDERLY, &orderlyShutDown);