Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/flask/policy/modules/
A Dxenstore.te21 allow xenstore_t domain_type:grant { map_read map_write unmap };
A Dxen.if128 allow $1 $2:grant { map_read map_write copy unmap };
129 allow $2 $1:grant { map_read map_write copy unmap };
137 allow $1 $1_self:grant { map_read map_write copy unmap };
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dphysdev.c346 struct physdev_unmap_pirq unmap; in do_physdev_op() local
349 if ( copy_from_guest(&unmap, arg, 1) != 0 ) in do_physdev_op()
352 ret = physdev_unmap_pirq(unmap.domid, unmap.pirq); in do_physdev_op()
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmm.c1199 goto unmap; in handle_memadd_fault()
1208 goto unmap; in handle_memadd_fault()
1216 goto unmap; in handle_memadd_fault()
1223 goto unmap; in handle_memadd_fault()
1231 unmap: in handle_memadd_fault()
/xen-4.10.0-shim-comet/xen/common/
A Dgrant_table.c3348 XEN_GUEST_HANDLE_PARAM(gnttab_unmap_grant_ref_t) unmap = in do_grant_table_op()
3351 if ( unlikely(!guest_handle_okay(unmap, count)) ) in do_grant_table_op()
3353 rc = gnttab_unmap_grant_ref(unmap, count); in do_grant_table_op()
3356 guest_handle_add_offset(unmap, rc); in do_grant_table_op()
3357 uop = guest_handle_cast(unmap, void); in do_grant_table_op()
3364 XEN_GUEST_HANDLE_PARAM(gnttab_unmap_and_replace_t) unmap = in do_grant_table_op()
3367 if ( unlikely(!guest_handle_okay(unmap, count)) ) in do_grant_table_op()
3372 rc = gnttab_unmap_and_replace(unmap, count); in do_grant_table_op()
3375 guest_handle_add_offset(unmap, rc); in do_grant_table_op()
3376 uop = guest_handle_cast(unmap, void); in do_grant_table_op()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Ddomain.ml84 Xenmmap.unmap dom.interface;
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/ocaml/libs/xb/
A Dxb.ml177 | Xenmmap backend -> Xenmmap.unmap backend.mmap
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-pt.c187 u32 max, unsigned int level, bool_t unmap) in p2m_next_level() argument
271 if ( unmap ) in p2m_next_level()
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/
A Dxenctrl.ml352 Xenmmap.unmap page;
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/
A Daccess_vectors334 unmap
/xen-4.10.0-shim-comet/xen/drivers/passthrough/arm/
A Dsmmu.c2015 .unmap = arm_smmu_unmap,

Completed in 26 milliseconds