Searched refs:XENMAPSPACE_gmfn (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | xen-detect.c | 81 xc_domain_add_to_physmap(0, 0, XENMAPSPACE_gmfn, 0, 0); in main() 125 xc_domain_add_to_physmap(0, 0, XENMAPSPACE_gmfn, 0, 0); in main()
|
/openbmc/linux/include/xen/interface/ |
H A D | memory.h | 159 #define XENMAPSPACE_gmfn 2 /* GMFN */ macro
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | memory.h | 211 #define XENMAPSPACE_gmfn 2 /* GMFN */ macro
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen_native.h | 58 rc = xc_domain_add_to_physmap(xen_xc, domid, XENMAPSPACE_gmfn, idx, in xendevicemodel_relocate_memory()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | xen-emu.c | 618 case XENMAPSPACE_gmfn: in add_to_physmap_one()
|