Home
last modified time | relevance | path

Searched refs:add_memory_mapping (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/hardware/google/aemu/host-common/
Daddress_space_shared_slots_host_memory_allocator_unittests.cpp25 int add_memory_mapping(uint64_t gpa, void *ptr, uint64_t size) { in add_memory_mapping() function
34 ops.add_memory_mapping = &add_memory_mapping; in create_address_space_device_control_ops()
Daddress_space_shared_slots_host_memory_allocator.cpp103 if (!ops->add_memory_mapping(physBase, bits, bitsSize)) { in MemBlock()
267 if (!ops->add_memory_mapping(physBase, bits, bitsSize)) { in load()
Daddress_space_host_media.cpp111 mControlOps->add_memory_mapping( in allocatePages()
Daddress_space_host_memory_allocator.cpp72 if (m_ops->add_memory_mapping(phys_addr, host_ptr, aligned_size)) { in allocate_impl()
Daddress_space_host_memory_allocator_unittests.cpp39 ops.add_memory_mapping = &empty_add_memory_mapping; in create_address_space_device_control_ops()
Daddress_space_graphics.cpp519 mControlOps->add_memory_mapping( in fillBlockLocked()
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
Daddress_space_device.h61 address_space_device_add_memory_mapping_t add_memory_mapping; member