Home
last modified time | relevance | path

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

/hardware/google/aemu/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()
/hardware/google/aemu/host-common/
Daddress_space_shared_slots_host_memory_allocator.cpp335 uint64_t physAddr = kv.second.allocate(alignedSize); in allocate() local
343 const uint64_t physAddr = newBlock.allocate(alignedSize); in allocate() local
359 const uint64_t physAddr) { in unallocate()
396 const uint64_t physAddr, in populatePhysAddr()
DHostAddressSpace_unittest.cpp210 uint64_t physAddr = hwFuncs->getPhysAddrStart() + offset; in TEST_F() local
Daddress_space_graphics.cpp575 [](uint64_t physAddr) { return (char*)sGlobals()->controlOps()->get_host_ptr(physAddr); }, in AddressSpaceGraphicsContext()
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
Daddress_space_graphics_types.h218 uint64_t physAddr; member
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_device.h25 uint64_t physAddr; member
Daddress_space_graphics_types.h218 uint64_t physAddr; member
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4090 uint64_t physAddr) { in mapHostVisibleMemoryToGuestPhysicalAddressLocked()