Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/xen/
H A Dmmu_pv.c236 struct mmu_update *u; in xen_extend_mmu_update()
271 struct mmu_update u; in xen_set_pmd_hyper()
314 struct mmu_update u; in xen_batched_set_pte()
337 struct mmu_update u; in __xen_set_pte()
363 struct mmu_update u; in xen_ptep_modify_prot_commit()
455 struct mmu_update u; in xen_set_pud_hyper()
524 struct mmu_update u; in __xen_set_p4d_hyper()
2470 struct mmu_update *mmu_update; member
2492 rmd->mmu_update++; in remap_area_pfn_pte_fn()
2503 struct mmu_update mmu_update[REMAP_BATCH_SIZE]; in xen_remap_pfn() local
[all …]
H A Dsetup.c250 struct mmu_update update = { in xen_update_mem_tables()
/linux-6.15/include/xen/interface/
H A Dxen.h460 struct mmu_update { struct
464 DEFINE_GUEST_HANDLE_STRUCT(mmu_update); argument
/linux-6.15/arch/x86/include/asm/xen/
H A Dhypercall.h265 HYPERVISOR_mmu_update(struct mmu_update *req, int count, in HYPERVISOR_mmu_update()
268 return _hypercall4(int, mmu_update, req, count, success_count, domid); in HYPERVISOR_mmu_update()
354 MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req, in MULTI_mmu_update()