Searched refs:mmu_update (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | mmu_pv.c | 172 static void xen_extend_mmu_update(const struct mmu_update *update) in xen_extend_mmu_update() 175 struct mmu_update *u; in xen_extend_mmu_update() 210 struct mmu_update u; in xen_set_pmd_hyper() 251 struct mmu_update u; in xen_batched_set_pte() 274 struct mmu_update u; in __xen_set_pte() 299 struct mmu_update u; in xen_ptep_modify_prot_commit() 391 struct mmu_update u; in xen_set_pud_hyper() 460 struct mmu_update u; in __xen_set_p4d_hyper() 2370 struct mmu_update *mmu_update; member 2403 struct mmu_update mmu_update[REMAP_BATCH_SIZE]; xen_remap_pfn() local [all...] |
H A D | setup.c | 290 struct mmu_update update = { in xen_update_mem_tables()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | mmu_pv.c | 190 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 2450 struct mmu_update mmu_update[REMAP_BATCH_SIZE]; xen_remap_pfn() local [all...] |
H A D | setup.c | 295 struct mmu_update update = { in xen_update_mem_tables()
|
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | xen.h | 132 * enum neg_errnoval HYPERVISOR_mmu_update(const struct mmu_update reqs[], 477 struct mmu_update { struct 481 DEFINE_GUEST_HANDLE_STRUCT(mmu_update); variable
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | xen.h | 115 * enum neg_errnoval HYPERVISOR_mmu_update(const struct mmu_update reqs[], 460 struct mmu_update { struct 464 DEFINE_GUEST_HANDLE_STRUCT(mmu_update); variable
|
/kernel/linux/linux-5.10/include/xen/arm/ |
H A D | hypercall.h | 85 MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req, in MULTI_mmu_update()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 258 HYPERVISOR_mmu_update(struct mmu_update *req, int count, in HYPERVISOR_mmu_update() 261 return _hypercall4(int, mmu_update, req, count, success_count, domid); in HYPERVISOR_mmu_update() 497 MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req, in MULTI_mmu_update()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/ |
H 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()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
H A D | plugin_xen.c | 57 N(mmu_update),
|
Completed in 16 milliseconds