Home
last modified time | relevance | path

Searched refs:mmu (Results 1 – 9 of 9) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_private.c260 …DECLARE_NAMED_HYPERCALL_BOUNCE(updates, mmu->updates, mmu->idx*sizeof(*mmu->updates), XC_HYPERCALL… in flush_mmu_updates()
262 if ( mmu->idx == 0 ) in flush_mmu_updates()
274 mmu->idx, 0, mmu->subject); in flush_mmu_updates()
281 mmu->idx = 0; in flush_mmu_updates()
291 struct xc_mmu *mmu = malloc(sizeof(*mmu)); in xc_alloc_mmu_updates() local
292 if ( mmu == NULL ) in xc_alloc_mmu_updates()
293 return mmu; in xc_alloc_mmu_updates()
294 mmu->idx = 0; in xc_alloc_mmu_updates()
296 return mmu; in xc_alloc_mmu_updates()
302 mmu->updates[mmu->idx].ptr = ptr; in xc_add_mmu_update()
[all …]
A Dxc_offline_page.c268 struct xc_mmu *mmu, in change_pte() argument
309 if ( xc_add_mmu_update(xch, mmu, in change_pte()
331 if ( xc_flush_mmu_updates(xch, mmu) ) in change_pte()
346 struct xc_mmu *mmu, in update_pte() argument
349 return change_pte(xch, domid, minfo, backup, mmu, in update_pte()
356 struct xc_mmu *mmu, in clear_pte() argument
359 return change_pte(xch, domid, minfo, backup, mmu, in clear_pte()
462 struct xc_mmu *mmu = NULL; in xc_exchange_page() local
587 mmu = xc_alloc_mmu_updates(xch, domid); in xc_exchange_page()
588 if ( mmu == NULL ) in xc_exchange_page()
[all …]
A Dxc_private.h381 int xc_add_mmu_update(xc_interface *xch, struct xc_mmu *mmu,
383 int xc_flush_mmu_updates(xc_interface *xch, struct xc_mmu *mmu);
A Dxc_dom_x86.c292 struct xc_mmu *mmu; in move_l3_below_4G() local
295 mmu = xc_alloc_mmu_updates(dom->xch, dom->guest_domid); in move_l3_below_4G()
296 if ( mmu == NULL ) in move_l3_below_4G()
312 if ( xc_add_mmu_update(dom->xch, mmu, in move_l3_below_4G()
318 if ( xc_flush_mmu_updates(dom->xch, mmu) ) in move_l3_below_4G()
345 free(mmu); in move_l3_below_4G()
/xen-4.10.0-shim-comet/tools/flask/policy/modules/
A Dxen.if10 allow $1 $2:mmu { adjust physmap map_read map_write stat pinpage updatemp mmuext_op };
58 allow $1 $2:mmu { map_read map_write adjust memorymap physmap pinpage mmuext_op updatemp };
95 allow $1 domxen_t:mmu map_read;
97 allow $1 $2:mmu { stat pageinfo map_read };
153 allow $1 $2_target:mmu { map_read map_write adjust physmap target_hack };
174 allow $1 $1_self:mmu exchange;
176 allow $1 domio_t:mmu { map_read map_write };
185 allow $1 $1_self:mmu exchange;
187 allow $1 domio_t:mmu { map_read map_write };
194 allow $1 $1_self:mmu exchange;
[all …]
A Ddom0.te30 allow dom0_t xen_t:mmu memorymap;
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/
A Dsecurity_classes15 class mmu
A Daccess_vectors345 # Class mmu describes pages of memory not accessed using grants. Permissions
350 class mmu
/xen-4.10.0-shim-comet/
A D.rootkeys367 426fa4d7RzvcFMqff_M76HrvRQZHSg linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/mmu.h

Completed in 17 milliseconds