Lines Matching refs:gp
490 s_reservedSize[NV_DISABLE_CLEAR] = sizeof(gp.disableClear); in NvInitStatic()
491 s_reservedSize[NV_OWNER_ALG] = sizeof(gp.ownerAlg); in NvInitStatic()
492 s_reservedSize[NV_ENDORSEMENT_ALG] = sizeof(gp.endorsementAlg); in NvInitStatic()
493 s_reservedSize[NV_LOCKOUT_ALG] = sizeof(gp.lockoutAlg); in NvInitStatic()
494 s_reservedSize[NV_OWNER_POLICY] = sizeof(gp.ownerPolicy); in NvInitStatic()
495 s_reservedSize[NV_ENDORSEMENT_POLICY] = sizeof(gp.endorsementPolicy); in NvInitStatic()
496 s_reservedSize[NV_LOCKOUT_POLICY] = sizeof(gp.lockoutPolicy); in NvInitStatic()
497 s_reservedSize[NV_OWNER_AUTH] = sizeof(gp.ownerAuth); in NvInitStatic()
498 s_reservedSize[NV_ENDORSEMENT_AUTH] = sizeof(gp.endorsementAuth); in NvInitStatic()
499 s_reservedSize[NV_LOCKOUT_AUTH] = sizeof(gp.lockoutAuth); in NvInitStatic()
500 s_reservedSize[NV_EP_SEED] = sizeof(gp.EPSeed); in NvInitStatic()
501 s_reservedSize[NV_SP_SEED] = sizeof(gp.SPSeed); in NvInitStatic()
502 s_reservedSize[NV_PP_SEED] = sizeof(gp.PPSeed); in NvInitStatic()
503 s_reservedSize[NV_PH_PROOF] = sizeof(gp.phProof); in NvInitStatic()
504 s_reservedSize[NV_SH_PROOF] = sizeof(gp.shProof); in NvInitStatic()
505 s_reservedSize[NV_EH_PROOF] = sizeof(gp.ehProof); in NvInitStatic()
506 s_reservedSize[NV_TOTAL_RESET_COUNT] = sizeof(gp.totalResetCount); in NvInitStatic()
507 s_reservedSize[NV_RESET_COUNT] = sizeof(gp.resetCount); in NvInitStatic()
508 s_reservedSize[NV_PCR_POLICIES] = sizeof(gp.pcrPolicies); in NvInitStatic()
509 s_reservedSize[NV_PCR_ALLOCATED] = sizeof(gp.pcrAllocated); in NvInitStatic()
510 s_reservedSize[NV_PP_LIST] = sizeof(gp.ppList); in NvInitStatic()
511 s_reservedSize[NV_FAILED_TRIES] = sizeof(gp.failedTries); in NvInitStatic()
512 s_reservedSize[NV_MAX_TRIES] = sizeof(gp.maxTries); in NvInitStatic()
513 s_reservedSize[NV_RECOVERY_TIME] = sizeof(gp.recoveryTime); in NvInitStatic()
514 s_reservedSize[NV_LOCKOUT_RECOVERY] = sizeof(gp.lockoutRecovery); in NvInitStatic()
515 s_reservedSize[NV_LOCKOUT_AUTH_ENABLED] = sizeof(gp.lockOutAuthEnabled); in NvInitStatic()
516 s_reservedSize[NV_ORDERLY] = sizeof(gp.orderlyState); in NvInitStatic()
517 s_reservedSize[NV_AUDIT_COMMANDS] = sizeof(gp.auditComands); in NvInitStatic()
518 s_reservedSize[NV_AUDIT_HASH_ALG] = sizeof(gp.auditHashAlg); in NvInitStatic()
519 s_reservedSize[NV_AUDIT_COUNTER] = sizeof(gp.auditCounter); in NvInitStatic()
520 s_reservedSize[NV_ALGORITHM_SET] = sizeof(gp.algorithmSet); in NvInitStatic()
521 s_reservedSize[NV_FIRMWARE_V1] = sizeof(gp.firmwareV1); in NvInitStatic()
522 s_reservedSize[NV_FIRMWARE_V2] = sizeof(gp.firmwareV2); in NvInitStatic()
621 NvReadReserved(NV_DISABLE_CLEAR, &gp.disableClear); in NvReadPersistent()
622 NvReadReserved(NV_OWNER_ALG, &gp.ownerAlg); in NvReadPersistent()
623 NvReadReserved(NV_ENDORSEMENT_ALG, &gp.endorsementAlg); in NvReadPersistent()
624 NvReadReserved(NV_LOCKOUT_ALG, &gp.lockoutAlg); in NvReadPersistent()
625 NvReadReserved(NV_OWNER_POLICY, &gp.ownerPolicy); in NvReadPersistent()
626 NvReadReserved(NV_ENDORSEMENT_POLICY, &gp.endorsementPolicy); in NvReadPersistent()
627 NvReadReserved(NV_LOCKOUT_POLICY, &gp.lockoutPolicy); in NvReadPersistent()
628 NvReadReserved(NV_OWNER_AUTH, &gp.ownerAuth); in NvReadPersistent()
629 NvReadReserved(NV_ENDORSEMENT_AUTH, &gp.endorsementAuth); in NvReadPersistent()
630 NvReadReserved(NV_LOCKOUT_AUTH, &gp.lockoutAuth); in NvReadPersistent()
631 NvReadReserved(NV_EP_SEED, &gp.EPSeed); in NvReadPersistent()
632 NvReadReserved(NV_SP_SEED, &gp.SPSeed); in NvReadPersistent()
633 NvReadReserved(NV_PP_SEED, &gp.PPSeed); in NvReadPersistent()
634 NvReadReserved(NV_PH_PROOF, &gp.phProof); in NvReadPersistent()
635 NvReadReserved(NV_SH_PROOF, &gp.shProof); in NvReadPersistent()
636 NvReadReserved(NV_EH_PROOF, &gp.ehProof); in NvReadPersistent()
638 NvReadReserved(NV_TOTAL_RESET_COUNT, &gp.totalResetCount); in NvReadPersistent()
639 NvReadReserved(NV_RESET_COUNT, &gp.resetCount); in NvReadPersistent()
641 NvReadReserved(NV_PCR_POLICIES, &gp.pcrPolicies); in NvReadPersistent()
642 NvReadReserved(NV_PCR_ALLOCATED, &gp.pcrAllocated); in NvReadPersistent()
644 NvReadReserved(NV_PP_LIST, &gp.ppList); in NvReadPersistent()
646 NvReadReserved(NV_FAILED_TRIES, &gp.failedTries); in NvReadPersistent()
647 NvReadReserved(NV_MAX_TRIES, &gp.maxTries); in NvReadPersistent()
648 NvReadReserved(NV_RECOVERY_TIME, &gp.recoveryTime); in NvReadPersistent()
650 NvReadReserved(NV_LOCKOUT_RECOVERY, &gp.lockoutRecovery); in NvReadPersistent()
651 NvReadReserved(NV_LOCKOUT_AUTH_ENABLED, &gp.lockOutAuthEnabled); in NvReadPersistent()
653 NvReadReserved(NV_ORDERLY, &gp.orderlyState); in NvReadPersistent()
655 NvReadReserved(NV_AUDIT_COMMANDS, &gp.auditComands); in NvReadPersistent()
656 NvReadReserved(NV_AUDIT_HASH_ALG, &gp.auditHashAlg); in NvReadPersistent()
657 NvReadReserved(NV_AUDIT_COUNTER, &gp.auditCounter); in NvReadPersistent()
659 NvReadReserved(NV_ALGORITHM_SET, &gp.algorithmSet); in NvReadPersistent()
662 _plat__GetFwVersion(&gp.firmwareV1, &gp.firmwareV2); in NvReadPersistent()
664 NvReadReserved(NV_FIRMWARE_V1, &gp.firmwareV1); in NvReadPersistent()
665 NvReadReserved(NV_FIRMWARE_V2, &gp.firmwareV2); in NvReadPersistent()