Searched refs:mmuext_op (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/xen/
H A Dhypercall.h266 HYPERVISOR_mmuext_op(struct mmuext_op *op, int count,
269 return _hypercall4(int, mmuext_op, op, count, success_count, domid);
361 MULTI_mmuext_op(struct multicall_entry *mcl, struct mmuext_op *op, int count,
/linux-master/include/xen/interface/
H A Dxen.h264 /* HYPERVISOR_mmuext_op() accepts a list of mmuext_op structures.
341 struct mmuext_op { struct
359 DEFINE_GUEST_HANDLE_STRUCT(mmuext_op); variable
/linux-master/arch/x86/xen/
H A Dmmu_pv.c208 static void xen_extend_mmuext_op(const struct mmuext_op *op)
211 struct mmuext_op *u;
685 struct mmuext_op op;
1004 struct mmuext_op op;
1237 struct mmuext_op *op;
1255 struct mmuext_op *op;
1277 struct mmuext_op op;
1320 struct mmuext_op op;
1515 struct mmuext_op *op;
2394 struct mmuext_op *o
[all...]
H A Denlighten_pv.c501 struct mmuext_op *op;

Completed in 284 milliseconds