Searched refs:_hypercall1 (Results 1 – 1 of 1) sorted by relevance
/arch/x86/include/asm/xen/ |
D | hypercall.h | 154 #define _hypercall1(type, name, a1) \ macro 234 return _hypercall1(int, set_trap_table, table); in HYPERVISOR_set_trap_table() 295 return _hypercall1(int, fpu_taskswitch, set); in HYPERVISOR_fpu_taskswitch() 316 return _hypercall1(int, mca, mc_op); in HYPERVISOR_mca() 323 return _hypercall1(int, dom0_op, platform_op); in HYPERVISOR_dom0_op() 335 return _hypercall1(unsigned long, get_debugreg, reg); in HYPERVISOR_get_debugreg() 472 return _hypercall1(int, tmem_op, op); in HYPERVISOR_tmem_op()
|