/kernel/linux/linux-6.6/kernel/entry/ |
H A D | common.c | 38 static inline void syscall_enter_audit(struct pt_regs *regs, long syscall) in syscall_enter_audit() argument 48 static long syscall_trace_enter(struct pt_regs *regs, long syscall, in syscall_trace_enter() argument 89 __syscall_enter_from_user_work(struct pt_regs *regs, long syscall) in __syscall_enter_from_user_work() argument 99 syscall_enter_from_user_mode_work(struct pt_regs *regs, long syscall) syscall_enter_from_user_mode_work() argument 104 syscall_enter_from_user_mode(struct pt_regs *regs, long syscall) syscall_enter_from_user_mode() argument [all...] |
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | ptrace.h | 67 unsigned long syscall; /* 56 */ member
|
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/ |
H A D | ptrace.h | 57 __u32 syscall; member
|
/kernel/linux/linux-6.6/samples/seccomp/ |
H A D | bpf-direct.c | 65 int syscall; in emulator() local
|
/kernel/linux/linux-5.10/arch/x86/um/shared/sysdep/ |
H A D | ptrace.h | 63 long syscall; member
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | thread_info.h | 65 __u32 syscall; /* syscall number */ member
|
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | traps.c | 347 syscall_fn syscall; in do_trap0() local
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | signal_64.c | 599 static long setup_trampoline(unsigned int syscall, unsigned int __user *tramp) in setup_trampoline() argument
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | signal.c | 578 static int do_signal(struct pt_regs *regs, int syscall) in do_signal() argument 643 do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) in do_work_pending() argument
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | thread_info.h | 31 long syscall; /* syscall number */ member
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | thread_info.h | 31 unsigned long syscall; /* syscall number */ member
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | traps.c | 343 syscall_fn syscall; in do_trap0() local
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | signal.c | 537 static int do_signal(struct pt_regs *regs, int syscall) in do_signal() argument 602 do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) in do_work_pending() argument
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | signal_64.c | 624 static long setup_trampoline(unsigned int syscall, unsigned int __user *tramp) in setup_trampoline() argument
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | traps.c | 310 long syscall = regs->a7; in do_trap_ecall_u() local
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | start_up.c | 261 int pid, syscall, n, status; in check_ptrace() local
|
/kernel/linux/linux-5.10/tools/perf/examples/bpf/ |
H A D | augmented_raw_syscalls.c | 30 struct syscall { struct 251 struct syscall *syscall; in sys_enter() local [all...] |
/kernel/linux/linux-6.6/arch/x86/um/shared/sysdep/ |
H A D | ptrace.h | 63 long syscall; member
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | thread_info.h | 37 long syscall; /* syscall number */ member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | thread_info.h | 32 long syscall; /* syscall number */ member
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | proc-pid-vm.c | 111 #define syscall 0x0f, 0x05 macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc-pid-vm.c | 113 #define syscall 0x0f, 0x05 macro
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_syscalls.c | 83 find_syscall_meta(unsigned long syscall) in find_syscall_meta() argument 115 const char *get_syscall_name(int syscall) in get_syscall_name() argument 135 int i, syscall; in print_syscall_enter() local 180 int syscall; print_syscall_exit() local [all...] |
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | ptrace.c | 1313 asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall) in syscall_trace_enter() argument [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | signal.c | 851 bool syscall = in_syscall(regs); in do_signal() local
|