Searched defs:SYSCALL64 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/inc/
H A DSYS.h145 * SYSCALL64 provides the standard (i.e.: most common) system call sequence
148 #define SYSCALL64(name) \ macro
/illumos-gate/usr/src/lib/libc/i386/inc/
H A DSYS.h195 * SYSCALL64 provides the standard (i.e.: most common) system call sequence
198 #define SYSCALL64(name) \ macro
/illumos-gate/usr/src/lib/libc/sparc/inc/
H A DSYS.h177 * SYSCALL64 provides the standard (i.e.: most common) system call sequence
180 #define SYSCALL64(name) \ macro
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c46 #define SYSCALL64 0x91d02040 /* 64-bit syscall (ta 64) instruction */ macro
122 sysinstr = SYSCALL64;
154 sysinstr = SYSCALL64;

Completed in 84 milliseconds