Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dseccomp.h50 extern void secure_computing_strict(int this_syscall);
73 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict() function
/Linux-v5.15/arch/microblaze/kernel/
Dptrace.c140 secure_computing_strict(regs->r12); in do_syscall_trace_enter()
/Linux-v5.15/arch/arm/kernel/
Dptrace.c867 secure_computing_strict(syscall_get_nr(current, regs)); in syscall_trace_enter()
/Linux-v5.15/arch/sparc/kernel/
Dptrace_64.c1092 secure_computing_strict(regs->u_regs[UREG_G1]); in syscall_trace_enter()
/Linux-v5.15/kernel/
Dseccomp.c1018 void secure_computing_strict(int this_syscall) in secure_computing_strict() function