Lines Matching refs:mmu_update
172 static void xen_extend_mmu_update(const struct mmu_update *update) in xen_extend_mmu_update()
175 struct mmu_update *u; in xen_extend_mmu_update()
210 struct mmu_update u; in xen_set_pmd_hyper()
251 struct mmu_update u; in xen_batched_set_pte()
274 struct mmu_update u; in __xen_set_pte()
299 struct mmu_update u; in xen_ptep_modify_prot_commit()
391 struct mmu_update u; in xen_set_pud_hyper()
460 struct mmu_update u; in __xen_set_p4d_hyper()
2370 struct mmu_update *mmu_update; member
2387 rmd->mmu_update->ptr = virt_to_machine(ptep).maddr; in remap_area_pfn_pte_fn()
2388 rmd->mmu_update->ptr |= rmd->no_translate ? in remap_area_pfn_pte_fn()
2391 rmd->mmu_update->val = pte_val_ma(pte); in remap_area_pfn_pte_fn()
2392 rmd->mmu_update++; in remap_area_pfn_pte_fn()
2403 struct mmu_update mmu_update[REMAP_BATCH_SIZE]; in xen_remap_pfn() local
2426 rmd.mmu_update = mmu_update; in xen_remap_pfn()
2439 err = HYPERVISOR_mmu_update(&mmu_update[index], in xen_remap_pfn()