Home
last modified time | relevance | path

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

/hypervisor/dm/
A Dio_req.c820 struct mem_io_node *mmio_node; in find_match_mmio_node() local
824 if ((mmio_node->range_start == start) && (mmio_node->range_end == end)) { in find_match_mmio_node()
833 mmio_node = NULL; in find_match_mmio_node()
836 return mmio_node; in find_match_mmio_node()
853 if (mmio_node != NULL) { in find_free_mmio_node()
860 return mmio_node; in find_free_mmio_node()
878 struct mem_io_node *mmio_node; in register_mmio_emulation_handler() local
884 if (mmio_node != NULL) { in register_mmio_emulation_handler()
890 mmio_node->range_end = end; in register_mmio_emulation_handler()
909 struct mem_io_node *mmio_node; in unregister_mmio_emulation_handler() local
[all …]

Completed in 4 milliseconds