Searched defs:physAddr (Results 1 – 8 of 8) sorted by relevance
/hardware/google/aemu/host-common/testing/ |
D | HostAddressSpace.cpp | 83 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/ |
D | address_space_shared_slots_host_memory_allocator.cpp | 335 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()
|
D | HostAddressSpace_unittest.cpp | 210 uint64_t physAddr = hwFuncs->getPhysAddrStart() + offset; in TEST_F() local
|
D | address_space_graphics.cpp | 575 [](uint64_t physAddr) { return (char*)sGlobals()->controlOps()->get_host_ptr(physAddr); }, in AddressSpaceGraphicsContext()
|
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/ |
D | address_space_graphics_types.h | 218 uint64_t physAddr; member
|
/hardware/google/aemu/host-common/include/host-common/ |
D | address_space_device.h | 25 uint64_t physAddr; member
|
D | address_space_graphics_types.h | 218 uint64_t physAddr; member
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 4090 uint64_t physAddr) { in mapHostVisibleMemoryToGuestPhysicalAddressLocked()
|