Searched refs:AddressSpaceHwFuncs (Results 1 – 9 of 9) sorted by relevance
/hardware/google/aemu/host-common/include/host-common/ |
D | address_space_device.h | 20 struct AddressSpaceHwFuncs; 54 typedef const struct AddressSpaceHwFuncs* (*address_space_device_control_get_hw_funcs_t)(void); 81 struct AddressSpaceHwFuncs { struct 106 extern const struct AddressSpaceHwFuncs* address_space_set_hw_funcs( argument 107 const struct AddressSpaceHwFuncs* hwFuncs); 108 const struct AddressSpaceHwFuncs* get_address_space_device_hw_funcs(void);
|
D | address_space_shared_slots_host_memory_allocator.h | 37 const AddressSpaceHwFuncs* h, 61 const AddressSpaceHwFuncs* hw, 65 const AddressSpaceHwFuncs* hw = nullptr; 77 const AddressSpaceHwFuncs* hw); 89 const AddressSpaceHwFuncs* hw); 107 const AddressSpaceHwFuncs* m_hw;
|
D | address_space_host_memory_allocator.h | 32 const AddressSpaceHwFuncs* hw); 44 const AddressSpaceHwFuncs* hw); 55 const AddressSpaceHwFuncs* m_hw;
|
/hardware/google/aemu/host-common/ |
D | address_space_host_memory_allocator_unittests.cpp | 45 AddressSpaceHwFuncs create_address_space_device_hw_funcs() { in create_address_space_device_hw_funcs() 46 AddressSpaceHwFuncs hw_funcs = {}; in create_address_space_device_hw_funcs() 79 AddressSpaceHwFuncs hw_funcs = create_address_space_device_hw_funcs(); in TEST() 90 AddressSpaceHwFuncs hw_funcs = create_address_space_device_hw_funcs(); in TEST() 109 AddressSpaceHwFuncs hw_funcs = create_address_space_device_hw_funcs(); in TEST() 148 AddressSpaceHwFuncs hw_funcs = create_address_space_device_hw_funcs(); in TEST() 163 AddressSpaceHwFuncs hw_funcs = create_address_space_device_hw_funcs(); in TEST()
|
D | address_space_shared_slots_host_memory_allocator_unittests.cpp | 53 AddressSpaceHwFuncs create_AddressSpaceHwFuncs() { in create_AddressSpaceHwFuncs() 54 AddressSpaceHwFuncs hw = {}; in create_AddressSpaceHwFuncs() 124 const AddressSpaceHwFuncs hw = create_AddressSpaceHwFuncs(); in TEST() 157 const AddressSpaceHwFuncs hw = create_AddressSpaceHwFuncs(); in TEST()
|
D | address_space_shared_slots_host_memory_allocator.cpp | 47 uint64_t allocateAddressSpaceBlock(const AddressSpaceHwFuncs* hw, uint32_t size) { in allocateAddressSpaceBlock() 56 uint64_t allocateAddressSpaceBlockFixed(uint64_t gpa, const AddressSpaceHwFuncs* hw, uint32_t size)… in allocateAddressSpaceBlockFixed() 73 int freeAddressBlock(const AddressSpaceHwFuncs* hw, uint64_t phys) { in freeAddressBlock() 94 MemBlock::MemBlock(const address_space_device_control_ops* o, const AddressSpaceHwFuncs* h, uint32_… in MemBlock() 250 const AddressSpaceHwFuncs* hw, in load() 296 const address_space_device_control_ops *ops, const AddressSpaceHwFuncs* hw) in AddressSpaceSharedSlotsHostMemoryAllocatorContext() 464 const AddressSpaceHwFuncs* hw) { in globalStateLoad()
|
D | address_space_device.cpp | 520 static const struct AddressSpaceHwFuncs* sAddressSpaceDeviceControlGetHwFuncs() { in sAddressSpaceDeviceControlGetHwFuncs() 552 static const struct AddressSpaceHwFuncs* sAddressSpaceHwFuncs = nullptr; 554 const struct AddressSpaceHwFuncs* address_space_set_hw_funcs( in address_space_set_hw_funcs() 555 const AddressSpaceHwFuncs* hwFuncs) { in address_space_set_hw_funcs() 556 const AddressSpaceHwFuncs* result = sAddressSpaceHwFuncs; in address_space_set_hw_funcs() 561 const struct AddressSpaceHwFuncs* get_address_space_device_hw_funcs(void) { in get_address_space_device_hw_funcs()
|
D | address_space_host_memory_allocator.cpp | 31 const address_space_device_control_ops *ops, const AddressSpaceHwFuncs* hw) in AddressSpaceHostMemoryAllocatorContext()
|
/hardware/google/aemu/host-common/testing/ |
D | HostAddressSpace.cpp | 490 static const AddressSpaceHwFuncs sAddressSpaceHwFuncs = {
|