Home
last modified time | relevance | path

Searched refs:AddressSpaceHwFuncs (Results 1 – 9 of 9) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Daddress_space_device.h20 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);
Daddress_space_shared_slots_host_memory_allocator.h37 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;
Daddress_space_host_memory_allocator.h32 const AddressSpaceHwFuncs* hw);
44 const AddressSpaceHwFuncs* hw);
55 const AddressSpaceHwFuncs* m_hw;
/hardware/google/aemu/host-common/
Daddress_space_host_memory_allocator_unittests.cpp45 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()
Daddress_space_shared_slots_host_memory_allocator_unittests.cpp53 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()
Daddress_space_shared_slots_host_memory_allocator.cpp47 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()
Daddress_space_device.cpp520 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()
Daddress_space_host_memory_allocator.cpp31 const address_space_device_control_ops *ops, const AddressSpaceHwFuncs* hw) in AddressSpaceHostMemoryAllocatorContext()
/hardware/google/aemu/host-common/testing/
DHostAddressSpace.cpp490 static const AddressSpaceHwFuncs sAddressSpaceHwFuncs = {