Searched defs:SYSCALL (Results 1 – 15 of 15) sorted by relevance
39 #define SYSCALL(x) .text; .align 2; 2: jmp PIC_PLT(cerror); ENTRY(x); movl $(SYS_/**/x),%eax; int $… macro
40 #define SYSCALL(x) .text; .align 2; 2: jmp PIC_PLT(cerror); ENTRY(x); movl $(SYS_/**/x),%eax; int $… macro
69 #define SYSCALL(x) \ macro
63 #define SYSCALL(x) !\ macro
84 #define SYSCALL(x) \ macro
93 #define SYSCALL(x) \ macro
80 #define SYSCALL(x) \ macro
81 #define SYSCALL(x) \ macro
98 #define SYSCALL(x) \ macro
70 SYSCALL, enumerator
165 #define SYSCALL(x) \ macro
170 #define SYSCALL(x) __SYSCALL(_thread_sys_,x) macro
135 # define SYSCALL(x) ALIAS(_thread_sys_,x) \ macro
121 #define SYSCALL(x) __SYSCALL(_thread_sys_,x,x) macro
374 #define SYSCALL VTRAP 0x100, syscall_setup macro [all...]