Home
last modified time | relevance | path

Searched refs:unmap (Results 1 – 15 of 15) sorted by relevance

/xen/tools/libxc/
A Dxc_physdev.c103 struct physdev_unmap_pirq unmap; in xc_physdev_unmap_pirq() local
105 memset(&unmap, 0, sizeof(struct physdev_unmap_pirq)); in xc_physdev_unmap_pirq()
106 unmap.domid = domid; in xc_physdev_unmap_pirq()
107 unmap.pirq = pirq; in xc_physdev_unmap_pirq()
109 rc = do_physdev_op(xch, PHYSDEVOP_unmap_pirq, &unmap, sizeof(unmap)); in xc_physdev_unmap_pirq()
/xen/xen/arch/x86/
A Dphysdev.c343 struct physdev_unmap_pirq unmap; in do_physdev_op() local
346 if ( copy_from_guest(&unmap, arg, 1) != 0 ) in do_physdev_op()
349 ret = physdev_unmap_pirq(unmap.domid, unmap.pirq); in do_physdev_op()
/xen/tools/flask/policy/modules/
A Dxenstore.te21 allow xenstore_t domain_type:grant { map_read map_write unmap };
A Dxen.if129 allow $1 $2:grant { map_read map_write copy unmap };
130 allow $2 $1:grant { map_read map_write copy unmap };
138 allow $1 $1_self:grant { map_read map_write copy unmap };
/xen/tools/ocaml/libs/mmap/
A Dxenmmap.mli23 external unmap : mmap_interface -> unit = "stub_mmap_final"
A Dxenmmap.ml25 external unmap: mmap_interface -> unit = "stub_mmap_final"
/xen/xen/arch/x86/x86_64/
A Dmm.c1208 goto unmap; in handle_memadd_fault()
1217 goto unmap; in handle_memadd_fault()
1225 goto unmap; in handle_memadd_fault()
1232 goto unmap; in handle_memadd_fault()
1240 unmap: in handle_memadd_fault()
/xen/tools/ocaml/xenstored/
A Ddomain.ml87 Xenmmap.unmap dom.interface;
/xen/xen/common/
A Dgrant_table.c3557 XEN_GUEST_HANDLE_PARAM(gnttab_unmap_grant_ref_t) unmap = in do_grant_table_op()
3560 if ( unlikely(!guest_handle_okay(unmap, count)) ) in do_grant_table_op()
3562 rc = gnttab_unmap_grant_ref(unmap, count); in do_grant_table_op()
3565 guest_handle_add_offset(unmap, rc); in do_grant_table_op()
3566 uop = guest_handle_cast(unmap, void); in do_grant_table_op()
3573 XEN_GUEST_HANDLE_PARAM(gnttab_unmap_and_replace_t) unmap = in do_grant_table_op()
3576 if ( unlikely(!guest_handle_okay(unmap, count)) ) in do_grant_table_op()
3578 rc = gnttab_unmap_and_replace(unmap, count); in do_grant_table_op()
3581 guest_handle_add_offset(unmap, rc); in do_grant_table_op()
3582 uop = guest_handle_cast(unmap, void); in do_grant_table_op()
/xen/docs/misc/
A Dnetif-staging-grants.pandoc223 it batch these unmap operations. The callback just queues another unmap.]
243 (the unmap) preventing the TLB flush.
457 This is sent by the frontend for backend to unmap a list of grant references.
A Dgrant-tables.txt73 and is used to unmap the frame. Map track entries are also searched whenever a
75 matching map track entry is then removed, as if unmap had been invoked.
/xen/tools/ocaml/libs/xb/
A Dxb.ml179 | Xenmmap backend -> Xenmmap.unmap backend.mmap
/xen/xen/arch/x86/mm/
A Dp2m-pt.c163 u32 max, unsigned int level, bool_t unmap) in p2m_next_level() argument
249 if ( unmap ) in p2m_next_level()
/xen/xen/xsm/flask/policy/
A Daccess_vectors327 unmap
/xen/xen/drivers/passthrough/arm/
A Dsmmu.c2003 .unmap = arm_smmu_unmap,

Completed in 31 milliseconds