Searched refs:_hypercall1 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/amd64/include/xen/ |
H A D | hypercall.h | 68 #define _hypercall1(type, name, a1) \ macro 164 return _hypercall1(int, set_trap_table, table); in HYPERVISOR_set_trap_table() 210 return _hypercall1(int, fpu_taskswitch, set); in HYPERVISOR_fpu_taskswitch() 224 return _hypercall1(long, set_timer_op, timeout); in HYPERVISOR_set_timer_op() 232 return _hypercall1(int, platform_op, platform_op); in HYPERVISOR_platform_op() 246 return _hypercall1(unsigned long, get_debugreg, reg); in HYPERVISOR_get_debugreg()
|
/freebsd/sys/i386/include/xen/ |
H A D | hypercall.h | 58 #define _hypercall1(type, name, a1) \ macro 145 return _hypercall1(int, set_trap_table, table); in HYPERVISOR_set_trap_table() 190 return _hypercall1(int, fpu_taskswitch, set); in HYPERVISOR_fpu_taskswitch() 214 return _hypercall1(int, platform_op, platform_op); in HYPERVISOR_platform_op() 228 return _hypercall1(unsigned long, get_debugreg, reg); in HYPERVISOR_get_debugreg()
|