Searched defs:syscall (Results 51 – 63 of 63) sorted by relevance
123
/Linux-v6.6/arch/mips/include/asm/ |
D | thread_info.h | 32 long syscall; /* syscall number */ member
|
/Linux-v6.6/arch/riscv/kernel/ |
D | traps.c | 310 long syscall = regs->a7; in do_trap_ecall_u() local
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | signal_64.c | 624 static long setup_trampoline(unsigned int syscall, unsigned int __user *tramp) in setup_trampoline()
|
/Linux-v6.6/tools/testing/selftests/proc/ |
D | proc-pid-vm.c | 113 #define syscall 0x0f, 0x05 macro
|
/Linux-v6.6/kernel/ |
D | auditfilter.c | 189 int audit_match_class(int class, unsigned syscall) in audit_match_class()
|
D | seccomp.c | 963 static inline void seccomp_log(unsigned long syscall, long signr, u32 action, in seccomp_log()
|
D | auditsc.c | 3003 void audit_seccomp(unsigned long syscall, long signr, int code) in audit_seccomp()
|
D | signal.c | 1858 int force_sig_seccomp(int syscall, int reason, bool force_coredump) in force_sig_seccomp()
|
/Linux-v6.6/arch/arm64/kernel/ |
D | signal.c | 1215 bool syscall = in_syscall(regs); in do_signal() local
|
/Linux-v6.6/arch/mips/kernel/ |
D | ptrace.c | 1313 asmlinkage long syscall_trace_enter(struct pt_regs *regs, long syscall) in syscall_trace_enter()
|
/Linux-v6.6/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1949 pid_t tracee, long *syscall, long *ret) in __change_syscall() 1975 pid_t tracee, long syscall) in change_syscall_nr() 1984 long syscall = -1; in change_syscall_ret() local
|
/Linux-v6.6/include/linux/ |
D | audit.h | 625 static inline void audit_seccomp(unsigned long syscall, long signr, int code) in audit_seccomp()
|
/Linux-v6.6/kernel/trace/ |
D | trace.h | 1945 static inline const char *get_syscall_name(int syscall) in get_syscall_name()
|
123