Home
last modified time | relevance | path

Searched refs:unix_syscall (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.141.1/bsd/dev/arm/
H A Dsystemcalls.c45 unix_syscall(struct arm_saved_state * regs, thread_t thread_act, struct proc * proc);
90 unix_syscall( in unix_syscall() function
/xnu-10063.141.1/bsd/dev/i386/
H A Dsystemcalls.c69 extern void unix_syscall(x86_saved_state_t *);
89 unix_syscall(x86_saved_state_t *state) in unix_syscall() function
/xnu-10063.141.1/osfmk/arm64/
H A Dsleh.c199 unix_syscall(struct arm_saved_state * regs, thread_t thread_act, struct proc * proc);
1929 unix_syscall(state, thread, p); in handle_svc()
/xnu-10063.141.1/osfmk/x86_64/
H A Didt64.s1819 CCALL1(unix_syscall, %r15)