Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Darm-device.c47 xen_pfn_t *gpfns; in xen_map_device_mmio() local
62 gpfns = kcalloc(nr, sizeof(xen_pfn_t), GFP_KERNEL); in xen_map_device_mmio()
65 if (!gpfns || !idxs || !errs) { in xen_map_device_mmio()
66 kfree(gpfns); in xen_map_device_mmio()
79 gpfns[j] = XEN_PFN_DOWN(r->start) + j; in xen_map_device_mmio()
85 set_xen_guest_handle(xatp.gpfns, gpfns); in xen_map_device_mmio()
90 kfree(gpfns); in xen_map_device_mmio()
H A Dxlate_mmu.c117 set_xen_guest_handle(xatp.gpfns, info->h_gpfns); in remap_pte_fn()
/openbmc/qemu/target/i386/kvm/
H A Dxen-compat.h47 COMPAT_HANDLE(compat_pfn_t) gpfns;
H A Dxen-emu.c682 gpfns_gva = xatpb32.gpfns.c; in do_add_to_physmap_batch()
691 gpfns_gva = (unsigned long)xatpb.gpfns.p; in do_add_to_physmap_batch()
/openbmc/linux/include/xen/interface/
H A Dmemory.h208 GUEST_HANDLE(xen_pfn_t) gpfns;
/openbmc/qemu/include/hw/xen/interface/
H A Dmemory.h272 XEN_GUEST_HANDLE(xen_pfn_t) gpfns;