Lines Matching refs:arm_saved_state
45 unix_syscall(struct arm_saved_state * regs, thread_t thread_act, struct proc * proc);
47 static int arm_get_syscall_args(uthread_t, struct arm_saved_state *, const struct sysent *);
50 static void arm_prepare_syscall_return(const struct sysent *, struct arm_saved_state *, uthread…
51 static unsigned short arm_get_syscall_number(struct arm_saved_state *);
52 static void arm_trace_unix_syscall(int, struct arm_saved_state *);
53 static void arm_clear_syscall_error(struct arm_saved_state *);
91 struct arm_saved_state * state, in unix_syscall()
236 struct arm_saved_state *regs; in unix_syscall_return()
356 arm_get_syscall_args(uthread_t uthread, struct arm_saved_state *state, const struct sysent *callp) in arm_get_syscall_args()
468 arm_get_syscall_number(struct arm_saved_state *state) in arm_get_syscall_number()
486 arm_prepare_syscall_return(const struct sysent *callp, struct arm_saved_state *state, uthread_t uth… in arm_prepare_syscall_return()
557 arm_trace_unix_syscall(int code, struct arm_saved_state *state) in arm_trace_unix_syscall()
573 arm_clear_syscall_error(struct arm_saved_state * state) in arm_clear_syscall_error()