Lines Matching refs:mmu_update
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
2461 rmd->mmu_update->ptr = virt_to_machine(ptep).maddr; in remap_area_mfn_pte_fn()
2462 rmd->mmu_update->val = pte_val_ma(pte); in remap_area_mfn_pte_fn()
2463 rmd->mmu_update++; in remap_area_mfn_pte_fn()
2477 struct mmu_update mmu_update[REMAP_BATCH_SIZE]; in do_remap_mfn() local
2506 rmd.mmu_update = mmu_update; in do_remap_mfn()
2517 err = HYPERVISOR_mmu_update(&mmu_update[index], in do_remap_mfn()