Searched refs:mem_io_node (Results 1 – 3 of 3) sorted by relevance
654 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()
123 struct mem_io_node { struct
164 struct mem_io_node emul_mmio[CONFIG_MAX_EMULATED_MMIO_REGIONS];
Completed in 5 milliseconds