Searched refs:xenmem_alloc (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/xen/bus/ |
H A D | xenpv.c | 234 DEVMETHOD(xenmem_alloc, xenpv_alloc_physmem), 249 xenmem_alloc(device_t dev, int *res_id, size_t size) in xenmem_alloc() function
|
/freebsd/sys/xen/ |
H A D | xen-os.h | 150 struct resource *xenmem_alloc(device_t dev, int *res_id, size_t size);
|
/freebsd/sys/dev/xen/grant_table/ |
H A D | grant_table.c | 535 gnttab_pseudo_phys_res = xenmem_alloc(dev, in gnttab_resume()
|
/freebsd/sys/dev/xen/privcmd/ |
H A D | privcmd.c | 191 map->pseudo_phys_res = xenmem_alloc(privcmd_dev, in privcmd_mmap_single()
|
/freebsd/sys/dev/xen/gntdev/ |
H A D | gntdev.c | 1109 gmap_start->map->pseudo_phys_res = xenmem_alloc(gntdev_dev, in mmap_gmap()
|
/freebsd/sys/dev/xen/netback/ |
H A D | netback.c | 818 xnb->pseudo_phys_res = xenmem_alloc(xnb->dev, &xnb->pseudo_phys_res_id, in xnb_alloc_communication_mem()
|
/freebsd/sys/dev/xen/blkback/ |
H A D | blkback.c | 2846 xbb->pseudo_phys_res = xenmem_alloc(xbb->dev, &xbb->pseudo_phys_res_id, in xbb_alloc_communication_mem()
|