Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dseccomp.h35 extern void secure_computing_strict(int this_syscall);
55 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict() function
/linux-6.15/arch/microblaze/kernel/
H A Dptrace.c139 secure_computing_strict(regs->r12); in do_syscall_trace_enter()
/linux-6.15/arch/arm/kernel/
H A Dptrace.c862 secure_computing_strict(syscall_get_nr(current, regs)); in syscall_trace_enter()
/linux-6.15/kernel/
H A Dseccomp.c1070 void secure_computing_strict(int this_syscall) in secure_computing_strict() function
1089 secure_computing_strict(this_syscall); in __secure_computing()
/linux-6.15/arch/sparc/kernel/
H A Dptrace_64.c1090 secure_computing_strict(regs->u_regs[UREG_G1]); in syscall_trace_enter()