Searched refs:mmu_update (Results 1 – 5 of 5) sorted by relevance
/linux/arch/x86/xen/ |
A D | mmu_pv.c | 176 struct mmu_update *u; in xen_extend_mmu_update() 211 struct mmu_update u; in xen_set_pmd_hyper() 254 struct mmu_update u; in xen_batched_set_pte() 277 struct mmu_update u; in __xen_set_pte() 302 struct mmu_update u; in xen_ptep_modify_prot_commit() 394 struct mmu_update u; in xen_set_pud_hyper() 463 struct mmu_update u; in __xen_set_p4d_hyper() 2397 struct mmu_update *mmu_update; member 2419 rmd->mmu_update++; in remap_area_pfn_pte_fn() 2430 struct mmu_update mmu_update[REMAP_BATCH_SIZE]; in xen_remap_pfn() local [all …]
|
A D | setup.c | 290 struct mmu_update update = { in xen_update_mem_tables()
|
/linux/arch/x86/include/asm/xen/ |
A D | hypercall.h | 259 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()
|
/linux/include/xen/interface/ |
A D | xen.h | 460 struct mmu_update { struct 464 DEFINE_GUEST_HANDLE_STRUCT(mmu_update); argument
|
/linux/tools/lib/traceevent/plugins/ |
A D | plugin_xen.c | 57 N(mmu_update),
|
Completed in 15 milliseconds