Searched refs:getPhysAddrStartLocked (Results 1 – 7 of 7) sorted by relevance
40 uint64_t getPhysAddrStartLocked(void) { in getPhysAddrStartLocked() function58 hw.getPhysAddrStartLocked = &getPhysAddrStartLocked; in create_AddressSpaceHwFuncs()
52 return hw->getPhysAddrStartLocked() + offset; in allocateAddressSpaceBlock()57 uint64_t offset = gpa - hw->getPhysAddrStartLocked(); in allocateAddressSpaceBlockFixed()67 return hw->getPhysAddrStartLocked() + offset; in allocateAddressSpaceBlockFixed()69 return hw->getPhysAddrStartLocked() + offset; in allocateAddressSpaceBlockFixed()74 const uint64_t start = hw->getPhysAddrStartLocked(); in freeAddressBlock()399 info->phys_addr = physAddr - get_address_space_device_hw_funcs()->getPhysAddrStartLocked(); in populatePhysAddr()
72 get_address_space_device_hw_funcs()->getPhysAddrStartLocked); in TEST_F()127 auto physStart = hwFuncs->getPhysAddrStartLocked(); in TEST_F()
497 get_address_space_device_hw_funcs()->getPhysAddrStartLocked() + in fillBlockLocked()519 get_address_space_device_hw_funcs()->getPhysAddrStartLocked() + in destroyBlockLocked()
66 static uint64_t getPhysAddrStartLocked();
99 uint64_t (*getPhysAddrStartLocked)(void); member
365 ->getPhysAddrStartLocked(); in Impl()