Searched refs:s_reservedSize (Results 1 – 4 of 4) sorted by relevance
486 s_reservedSize[NV_DISABLE_CLEAR] = sizeof(gp.disableClear); in NvInitStatic()487 s_reservedSize[NV_OWNER_ALG] = sizeof(gp.ownerAlg); in NvInitStatic()488 s_reservedSize[NV_ENDORSEMENT_ALG] = sizeof(gp.endorsementAlg); in NvInitStatic()489 s_reservedSize[NV_LOCKOUT_ALG] = sizeof(gp.lockoutAlg); in NvInitStatic()490 s_reservedSize[NV_OWNER_POLICY] = sizeof(gp.ownerPolicy); in NvInitStatic()491 s_reservedSize[NV_ENDORSEMENT_POLICY] = sizeof(gp.endorsementPolicy); in NvInitStatic()492 s_reservedSize[NV_LOCKOUT_POLICY] = sizeof(gp.lockoutPolicy); in NvInitStatic()493 s_reservedSize[NV_OWNER_AUTH] = sizeof(gp.ownerAuth); in NvInitStatic()494 s_reservedSize[NV_ENDORSEMENT_AUTH] = sizeof(gp.endorsementAuth); in NvInitStatic()495 s_reservedSize[NV_LOCKOUT_AUTH] = sizeof(gp.lockoutAuth); in NvInitStatic()[all …]
73 UINT32 s_reservedSize[NV_RESERVE_LAST]; variable
1038 extern UINT32 s_reservedSize[NV_RESERVE_LAST];
2758 670 extern UINT32 s_reservedSize[NV_RESERVE_LAST];9592 356 s_reservedSize[NV_DISABLE_CLEAR] = sizeof(gp.disableClear);9593 357 s_reservedSize[NV_OWNER_ALG] = sizeof(gp.ownerAlg);9594 358 s_reservedSize[NV_ENDORSEMENT_ALG] = sizeof(gp.endorsementAlg);9595 359 s_reservedSize[NV_LOCKOUT_ALG] = sizeof(gp.lockoutAlg);9596 360 s_reservedSize[NV_OWNER_POLICY] = sizeof(gp.ownerPolicy);9597 361 s_reservedSize[NV_ENDORSEMENT_POLICY] = sizeof(gp.endorsementPolicy);9598 362 s_reservedSize[NV_LOCKOUT_POLICY] = sizeof(gp.lockoutPolicy);9599 363 s_reservedSize[NV_OWNER_AUTH] = sizeof(gp.ownerAuth);9600 364 s_reservedSize[NV_ENDORSEMENT_AUTH] = sizeof(gp.endorsementAuth);[all …]