Home
last modified time | relevance | path

Searched defs:physAddr (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/host-common/testing/
DHostAddressSpace.cpp83 uint64_t allocBlock(uint32_t handle, size_t size, uint64_t* physAddr) { in allocBlock()
104 void setHostAddrByPhysAddr(uint64_t physAddr, void* hva) { in setHostAddrByPhysAddr()
124 void unsetHostAddrByPhysAddr(uint64_t physAddr) { in unsetHostAddrByPhysAddr()
144 void* getHostAddr(uint64_t physAddr) { in getHostAddr()
323 uint64_t allocBlockLocked(uint32_t handle, size_t size, uint64_t* physAddr) { in allocBlockLocked()
409 uint64_t HostAddressSpaceDevice::allocBlock(uint32_t handle, size_t size, uint64_t* physAddr) { in allocBlock()
421 void HostAddressSpaceDevice::setHostAddrByPhysAddr(uint64_t physAddr, void* hva) { in setHostAddrByPhysAddr()
425 void HostAddressSpaceDevice::unsetHostAddrByPhysAddr(uint64_t physAddr) { in unsetHostAddrByPhysAddr()
429 void* HostAddressSpaceDevice::getHostAddr(uint64_t physAddr) { in getHostAddr()
/device/generic/vulkan-cereal/host-common/
Daddress_space_shared_slots_host_memory_allocator.cpp314 uint64_t physAddr = kv.second.allocate(alignedSize); in allocate() local
322 const uint64_t physAddr = newBlock.allocate(alignedSize); in allocate() local
338 const uint64_t physAddr) { in unallocate()
375 const uint64_t physAddr, in populatePhysAddr()
DHostAddressSpace_unittest.cpp210 uint64_t physAddr = hwFuncs->getPhysAddrStart() + offset; in TEST_F() local
Daddress_space_graphics_types.h217 uint64_t physAddr; member
Daddress_space_graphics.cpp578 [](uint64_t physAddr) { in AddressSpaceGraphicsContext()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
Daddress_space_graphics_types.h218 uint64_t physAddr; member
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.cpp2903 uint64_t physAddr) { in mapHostVisibleMemoryToGuestPhysicalAddressLocked()