Searched defs:SYSCALL (Results 1 – 4 of 4) sorted by relevance
1 #define SYSCALL "syscall(\"foo\")" macro
62 SYSCALL, enumerator
88 #define SYSCALL(call) while (((call) == -1) && (errno == EINTR)) macro
100 bool SYSCALL(void) { return CPU_Rep.isIntel_ && CPU_Rep.f_81_EDX_[11]; } in SYSCALL() function in InstructionSet