Lines Matching refs:mmu_update
200 struct mmu_update *u; in xen_set_domain_pte()
217 static void xen_extend_mmu_update(const struct mmu_update *update) in xen_extend_mmu_update()
220 struct mmu_update *u; in xen_extend_mmu_update()
255 struct mmu_update u; in xen_set_pmd_hyper()
296 struct mmu_update u; in xen_batched_set_pte()
322 struct mmu_update u; in __xen_set_pte()
354 struct mmu_update u; in xen_ptep_modify_prot_commit()
448 struct mmu_update u; in xen_set_pud_hyper()
539 struct mmu_update u; in __xen_set_pgd_hyper()
2787 struct mmu_update *mmu_update; member
2803 rmd->mmu_update->ptr = virt_to_machine(ptep).maddr; in remap_area_mfn_pte_fn()
2804 rmd->mmu_update->val = pte_val_ma(pte); in remap_area_mfn_pte_fn()
2805 rmd->mmu_update++; in remap_area_mfn_pte_fn()
2819 struct mmu_update mmu_update[REMAP_BATCH_SIZE]; in do_remap_gfn() local
2848 rmd.mmu_update = mmu_update; in do_remap_gfn()
2859 err = HYPERVISOR_mmu_update(&mmu_update[index], in do_remap_gfn()