Home
last modified time | relevance | path

Searched refs:mmuext_op (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/xen/interface/
Dxen.h354 struct mmuext_op { struct
372 DEFINE_GUEST_HANDLE_STRUCT(mmuext_op); argument
/linux-4.1.27/arch/x86/xen/
Dmmu.c234 static void xen_extend_mmuext_op(const struct mmuext_op *op) in xen_extend_mmuext_op()
237 struct mmuext_op *u; in xen_extend_mmuext_op()
730 struct mmuext_op op; in xen_do_pin()
1213 struct mmuext_op *op; in xen_flush_tlb_all()
1232 struct mmuext_op *op; in xen_flush_tlb()
1252 struct mmuext_op *op; in xen_flush_tlb_single()
1275 struct mmuext_op op; in xen_flush_tlb_others()
1320 struct mmuext_op op; in __xen_write_cr3()
1494 struct mmuext_op op; in pin_pagetable_pfn()
1537 struct mmuext_op *op; in __pin_pagetable_pfn()
Denlighten.c572 struct mmuext_op *op; in xen_set_ldt()
/linux-4.1.27/arch/x86/include/asm/xen/
Dhypercall.h238 HYPERVISOR_mmuext_op(struct mmuext_op *op, int count, in HYPERVISOR_mmuext_op()
241 return _hypercall4(int, mmuext_op, op, count, success_count, domid); in HYPERVISOR_mmuext_op()
570 MULTI_mmuext_op(struct multicall_entry *mcl, struct mmuext_op *op, int count, in MULTI_mmuext_op()
/linux-4.1.27/tools/lib/traceevent/
Dplugin_xen.c79 N(mmuext_op),