Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/
Darm-device.c58 xen_pfn_t *gpfns; in xen_map_device_mmio() local
73 gpfns = kcalloc(nr, sizeof(xen_pfn_t), GFP_KERNEL); in xen_map_device_mmio()
76 if (!gpfns || !idxs || !errs) { in xen_map_device_mmio()
77 kfree(gpfns); in xen_map_device_mmio()
90 gpfns[j] = XEN_PFN_DOWN(r->start) + j; in xen_map_device_mmio()
96 set_xen_guest_handle(xatp.gpfns, gpfns); in xen_map_device_mmio()
101 kfree(gpfns); in xen_map_device_mmio()
Dxlate_mmu.c117 set_xen_guest_handle(xatp.gpfns, info->h_gpfns); in remap_pte_fn()
/Linux-v4.19/include/xen/interface/
Dmemory.h208 GUEST_HANDLE(xen_pfn_t) gpfns;