Searched defs:physAddr (Results  1 – 6 of 6) 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 | 315         uint64_t physAddr = kv.second.allocate(alignedSize);  in allocate()  local323     const uint64_t physAddr = newBlock.allocate(alignedSize);  in allocate()  local
 339         const uint64_t physAddr) {  in unallocate()
 376         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/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
 |