Searched refs:gpfns (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | memory.c | 252 / (sizeof(nat.atpb->idxs.p) + sizeof(nat.atpb->gpfns.p)); in compat_memory_op() 256 xen_pfn_t *gpfns = (void *)(idxs + limit); in compat_memory_op() local 269 !compat_handle_okay(cmp.atpb.gpfns, size) || in compat_memory_op() 278 gpfns -= start_extent; in compat_memory_op() 286 __copy_from_compat_offset(&gpfn, cmp.atpb.gpfns, i, 1) ) in compat_memory_op() 289 gpfns[i] = gpfn; in compat_memory_op() 295 set_xen_guest_handle((_d_)->gpfns, gpfns) in compat_memory_op()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 906 int xc_domain_maximum_gpfn(xc_interface *xch, uint32_t domid, xen_pfn_t *gpfns) in xc_domain_maximum_gpfn() argument 912 *gpfns = rc; in xc_domain_maximum_gpfn() 918 int xc_domain_nr_gpfns(xc_interface *xch, uint32_t domid, xen_pfn_t *gpfns) in xc_domain_nr_gpfns() argument 920 int rc = xc_domain_maximum_gpfn(xch, domid, gpfns); in xc_domain_nr_gpfns() 923 *gpfns += 1; in xc_domain_nr_gpfns() 1069 xen_pfn_t *gpfns, in xc_domain_add_to_physmap_batch() argument 1074 DECLARE_HYPERCALL_BOUNCE(gpfns, size * sizeof(*gpfns), XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_domain_add_to_physmap_batch() 1085 xc_hypercall_bounce_pre(xch, gpfns) || in xc_domain_add_to_physmap_batch() 1094 set_xen_guest_handle(xatp_batch.gpfns, gpfns); in xc_domain_add_to_physmap_batch() 1102 xc_hypercall_bounce_post(xch, gpfns); in xc_domain_add_to_physmap_batch()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | memory.h | 282 XEN_GUEST_HANDLE(xen_pfn_t) gpfns;
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | memory.c | 826 guest_handle_add_offset(xatpb->gpfns, start); in xenmem_add_to_physmap_batch() 831 !guest_handle_okay(xatpb->gpfns, xatpb->size) || in xenmem_add_to_physmap_batch() 846 if ( unlikely(__copy_from_guest_offset(&gpfn, xatpb->gpfns, 0, 1)) ) in xenmem_add_to_physmap_batch() 863 guest_handle_add_offset(xatpb->gpfns, 1); in xenmem_add_to_physmap_batch()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1374 int xc_domain_maximum_gpfn(xc_interface *xch, uint32_t domid, xen_pfn_t *gpfns); 1376 int xc_domain_nr_gpfns(xc_interface *xch, uint32_t domid, xen_pfn_t *gpfns);
|
Completed in 16 milliseconds