Searched refs:entityAddr (Results 1 – 1 of 1) sorted by relevance
312 UINT32 entityAddr // IN: address of entity to be deleted in NvDelete() argument317 UINT32 entryAddr = entityAddr - sizeof(UINT32); in NvDelete()998 UINT32 entityAddr; // offset points to the entity in NvIsUndefinedIndex() local1001 entityAddr = NvFindHandle(handle); in NvIsUndefinedIndex()1003 if(entityAddr == 0) in NvIsUndefinedIndex()1031 UINT32 entityAddr; // offset points to the entity in NvIndexIsAccessible() local1035 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 …]