Searched refs:mmu_update (Results 1 – 14 of 14) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | xlat.c | 57 #define xen_mmu_update mmu_update
|
/xen-4.10.0-shim-comet/xen/arch/x86/guest/ |
A D | hypercall_page.S | 25 DECLARE_HYPERCALL(mmu_update)
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | xen.h | 589 struct mmu_update { struct 593 typedef struct mmu_update mmu_update_t; argument
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xenperf.c | 24 X(mmu_update),
|
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/ |
A D | access_vectors | 352 # checked when using mmu_update to map a page readably 356 # checked when using mmu_update to map a page writably 368 # mmu_update MMU_MACHPHYS_UPDATE 377 # checked when using mmu_update to update the page tables of another domain
|
/xen-4.10.0-shim-comet/xen/xsm/ |
A D | dummy.c | 150 set_to_dummy_if_null(ops, mmu_update); in xsm_fixup_ops()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | hypercall.c | 32 ARGS(mmu_update, 4),
|
A D | mm.c | 3514 struct mmu_update req; in do_mmu_update()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | hypercall.c | 37 HYPERCALL(mmu_update),
|
/xen-4.10.0-shim-comet/xen/include/ |
A D | xlat.lst | 6 ? mmu_update xen.h
|
/xen-4.10.0-shim-comet/xen/include/xsm/ |
A D | xsm.h | 172 int (*mmu_update) (struct domain *d, struct domain *t, member 649 return xsm_ops->mmu_update(d, t, f, flags); in xsm_mmu_update()
|
/xen-4.10.0-shim-comet/docs/ |
A D | ChangeLog | 82 A subcommand of the x86-only mmu_update() hypercall to allow batched
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | kexec.c | 223 struct mmu_update *m2p_updates; in kexec()
|
/xen-4.10.0-shim-comet/xen/xsm/flask/ |
A D | hooks.c | 1844 .mmu_update = flask_mmu_update,
|
Completed in 24 milliseconds