Searched defs:scno (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/arm64/kernel/ |
D | syscall.c | 20 static long do_ni_syscall(struct pt_regs *regs, int scno) in do_ni_syscall() 39 static void invoke_syscall(struct pt_regs *regs, unsigned int scno, in invoke_syscall() 93 static void el0_svc_common(struct pt_regs *regs, int scno, int sc_nr, in el0_svc_common()
|
D | sys_compat.c | 58 long compat_arm_syscall(struct pt_regs *regs, int scno) in compat_arm_syscall()
|
/Linux-v5.4/arch/arm/kernel/ |
D | entry-header.S | 417 scno .req r7 @ syscall number label
|
D | ptrace.c | 917 asmlinkage int syscall_trace_enter(struct pt_regs *regs, int scno) in syscall_trace_enter()
|
/Linux-v5.4/arch/unicore32/kernel/ |
D | ptrace.c | 113 asmlinkage int syscall_trace(int why, struct pt_regs *regs, int scno) in syscall_trace()
|
D | entry.S | 133 scno .req r21 @ syscall number label
|