Home
last modified time | relevance | path

Searched defs:phys_addr (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/host-common/
Daddress_space_host_memory_allocator.cpp59 void *AddressSpaceHostMemoryAllocatorContext::allocate_impl(const uint64_t phys_addr, in allocate_impl()
98 const uint64_t phys_addr = info->phys_addr; in unallocate() local
125 const uint64_t phys_addr = kv.first; in save() local
141 uint64_t phys_addr = stream->getBe64(); in load() local
158 uint64_t phys_addr = kv.first; in clear() local
Daddress_space_host_media.cpp109 void AddressSpaceHostMediaContext::allocatePages(uint64_t phys_addr, int num_pages) { in allocatePages()
117 void AddressSpaceHostMediaContext::deallocatePages(uint64_t phys_addr, in deallocatePages()
Daddress_space_host_memory_allocator_unittests.cpp53 AddressSpaceDevicePingInfo createAllocateRequest(uint64_t phys_addr) { in createAllocateRequest()
64 AddressSpaceDevicePingInfo createUnallocateRequest(uint64_t phys_addr) { in createUnallocateRequest()
Daddress_space_device.cpp112 const uint64_t phys_addr = pingInfo->phys_addr; in ping() local
138 const uint64_t phys_addr = pingInfo->phys_addr; in pingAtHva() local
/hardware/google/aemu/host-common/include/host-common/
DAddressSpaceService.h45 uint64_t phys_addr; member