Home
last modified time | relevance | path

Searched refs:allocatePages (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/
Daddress_space_host_media.cpp41 allocatePages(create.physAddr, kNumPages); in AddressSpaceHostMediaContext()
85 allocatePages(mGuestAddr, kNumPages); in load()
109 void AddressSpaceHostMediaContext::allocatePages(uint64_t phys_addr, int num_pages) { in allocatePages() function in android::emulation::AddressSpaceHostMediaContext
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_host_media.h40 void allocatePages(uint64_t phys_addr, int num_pages);