syscall
.macro syscall, nr, func
#define syscall(...) __sysret(_syscall(__VA_ARGS__))
struct syscall {
#define syscall 0x0f, 0x05