Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dmmu_pv.c244 static void xen_extend_mmu_update(const struct mmu_update *update) in xen_extend_mmu_update()
247 struct mmu_update *u; in xen_extend_mmu_update()
282 struct mmu_update u; in xen_set_pmd_hyper()
325 struct mmu_update u; in xen_batched_set_pte()
348 struct mmu_update u; in xen_set_pte()
374 struct mmu_update u; in xen_ptep_modify_prot_commit()
466 struct mmu_update u; in xen_set_pud_hyper()
538 struct mmu_update u;
2443 struct mmu_update *mmu_update; in xen_flush_tlb_all()
2457 struct mmu_update *mmu_update; global() member
2490 struct mmu_update mmu_update[REMAP_BATCH_SIZE]; xen_remap_pfn() local
[all...]
H A Dsetup.c250 struct mmu_update update = { in xen_update_mem_tables()
/linux/include/xen/interface/
H A Dxen.h460 struct mmu_update { struct
464 DEFINE_GUEST_HANDLE_STRUCT(mmu_update); argument
/linux/arch/x86/include/asm/xen/
H A Dhypercall.h266 HYPERVISOR_mmu_update(struct mmu_update *req, int count, in HYPERVISOR_mmu_update()
269 return _hypercall4(int, mmu_update, req, count, success_count, domid); in HYPERVISOR_mmu_update()
355 MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req, in MULTI_mmu_update()