Searched refs:mmuext_op (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/xen/interface/ |
D | xen.h | 354 struct mmuext_op { struct 372 DEFINE_GUEST_HANDLE_STRUCT(mmuext_op); argument
|
/linux-4.1.27/arch/x86/xen/ |
D | mmu.c | 234 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()
|
D | enlighten.c | 572 struct mmuext_op *op; in xen_set_ldt()
|
/linux-4.1.27/arch/x86/include/asm/xen/ |
D | hypercall.h | 238 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/ |
D | plugin_xen.c | 79 N(mmuext_op),
|