Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindCursor.hpp683 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in functionAddress() local
685 return indexAddr + signExtendPrel31(_addressSpace->get32(indexAddr)); in functionAddress()
689 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in dataAddress() local
691 return indexAddr; in dataAddress()
/external/tpm2/
DNV.c851 UINT32 indexAddr; // NV address points to index info in NvEntityStartup() local
855 indexAddr = currentAddr + sizeof(TPM_HANDLE); in NvEntityStartup()
857 _plat__NvMemoryRead(indexAddr, sizeof(NV_INDEX), &nvIndex); in NvEntityStartup()
889 _plat__NvMemoryWrite(indexAddr, sizeof(NV_INDEX), &nvIndex); in NvEntityStartup()
Dpart4.txt10019 652 UINT32 indexAddr; // NV address points to index info
10022 655 indexAddr = currentAddr + sizeof(TPM_HANDLE);
10025 658 _plat__NvMemoryRead(indexAddr, sizeof(NV_INDEX), &nvIndex);
10064 692 _plat__NvMemoryWrite(indexAddr, sizeof(NV_INDEX), &nvIndex);