Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/xen/
H A Dhypercall.h177 struct mmuext_op *op, unsigned int count, unsigned int *success_count, in HYPERVISOR_mmuext_op()
180 return _hypercall4(int, mmuext_op, op, count, success_count, domid); in HYPERVISOR_mmuext_op()
/freebsd/sys/contrib/xen/
H A Dxen.h445 struct mmuext_op { struct
467 typedef struct mmuext_op mmuext_op_t; argument
/freebsd/sys/i386/include/xen/
H A Dhypercall.h159 return _hypercall4(int, mmuext_op, op, count, success_count, domid); in HYPERVISOR_mmuext_op()