Home
last modified time | relevance | path

Searched refs:syscall_get_nr (Results 1 – 25 of 26) sorted by relevance

12

/arch/hexagon/include/asm/
A Dsyscall.h23 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/openrisc/include/asm/
A Dsyscall.h23 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/loongarch/include/asm/
A Dsyscall.h23 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/csky/include/asm/
A Dsyscall.h14 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/m68k/include/asm/
A Dsyscall.h11 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/microblaze/include/asm/
A Dsyscall.h11 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/um/include/asm/
A Dsyscall-generic.h18 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/arc/include/asm/
A Dsyscall.h18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/sh/include/asm/
A Dsyscall_32.h12 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/xtensa/include/asm/
A Dsyscall.h25 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/parisc/include/asm/
A Dsyscall.h14 static inline long syscall_get_nr(struct task_struct *tsk, in syscall_get_nr() function
/arch/nios2/include/asm/
A Dsyscall.h13 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/x86/kernel/
A Dsignal.c264 if (syscall_get_nr(current, regs) != -1) { in handle_signal()
344 if (syscall_get_nr(current, regs) != -1) { in arch_do_signal_or_restart()
/arch/arm64/include/asm/
A Dsyscall.h20 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/powerpc/include/asm/
A Dsyscall.h28 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/arm/include/asm/
A Dsyscall.h22 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/riscv/include/asm/
A Dsyscall.h27 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/sparc/include/asm/
A Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/mips/include/asm/
A Dsyscall.h38 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/s390/include/asm/
A Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/x86/include/asm/
A Dsyscall.h36 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/arm/kernel/
A Dptrace.c862 secure_computing_strict(syscall_get_nr(current, regs)); in syscall_trace_enter()
866 scno = syscall_get_nr(current, regs); in syscall_trace_enter()
/arch/csky/kernel/
A Dptrace.c330 trace_sys_enter(regs, syscall_get_nr(current, regs)); in syscall_trace_enter()
/arch/arc/kernel/
A Dptrace.c350 trace_sys_enter(regs, syscall_get_nr(current, regs)); in syscall_trace_enter()
/arch/xtensa/kernel/
A Dptrace.c563 trace_sys_enter(regs, syscall_get_nr(current, regs)); in do_syscall_trace_enter()

Completed in 24 milliseconds

12