Lines Matching refs:mmu_update
174 static void xen_extend_mmu_update(const struct mmu_update *update) in xen_extend_mmu_update()
177 struct mmu_update *u; in xen_extend_mmu_update()
212 struct mmu_update u; in xen_set_pmd_hyper()
255 struct mmu_update u; in xen_batched_set_pte()
278 struct mmu_update u; in __xen_set_pte()
303 struct mmu_update u; in xen_ptep_modify_prot_commit()
395 struct mmu_update u; in xen_set_pud_hyper()
464 struct mmu_update u; in __xen_set_p4d_hyper()
2398 struct mmu_update *mmu_update; member
2415 rmd->mmu_update->ptr = virt_to_machine(ptep).maddr; in remap_area_pfn_pte_fn()
2416 rmd->mmu_update->ptr |= rmd->no_translate ? in remap_area_pfn_pte_fn()
2419 rmd->mmu_update->val = pte_val_ma(pte); in remap_area_pfn_pte_fn()
2420 rmd->mmu_update++; in remap_area_pfn_pte_fn()
2431 struct mmu_update mmu_update[REMAP_BATCH_SIZE]; in xen_remap_pfn() local
2454 rmd.mmu_update = mmu_update; in xen_remap_pfn()
2467 err = HYPERVISOR_mmu_update(&mmu_update[index], in xen_remap_pfn()