Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Dxen-detect.c30 xenforeignmemory_map2(xfmem, 0, 0, 0, 0, 0, 0, 0); in main()
/openbmc/qemu/hw/xen/
H A Dxen-operations.c197 return xenforeignmemory_map2(xen_fmem, dom, addr, prot, 0, pages, pfns, in libxenforeignmem_backend_map()
H A Dxen-mapcache.c205 vaddr_base = xenforeignmemory_map2(xen_fmem, xen_domid, vaddr, in xen_remap_bucket()
/openbmc/qemu/include/hw/xen/
H A Dxen_native.h102 static inline void *xenforeignmemory_map2(xenforeignmemory_handle *h, in xenforeignmemory_map2() function