Searched refs:mmu_update (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/x86/xen/ |
D | mmu.c | 199 struct mmu_update *u; in xen_set_domain_pte() 216 static void xen_extend_mmu_update(const struct mmu_update *update) in xen_extend_mmu_update() 219 struct mmu_update *u; in xen_extend_mmu_update() 254 struct mmu_update u; in xen_set_pmd_hyper() 295 struct mmu_update u; in xen_batched_set_pte() 321 struct mmu_update u; in __xen_set_pte() 353 struct mmu_update u; in xen_ptep_modify_prot_commit() 447 struct mmu_update u; in xen_set_pud_hyper() 538 struct mmu_update u; in __xen_set_pgd_hyper() 2445 struct mmu_update *mmu_update; member [all …]
|
D | setup.c | 259 struct mmu_update update = { in xen_update_mem_tables()
|
/linux-4.1.27/include/xen/interface/ |
D | xen.h | 458 struct mmu_update { struct 462 DEFINE_GUEST_HANDLE_STRUCT(mmu_update); argument
|
/linux-4.1.27/arch/arm/include/asm/xen/ |
D | hypercall.h | 71 MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req, in MULTI_mmu_update()
|
/linux-4.1.27/arch/x86/include/asm/xen/ |
D | hypercall.h | 231 HYPERVISOR_mmu_update(struct mmu_update *req, int count, in HYPERVISOR_mmu_update() 234 return _hypercall4(int, mmu_update, req, count, success_count, domid); in HYPERVISOR_mmu_update() 557 MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req, in MULTI_mmu_update()
|
/linux-4.1.27/tools/lib/traceevent/ |
D | plugin_xen.c | 55 N(mmu_update),
|