Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/host-common/
Daddress_space_device.h36 typedef void (*address_space_device_deallocation_callback_t)(void* context, uint64_t gpa); typedef
37 …deallocation_callback_t)(void* context, uint64_t gpa, address_space_device_deallocation_callback_t
Daddress_space_device.cpp138 …sterDeallocationCallback(uint64_t gpa, void* context, address_space_device_deallocation_callback_t in registerDeallocationCallback()
422 address_space_device_deallocation_callback_t func;
484 void* context, uint64_t gpa, address_space_device_deallocation_callback_t func) { in sAddressSpaceDeviceRegisterDeallocationCallback()