Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/dev/arm/
H A Dsystemcalls.c50 static void arm_prepare_syscall_return(const struct sysent *, struct arm_saved_state *, uthread…
207 arm_prepare_syscall_return(callp, state, uthread, error); in unix_syscall()
267 arm_prepare_syscall_return(callp, regs, uthread, error); in unix_syscall_return()
486 arm_prepare_syscall_return(const struct sysent *callp, struct arm_saved_state *state, uthread_t uth… in arm_prepare_syscall_return() function