Searched refs:unmap (Results 1 – 15 of 15) sorted by relevance
/xen/tools/libxc/ |
A D | xc_physdev.c | 103 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 D | physdev.c | 343 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 D | xenstore.te | 21 allow xenstore_t domain_type:grant { map_read map_write unmap };
|
A D | xen.if | 129 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 D | xenmmap.mli | 23 external unmap : mmap_interface -> unit = "stub_mmap_final"
|
A D | xenmmap.ml | 25 external unmap: mmap_interface -> unit = "stub_mmap_final"
|
/xen/xen/arch/x86/x86_64/ |
A D | mm.c | 1208 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 D | domain.ml | 87 Xenmmap.unmap dom.interface;
|
/xen/xen/common/ |
A D | grant_table.c | 3557 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 D | netif-staging-grants.pandoc | 223 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 D | grant-tables.txt | 73 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 D | xb.ml | 179 | Xenmmap backend -> Xenmmap.unmap backend.mmap
|
/xen/xen/arch/x86/mm/ |
A D | p2m-pt.c | 163 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 D | access_vectors | 327 unmap
|
/xen/xen/drivers/passthrough/arm/ |
A D | smmu.c | 2003 .unmap = arm_smmu_unmap,
|
Completed in 31 milliseconds