Searched refs:SYSCALL_CONSTRUCT_UNIX (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dsyscall_sw.h158 #define SYSCALL_CONSTRUCT_UNIX(syscall_number) \ macro
/darwin-on-arm/xnu/libsyscall/custom/
H A D__fork.s80 movl $ SYSCALL_CONSTRUCT_UNIX(SYS_fork),%eax; // code for fork -> rax
H A D__vfork.s109 movq $ SYSCALL_CONSTRUCT_UNIX(SYS_vfork), %rax // code for vfork -> rax
H A DSYS.h147 movl $ SYSCALL_CONSTRUCT_UNIX(SYS_##name), %eax ;\
155 movl $ SYSCALL_CONSTRUCT_UNIX(SYS_##name), %eax ;\
/darwin-on-arm/xnu/osfmk/i386/commpage/
H A Dpthreads.s217 movl $(SYSCALL_CONSTRUCT_UNIX(KSYN_MLWAIT)),%eax

Completed in 22 milliseconds