Searched refs:mmuext_op (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/xen/interface/ |
H A D | xen.h | 341 struct mmuext_op { struct 359 DEFINE_GUEST_HANDLE_STRUCT(mmuext_op); argument
|
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 274 HYPERVISOR_mmuext_op(struct mmuext_op *op, int count, in HYPERVISOR_mmuext_op() 277 return _hypercall4(int, mmuext_op, op, count, success_count, domid); in HYPERVISOR_mmuext_op() 369 MULTI_mmuext_op(struct multicall_entry *mcl, struct mmuext_op *op, int count, in MULTI_mmuext_op()
|
/openbmc/linux/arch/x86/xen/ |
H A D | mmu_pv.c | 253 static void xen_extend_mmuext_op(const struct mmuext_op *op) in xen_extend_mmuext_op() 256 struct mmuext_op *u; in xen_extend_mmuext_op() 730 struct mmuext_op op; in xen_do_pin() 1056 struct mmuext_op op; in pin_pagetable_pfn() 1289 struct mmuext_op *op; in xen_flush_tlb() 1307 struct mmuext_op *op; in xen_flush_tlb_one_user() 1329 struct mmuext_op op; in xen_flush_tlb_multi() 1372 struct mmuext_op op; in __xen_write_cr3() 1567 struct mmuext_op *op; in __pin_pagetable_pfn() 2448 struct mmuext_op *op; in xen_flush_tlb_all()
|
H A D | enlighten_pv.c | 489 struct mmuext_op *op; in xen_set_ldt()
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | xen.h | 428 struct mmuext_op { struct 450 typedef struct mmuext_op mmuext_op_t; argument
|