Searched refs:__HYPERVISOR_mmuext_op (Results 1 – 7 of 7) sorted by relevance
/xen/stubdom/grub/ |
A D | boot-x86_32.S | 100 movl $__HYPERVISOR_mmuext_op, %eax
|
A D | boot-x86_64.S | 96 movq $__HYPERVISOR_mmuext_op, %rax
|
/xen/xen/arch/x86/x86_64/compat/ |
A D | mm.c | 277 BUILD_BUG_ON(__HYPERVISOR_mmuext_op <= 0); in compat_mmuext_op() 278 if ( err == __HYPERVISOR_mmuext_op ) in compat_mmuext_op()
|
/xen/xen/include/public/ |
A D | xen.h | 117 #define __HYPERVISOR_mmuext_op 26 macro
|
/xen/xen/common/ |
A D | trace.c | 867 case __HYPERVISOR_mmuext_op: in __trace_hypercall()
|
/xen/tools/libxc/ |
A D | xc_private.c | 262 ret = xencall4(xch->xcall, __HYPERVISOR_mmuext_op, in xc_mmuext_op()
|
/xen/xen/arch/x86/ |
A D | mm.c | 3364 __HYPERVISOR_mmuext_op, "hihi", uops, count, pdone, in do_mmuext_op() 3853 __HYPERVISOR_mmuext_op, "hihi", in do_mmuext_op() 3867 __HYPERVISOR_mmuext_op, "hihi", null, in do_mmuext_op()
|
Completed in 19 milliseconds