Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_shared_slots_host_memory_allocator_unittests.cpp40 uint64_t getPhysAddrStartLocked(void) { in getPhysAddrStartLocked() function
58 hw.getPhysAddrStartLocked = &getPhysAddrStartLocked; in create_AddressSpaceHwFuncs()
Daddress_space_shared_slots_host_memory_allocator.cpp52 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()
DHostAddressSpace_unittest.cpp72 get_address_space_device_hw_funcs()->getPhysAddrStartLocked); in TEST_F()
127 auto physStart = hwFuncs->getPhysAddrStartLocked(); in TEST_F()
Daddress_space_graphics.cpp497 get_address_space_device_hw_funcs()->getPhysAddrStartLocked() + in fillBlockLocked()
519 get_address_space_device_hw_funcs()->getPhysAddrStartLocked() + in destroyBlockLocked()
/hardware/google/aemu/host-common/testing/
DHostAddressSpace.h66 static uint64_t getPhysAddrStartLocked();
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_device.h99 uint64_t (*getPhysAddrStartLocked)(void); member
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp365 ->getPhysAddrStartLocked(); in Impl()