Searched refs:xrfp (Results 1 – 2 of 2) sorted by relevance
324 struct xen_remove_from_physmap xrfp = { in compat_gnttab_hvm_seed() local338 xrfp.gpfn = scratch_gfn; in compat_gnttab_hvm_seed()361 (void) xc_memory_op(xch, XENMEM_remove_from_physmap, &xrfp, in compat_gnttab_hvm_seed()362 sizeof(xrfp)); in compat_gnttab_hvm_seed()366 rc = xc_memory_op(xch, XENMEM_remove_from_physmap, &xrfp, sizeof(xrfp)); in compat_gnttab_hvm_seed()
1066 struct xen_remove_from_physmap xrfp = { in xc_domain_remove_from_physmap() local1070 return xc_memory_op(xch, XENMEM_remove_from_physmap, &xrfp, sizeof(xrfp)); in xc_domain_remove_from_physmap()
Completed in 13 milliseconds