Home
last modified time | relevance | path

Searched refs:mmu_update (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/arch/x86/xen/
Dmmu_pv.c190 static void xen_extend_mmu_update(const struct mmu_update *update) in xen_extend_mmu_update()
193 struct mmu_update *u; in xen_extend_mmu_update()
228 struct mmu_update u; in xen_set_pmd_hyper()
271 struct mmu_update u; in xen_batched_set_pte()
294 struct mmu_update u; in __xen_set_pte()
319 struct mmu_update u; in xen_ptep_modify_prot_commit()
411 struct mmu_update u; in xen_set_pud_hyper()
480 struct mmu_update u; in __xen_set_p4d_hyper()
2417 struct mmu_update *mmu_update; member
2434 rmd->mmu_update->ptr = virt_to_machine(ptep).maddr; in remap_area_pfn_pte_fn()
[all …]
Dsetup.c295 struct mmu_update update = { in xen_update_mem_tables()
/Linux-v6.6/include/xen/interface/
Dxen.h460 struct mmu_update { struct
464 DEFINE_GUEST_HANDLE_STRUCT(mmu_update); argument
/Linux-v6.6/arch/x86/include/asm/xen/
Dhypercall.h259 HYPERVISOR_mmu_update(struct mmu_update *req, int count, in HYPERVISOR_mmu_update()
262 return _hypercall4(int, mmu_update, req, count, success_count, domid); in HYPERVISOR_mmu_update()
348 MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req, in MULTI_mmu_update()