/src/sys/arch/amd64/include/xen/ |
hypercalls.h | 69 #define _hypercall2(type, name, a1, a2) \ macro 147 return _hypercall2(int, set_gdt, frame_list, entries); 154 return _hypercall2(int, stack_switch, ss, esp); 177 return _hypercall2(int, sched_op_compat, cmd, arg); 184 return _hypercall2(int, sched_op, cmd, arg); 206 return _hypercall2(int, set_debugreg, reg, value); 220 return _hypercall2(int, update_descriptor, ma, word); 227 return _hypercall2(int, memory_op, cmd, arg); 234 return _hypercall2(int, multicall, call_list, nr_calls); 251 return _hypercall2(int, event_channel_op, op->cmd, &op->u) [all...] |
hypercalls.h | 69 #define _hypercall2(type, name, a1, a2) \ macro 147 return _hypercall2(int, set_gdt, frame_list, entries); 154 return _hypercall2(int, stack_switch, ss, esp); 177 return _hypercall2(int, sched_op_compat, cmd, arg); 184 return _hypercall2(int, sched_op, cmd, arg); 206 return _hypercall2(int, set_debugreg, reg, value); 220 return _hypercall2(int, update_descriptor, ma, word); 227 return _hypercall2(int, memory_op, cmd, arg); 234 return _hypercall2(int, multicall, call_list, nr_calls); 251 return _hypercall2(int, event_channel_op, op->cmd, &op->u) [all...] |
hypercalls.h | 69 #define _hypercall2(type, name, a1, a2) \ macro 147 return _hypercall2(int, set_gdt, frame_list, entries); 154 return _hypercall2(int, stack_switch, ss, esp); 177 return _hypercall2(int, sched_op_compat, cmd, arg); 184 return _hypercall2(int, sched_op, cmd, arg); 206 return _hypercall2(int, set_debugreg, reg, value); 220 return _hypercall2(int, update_descriptor, ma, word); 227 return _hypercall2(int, memory_op, cmd, arg); 234 return _hypercall2(int, multicall, call_list, nr_calls); 251 return _hypercall2(int, event_channel_op, op->cmd, &op->u) [all...] |