Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/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_device.h46 address_space_device_add_memory_mapping_t add_memory_mapping; member
Daddress_space_shared_slots_host_memory_allocator.cpp81 if (!ops->add_memory_mapping(physBase, bits, bitsSize)) { in MemBlock()
245 if (!ops->add_memory_mapping(physBase, bits, bitsSize)) { in load()
Daddress_space_host_memory_allocator.cpp66 if (m_ops->add_memory_mapping(phys_addr, host_ptr, aligned_size)) { in allocate_impl()
Daddress_space_host_memory_allocator_unittests.cpp35 ops.add_memory_mapping = &empty_add_memory_mapping; in create_address_space_device_control_ops()
Daddress_space_host_media.cpp110 mControlOps->add_memory_mapping( in allocatePages()
Daddress_space_graphics.cpp501 mControlOps->add_memory_mapping( in fillBlockLocked()