Home
last modified time | relevance | path

Searched refs:handler_private_data (Results 1 – 4 of 4) sorted by relevance

/hypervisor/include/dm/
A Dio_req.h118 typedef int32_t (*hv_mem_io_handler_t)(struct io_request *io_req, void *handler_private_data);
144 void *handler_private_data; member
277 uint64_t end, void *handler_private_data, bool hold_lock);
A Dvioapic.h117 int32_t vioapic_mmio_access_handler(struct io_request *io_req, void *handler_private_data);
/hypervisor/dm/
A Dio_req.c545 __unused void *handler_private_data) in mmio_default_access_handler() argument
656 void *handler_private_data = NULL; in hv_emulate_mmio() local
678 handler_private_data = mmio_handler->handler_private_data; in hv_emulate_mmio()
695 status = read_write(io_req, handler_private_data); in hv_emulate_mmio()
876 uint64_t end, void *handler_private_data, bool hold_lock) in register_mmio_emulation_handler() argument
888 mmio_node->handler_private_data = handler_private_data; in register_mmio_emulation_handler()
A Dvioapic.c570 int32_t vioapic_mmio_access_handler(struct io_request *io_req, void *handler_private_data) in vioapic_mmio_access_handler() argument
572 struct acrn_single_vioapic *vioapic = (struct acrn_single_vioapic *)handler_private_data; in vioapic_mmio_access_handler()

Completed in 7 milliseconds