Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/privcmd/
H A Dprivcmd.c71 int pseudo_phys_res_id; member
137 error = xenmem_free(privcmd_dev, map->pseudo_phys_res_id, in privcmd_pg_dtor()
189 map->pseudo_phys_res_id = 0; in privcmd_mmap_single()
192 &map->pseudo_phys_res_id, size); in privcmd_mmap_single()
202 xenmem_free(privcmd_dev, map->pseudo_phys_res_id, in privcmd_mmap_single()
/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c469 int pseudo_phys_res_id; member
606 error = xenmem_free(gntdev_dev, gmap->map->pseudo_phys_res_id, in notify_unmap_cleanup()
1108 gmap_start->map->pseudo_phys_res_id = 0; in mmap_gmap()
1110 &gmap_start->map->pseudo_phys_res_id, size); in mmap_gmap()
1123 xenmem_free(gntdev_dev, gmap_start->map->pseudo_phys_res_id, in mmap_gmap()
/freebsd/sys/dev/xen/netback/
H A Dnetback.c475 int pseudo_phys_res_id; member
622 xenmem_free(xnb->dev, xnb->pseudo_phys_res_id, in xnb_free_communication_mem()
817 xnb->pseudo_phys_res_id = 0; in xnb_alloc_communication_mem()
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 Dblkback.c699 int pseudo_phys_res_id; member
2600 xenmem_free(xbb->dev, xbb->pseudo_phys_res_id, in xbb_free_communication_mem()
2845 xbb->pseudo_phys_res_id = 0; in xbb_alloc_communication_mem()
2846 xbb->pseudo_phys_res = xenmem_alloc(xbb->dev, &xbb->pseudo_phys_res_id, in xbb_alloc_communication_mem()