Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
H A Dentry-common.S92 movlt scno, #(__NR_restart_syscall - __NR_SYSCALL_BASE)
93 str scno, [tsk, #TI_ABI_SYSCALL] @ make sure tracers see update
222 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in
223 USER( ldreq scno, [saved_pc, #-4] )
227 USER( ldr scno, [saved_pc, #-4] ) @ get SWI instruction
246 streq scno, [tsk, #TI_ABI_SYSCALL]
247 eorne scno, r10, #__NR_OABI_SYSCALL_BASE
250 bic scno, scno, #0xff000000 @ mask off SWI op-code
251 str scno, [tsk, #TI_ABI_SYSCALL]
252 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number
[all …]
H A Dptrace.c851 int scno; in syscall_trace_enter() local
866 scno = syscall_get_nr(current, regs); in syscall_trace_enter()
869 trace_sys_enter(regs, scno); in syscall_trace_enter()
871 audit_syscall_entry(scno, regs->ARM_r0, regs->ARM_r1, regs->ARM_r2, in syscall_trace_enter()
874 return scno; in syscall_trace_enter()
H A Dentry-header.S427 scno .req r7 @ syscall number label
/linux/arch/arm64/kernel/
H A Dsys_compat.c68 long compat_arm_syscall(struct pt_regs *regs, int scno) in compat_arm_syscall() argument
72 switch (scno) { in compat_arm_syscall()
108 if (scno < __ARM_NR_COMPAT_END) in compat_arm_syscall()
/linux/arch/arm64/include/asm/
H A Dcompat.h99 long compat_arm_syscall(struct pt_regs *regs, int scno);