Home
last modified time | relevance | path

Searched refs:mem_io_node (Results 1 – 3 of 3) sorted by relevance

/hypervisor/dm/
A Dio_req.c654 struct mem_io_node *mmio_handler = NULL; in hv_emulate_mmio()
815 static inline struct mem_io_node *find_match_mmio_node(struct acrn_vm *vm, in find_match_mmio_node()
820 struct mem_io_node *mmio_node; in find_match_mmio_node()
848 static inline struct mem_io_node *find_free_mmio_node(struct acrn_vm *vm) in find_free_mmio_node()
851 struct mem_io_node *mmio_node = find_match_mmio_node(vm, 0UL, 0UL); in find_free_mmio_node()
878 struct mem_io_node *mmio_node; in register_mmio_emulation_handler()
909 struct mem_io_node *mmio_node; in unregister_mmio_emulation_handler()
914 (void)memset(mmio_node, 0U, sizeof(struct mem_io_node)); in unregister_mmio_emulation_handler()
/hypervisor/include/dm/
A Dio_req.h123 struct mem_io_node { struct
/hypervisor/include/arch/x86/asm/guest/
A Dvm.h164 struct mem_io_node emul_mmio[CONFIG_MAX_EMULATED_MMIO_REGIONS];

Completed in 5 milliseconds