Searched refs:_hypercall1 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/xen/ |
D | hypercall.h | 156 #define _hypercall1(type, name, a1) \ macro 235 return _hypercall1(int, set_trap_table, table); in HYPERVISOR_set_trap_table() 282 return _hypercall1(int, mca, mc_op); in HYPERVISOR_mca() 289 return _hypercall1(int, platform_op, op); in HYPERVISOR_platform_op() 301 return _hypercall1(unsigned long, get_debugreg, reg); in HYPERVISOR_get_debugreg() 419 return _hypercall1(int, tmem_op, op); in HYPERVISOR_tmem_op()
|
/Linux-v4.19/drivers/xen/ |
D | fallback.c | 15 rc = _hypercall1(int, event_channel_op_compat, &op); in xen_event_channel_op_compat() 54 rc = _hypercall1(int, physdev_op_compat, &op); in xen_physdev_op_compat()
|