Searched refs:scno (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | syscall.c | 17 long compat_arm_syscall(struct pt_regs *regs, int scno); 20 static long do_ni_syscall(struct pt_regs *regs, int scno) in do_ni_syscall() argument 25 ret = compat_arm_syscall(regs, scno); in do_ni_syscall() 39 static void invoke_syscall(struct pt_regs *regs, unsigned int scno, in invoke_syscall() argument 45 if (scno < sc_nr) { in invoke_syscall() 47 syscall_fn = syscall_table[array_index_nospec(scno, sc_nr)]; in invoke_syscall() 50 ret = do_ni_syscall(regs, scno); in invoke_syscall() 93 static void el0_svc_common(struct pt_regs *regs, int scno, int sc_nr, in el0_svc_common() argument 99 regs->syscallno = scno; in el0_svc_common() 148 if (scno == NO_SYSCALL) in el0_svc_common() [all …]
|
| H A D | sys_compat.c | 69 long compat_arm_syscall(struct pt_regs *regs, int scno) in compat_arm_syscall() argument 73 switch (scno) { in compat_arm_syscall() 109 if (scno < __ARM_NR_COMPAT_END) in compat_arm_syscall()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | entry-common.S | 109 movlt scno, #(__NR_restart_syscall - __NR_SYSCALL_BASE) 239 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in 240 USER( ldreq scno, [saved_pc, #-4] ) 244 USER( ldr scno, [saved_pc, #-4] ) @ get SWI instruction 261 eorne scno, r10, #__NR_OABI_SYSCALL_BASE 264 bic scno, scno, #0xff000000 @ mask off SWI op-code 265 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number 281 invoke_syscall tbl, scno, r10, __ret_fast_syscall 284 2: cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE) 285 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back [all …]
|
| H A D | ptrace.c | 888 asmlinkage int syscall_trace_enter(struct pt_regs *regs, int scno) in syscall_trace_enter() argument 890 current_thread_info()->syscall = scno; in syscall_trace_enter() 905 scno = current_thread_info()->syscall; in syscall_trace_enter() 908 trace_sys_enter(regs, scno); in syscall_trace_enter() 910 audit_syscall_entry(scno, regs->ARM_r0, regs->ARM_r1, regs->ARM_r2, in syscall_trace_enter() 913 return scno; in syscall_trace_enter()
|
| H A D | entry-header.S | 414 scno .req r7 @ syscall number label
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/strace/strace/ |
| H A D | Makefile-ptest.patch | 31 include ../src/scno.am
|