Home
last modified time | relevance | path

Searched defs:SYSCALL (Results 1 – 7 of 7) sorted by relevance

/csrg-svn/lib/libc/sparc/
H A DSYS.h41 #define SYSCALL(x) \ macro
/csrg-svn/lib/libc/tahoe/
H A DSYS.h18 #define SYSCALL(x) err: jmp cerror; ENTRY(x); kcall $SYS_/**/x; jcs err macro
/csrg-svn/lib/libc/vax/
H A DSYS.h18 #define SYSCALL(x) err: jmp cerror; ENTRY(x); chmk $SYS_/**/x; jcs err macro
/csrg-svn/lib/libc/i386/
H A DSYS.h22 #define SYSCALL(x) 2: jmp cerror; ENTRY(x); lea SYS_/**/x,%eax; LCALL(7,0); jb 2b macro
/csrg-svn/lib/libc/hp300/
H A DSYS.h46 #define SYSCALL(x) .even; err: jmp cerror; ENTRY(x); SYSTRAP(x); jcs err macro
/csrg-svn/local/toolchest/ksh/
H A DMakefile47 SYSCALL= /* set to syscall.s for 3b20's */ macro
/csrg-svn/sys/sparc/sparc/
H A Dlocore.s241 #define SYSCALL b syscall; mov %psr, %l0; nop; nop macro