Searched refs:indexAddr (Results 1 – 3 of 3) sorted by relevance
683 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in functionAddress() local685 return indexAddr + signExtendPrel31(_addressSpace->get32(indexAddr)); in functionAddress()689 typename A::pint_t indexAddr = _sects->arm_section + arrayoffsetof( in dataAddress() local691 return indexAddr; in dataAddress()
851 UINT32 indexAddr; // NV address points to index info in NvEntityStartup() local855 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()
10019 652 UINT32 indexAddr; // NV address points to index info10022 655 indexAddr = currentAddr + sizeof(TPM_HANDLE);10025 658 _plat__NvMemoryRead(indexAddr, sizeof(NV_INDEX), &nvIndex);10064 692 _plat__NvMemoryWrite(indexAddr, sizeof(NV_INDEX), &nvIndex);