Searched refs:mmu_update (Results 1 – 13 of 13) sorted by relevance
/xen/xen/common/compat/ |
A D | xlat.c | 57 #define xen_mmu_update mmu_update
|
/xen/xen/arch/x86/guest/xen/ |
A D | hypercall_page.S | 25 DECLARE_HYPERCALL(mmu_update)
|
/xen/xen/include/public/ |
A D | xen.h | 629 struct mmu_update { struct 633 typedef struct mmu_update mmu_update_t; argument
|
/xen/tools/misc/ |
A D | xenperf.c | 24 X(mmu_update),
|
/xen/xen/xsm/ |
A D | dummy.c | 144 set_to_dummy_if_null(ops, mmu_update); in xsm_fixup_ops()
|
/xen/xen/xsm/flask/policy/ |
A D | access_vectors | 345 # checked when using mmu_update to map a page readably 349 # checked when using mmu_update to map a page writably 359 # mmu_update MMU_MACHPHYS_UPDATE 368 # checked when using mmu_update to update the page tables of another domain
|
/xen/xen/arch/x86/ |
A D | hypercall.c | 32 ARGS(mmu_update, 4),
|
A D | mm.c | 3891 struct mmu_update req; in do_mmu_update()
|
/xen/xen/arch/x86/pv/ |
A D | hypercall.c | 39 HYPERCALL(mmu_update),
|
/xen/xen/include/ |
A D | xlat.lst | 6 ? mmu_update xen.h
|
/xen/xen/include/xsm/ |
A D | xsm.h | 172 int (*mmu_update) (struct domain *d, struct domain *t, member 657 return xsm_ops->mmu_update(d, t, f, flags); in xsm_mmu_update()
|
/xen/stubdom/grub/ |
A D | kexec.c | 223 struct mmu_update *m2p_updates; in kexec()
|
/xen/xen/xsm/flask/ |
A D | hooks.c | 1868 .mmu_update = flask_mmu_update,
|
Completed in 24 milliseconds