Searched refs:mmuext_op (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/xen/interface/ |
D | xen.h | 341 struct mmuext_op { struct 359 DEFINE_GUEST_HANDLE_STRUCT(mmuext_op); argument
|
/linux-6.1.9/arch/x86/include/asm/xen/ |
D | hypercall.h | 266 HYPERVISOR_mmuext_op(struct mmuext_op *op, int count, in HYPERVISOR_mmuext_op() 269 return _hypercall4(int, mmuext_op, op, count, success_count, domid); in HYPERVISOR_mmuext_op() 361 MULTI_mmuext_op(struct multicall_entry *mcl, struct mmuext_op *op, int count, in MULTI_mmuext_op()
|
/linux-6.1.9/arch/x86/xen/ |
D | mmu_pv.c | 192 static void xen_extend_mmuext_op(const struct mmuext_op *op) in xen_extend_mmuext_op() 195 struct mmuext_op *u; in xen_extend_mmuext_op() 669 struct mmuext_op op; in xen_do_pin() 995 struct mmuext_op op; in pin_pagetable_pfn() 1228 struct mmuext_op *op; in xen_flush_tlb() 1246 struct mmuext_op *op; in xen_flush_tlb_one_user() 1268 struct mmuext_op op; in xen_flush_tlb_multi() 1311 struct mmuext_op op; in __xen_write_cr3() 1506 struct mmuext_op *op; in __pin_pagetable_pfn() 2375 struct mmuext_op *op; in xen_flush_tlb_all()
|
D | enlighten_pv.c | 408 struct mmuext_op *op; in xen_set_ldt()
|
/linux-6.1.9/tools/lib/traceevent/plugins/ |
D | plugin_xen.c | 81 N(mmuext_op),
|