mmu_update        258 arch/x86/include/asm/xen/hypercall.h HYPERVISOR_mmu_update(struct mmu_update *req, int count,
mmu_update        261 arch/x86/include/asm/xen/hypercall.h 	return _hypercall4(int, mmu_update, req, count, success_count, domid);
mmu_update        497 arch/x86/include/asm/xen/hypercall.h MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req,
mmu_update        183 arch/x86/xen/mmu_pv.c static void xen_extend_mmu_update(const struct mmu_update *update)
mmu_update        186 arch/x86/xen/mmu_pv.c 	struct mmu_update *u;
mmu_update        221 arch/x86/xen/mmu_pv.c 	struct mmu_update u;
mmu_update        262 arch/x86/xen/mmu_pv.c 	struct mmu_update u;
mmu_update        288 arch/x86/xen/mmu_pv.c 		struct mmu_update u;
mmu_update        320 arch/x86/xen/mmu_pv.c 	struct mmu_update u;
mmu_update        412 arch/x86/xen/mmu_pv.c 	struct mmu_update u;
mmu_update        502 arch/x86/xen/mmu_pv.c 	struct mmu_update u;
mmu_update       2688 arch/x86/xen/mmu_pv.c 	struct mmu_update *mmu_update;
mmu_update       2705 arch/x86/xen/mmu_pv.c 	rmd->mmu_update->ptr = virt_to_machine(ptep).maddr;
mmu_update       2706 arch/x86/xen/mmu_pv.c 	rmd->mmu_update->ptr |= rmd->no_translate ?
mmu_update       2709 arch/x86/xen/mmu_pv.c 	rmd->mmu_update->val = pte_val_ma(pte);
mmu_update       2710 arch/x86/xen/mmu_pv.c 	rmd->mmu_update++;
mmu_update       2721 arch/x86/xen/mmu_pv.c 	struct mmu_update mmu_update[REMAP_BATCH_SIZE];
mmu_update       2744 arch/x86/xen/mmu_pv.c 		rmd.mmu_update = mmu_update;
mmu_update       2757 arch/x86/xen/mmu_pv.c 			err = HYPERVISOR_mmu_update(&mmu_update[index],
mmu_update        290 arch/x86/xen/setup.c 	struct mmu_update update = {
mmu_update         85 include/xen/arm/hypercall.h MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req,
mmu_update        481 include/xen/interface/xen.h DEFINE_GUEST_HANDLE_STRUCT(mmu_update);
mmu_update         57 tools/lib/traceevent/plugins/plugin_xen.c 	N(mmu_update),