Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxc_dom_boot.c337 struct xen_remove_from_physmap xrfp = { in compat_gnttab_hvm_seed() local
351 xrfp.gpfn = scratch_gfn; in compat_gnttab_hvm_seed()
374 (void) do_memory_op(xch, XENMEM_remove_from_physmap, &xrfp, in compat_gnttab_hvm_seed()
375 sizeof(xrfp)); in compat_gnttab_hvm_seed()
379 rc = do_memory_op(xch, XENMEM_remove_from_physmap, &xrfp, sizeof(xrfp)); in compat_gnttab_hvm_seed()
A Dxc_domain.c1075 struct xen_remove_from_physmap xrfp = { in xc_domain_remove_from_physmap() local
1079 return do_memory_op(xch, XENMEM_remove_from_physmap, &xrfp, sizeof(xrfp)); in xc_domain_remove_from_physmap()
/xen/xen/common/
A Dmemory.c1410 struct xen_remove_from_physmap xrfp; in do_memory_op() local
1416 if ( copy_from_guest(&xrfp, arg, 1) ) in do_memory_op()
1419 d = rcu_lock_domain_by_any_id(xrfp.domid); in do_memory_op()
1432 page = get_page_from_gfn(d, xrfp.gpfn, NULL, P2M_ALLOC); in do_memory_op()
1435 rc = guest_physmap_remove_page(d, _gfn(xrfp.gpfn), in do_memory_op()
/xen/xen/common/compat/
A Dmemory.c71 struct xen_remove_from_physmap *xrfp; in compat_memory_op() member
323 XLAT_remove_from_physmap(nat.xrfp, &cmp); in compat_memory_op()

Completed in 227 milliseconds