Searched refs:qemu_xen_foreignmem_map (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | xenfb.c | 102 c->page = qemu_xen_foreignmem_map(c->xendev.dom, NULL, in common_bind() 505 map = qemu_xen_foreignmem_map(xenfb->c.xendev.dom, NULL, PROT_READ, in xenfb_map_fb() 512 xenfb->pixels = qemu_xen_foreignmem_map(xenfb->c.xendev.dom, NULL, in xenfb_map_fb()
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen_backend_ops.h | 239 static inline void *qemu_xen_foreignmem_map(uint32_t dom, void *addr, int prot, in qemu_xen_foreignmem_map() function
|
/openbmc/qemu/hw/char/ |
H A D | xen_console.c | 244 con->sring = qemu_xen_foreignmem_map(xendev->frontend_id, NULL, in xen_console_connect()
|