Home
last modified time | relevance | path

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

/arch/arm/include/asm/xen/
Dhypercall.h81 MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req, in MULTI_mmu_update()
/arch/x86/xen/
Dmmu.c201 struct mmu_update *u; in xen_set_domain_pte()
218 static void xen_extend_mmu_update(const struct mmu_update *update) in xen_extend_mmu_update()
221 struct mmu_update *u; in xen_extend_mmu_update()
256 struct mmu_update u; in xen_set_pmd_hyper()
297 struct mmu_update u; in xen_batched_set_pte()
323 struct mmu_update u; in __xen_set_pte()
355 struct mmu_update u; in xen_ptep_modify_prot_commit()
449 struct mmu_update u; in xen_set_pud_hyper()
540 struct mmu_update u; in __xen_set_pgd_hyper()
2778 struct mmu_update *mmu_update; member
[all …]
Dsetup.c289 struct mmu_update update = { in xen_update_mem_tables()
/arch/x86/include/asm/xen/
Dhypercall.h235 HYPERVISOR_mmu_update(struct mmu_update *req, int count, in HYPERVISOR_mmu_update()
238 return _hypercall4(int, mmu_update, req, count, success_count, domid); in HYPERVISOR_mmu_update()
567 MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req, in MULTI_mmu_update()