Searched refs:mmuext_op (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/xen/interface/ |
D | xen.h | 358 struct mmuext_op { struct 376 DEFINE_GUEST_HANDLE_STRUCT(mmuext_op); argument
|
/Linux-v4.19/arch/x86/include/asm/xen/ |
D | hypercall.h | 246 HYPERVISOR_mmuext_op(struct mmuext_op *op, int count, in HYPERVISOR_mmuext_op() 249 return _hypercall4(int, mmuext_op, op, count, success_count, domid); in HYPERVISOR_mmuext_op() 500 MULTI_mmuext_op(struct multicall_entry *mcl, struct mmuext_op *op, int count, in MULTI_mmuext_op()
|
/Linux-v4.19/tools/lib/traceevent/ |
D | plugin_xen.c | 80 N(mmuext_op),
|
/Linux-v4.19/arch/x86/xen/ |
D | mmu_pv.c | 193 static void xen_extend_mmuext_op(const struct mmuext_op *op) in xen_extend_mmuext_op() 196 struct mmuext_op *u; in xen_extend_mmuext_op() 708 struct mmuext_op op; in xen_do_pin() 1075 struct mmuext_op op; in pin_pagetable_pfn() 1313 struct mmuext_op *op; in xen_flush_tlb() 1331 struct mmuext_op *op; in xen_flush_tlb_one_user() 1353 struct mmuext_op op; in xen_flush_tlb_others() 1397 struct mmuext_op op; in __xen_write_cr3() 1611 struct mmuext_op *op; in __pin_pagetable_pfn()
|
D | mmu.c | 47 struct mmuext_op *op; in xen_flush_tlb_all()
|
D | enlighten_pv.c | 428 struct mmuext_op *op; in xen_set_ldt()
|