Searched refs:_hypercall1 (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/x86/include/asm/xen/ |
D | hypercall.h | 151 #define _hypercall1(type, name, a1) \ macro 226 return _hypercall1(int, set_trap_table, table); in HYPERVISOR_set_trap_table() 287 return _hypercall1(int, fpu_taskswitch, set); in HYPERVISOR_fpu_taskswitch() 308 return _hypercall1(int, dom0_op, platform_op); in HYPERVISOR_dom0_op() 320 return _hypercall1(unsigned long, get_debugreg, reg); in HYPERVISOR_get_debugreg() 363 rc = _hypercall1(int, event_channel_op_compat, &op); in HYPERVISOR_event_channel_op() 389 rc = _hypercall1(int, physdev_op_compat, &op); in HYPERVISOR_physdev_op() 464 return _hypercall1(int, tmem_op, op); in HYPERVISOR_tmem_op()
|
/linux-3.4.99/arch/ia64/include/asm/xen/ |
D | hypercall.h | 56 #define _hypercall1(type, name, a1) \ macro 188 return _hypercall1(int, ia64_fast_eoi, in HYPERVISOR_physdev_op() 198 return _hypercall1(long, opt_feature, arg); in xencomm_arch_hypercall_opt_feature()
|