Home
last modified time | relevance | path

Searched refs:entityAddr (Results 1 – 1 of 1) sorted by relevance

/external/tpm2/
DNV.c312 UINT32 entityAddr // IN: address of entity to be deleted in NvDelete() argument
317 UINT32 entryAddr = entityAddr - sizeof(UINT32); in NvDelete()
998 UINT32 entityAddr; // offset points to the entity in NvIsUndefinedIndex() local
1001 entityAddr = NvFindHandle(handle); in NvIsUndefinedIndex()
1003 if(entityAddr == 0) in NvIsUndefinedIndex()
1031 UINT32 entityAddr; // offset points to the entity in NvIndexIsAccessible() local
1035 entityAddr = NvFindHandle(handle); in NvIndexIsAccessible()
1037 if(entityAddr == 0) in NvIndexIsAccessible()
1040 _plat__NvMemoryRead(entityAddr + sizeof(TPM_HANDLE), sizeof(NV_INDEX), in NvIndexIsAccessible()
1102 UINT32 entityAddr; // offset points to the entity in NvIsUndefinedEvictHandle() local
[all …]