Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dio.c26 static int handle_read(const struct mmio_handler *handler, struct vcpu *v, in handle_read()
63 static int handle_write(const struct mmio_handler *handler, struct vcpu *v, in handle_write()
76 const struct mmio_handler *handler0 = key; in cmp_mmio_handler()
77 const struct mmio_handler *handler1 = elem; in cmp_mmio_handler()
88 static const struct mmio_handler *find_mmio_handler(struct domain *d, in find_mmio_handler()
92 struct mmio_handler key = {.addr = gpa}; in find_mmio_handler()
93 const struct mmio_handler *handler; in find_mmio_handler()
106 const struct mmio_handler *handler = NULL; in handle_mmio()
123 struct mmio_handler *handler; in register_mmio_handler()
139 sort(vmmio->handlers, vmmio->num_entries, sizeof(struct mmio_handler), in register_mmio_handler()
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dmmio.h46 struct mmio_handler { struct
57 struct mmio_handler *handlers; argument

Completed in 2 milliseconds