Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dseccomp.h52 extern void secure_computing_strict(int this_syscall);
75 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict() function
/linux-6.3-rc2/arch/microblaze/kernel/
A Dptrace.c139 secure_computing_strict(regs->r12); in do_syscall_trace_enter()
/linux-6.3-rc2/arch/arm/kernel/
A Dptrace.c863 secure_computing_strict(syscall_get_nr(current, regs)); in syscall_trace_enter()
/linux-6.3-rc2/arch/sparc/kernel/
A Dptrace_64.c1090 secure_computing_strict(regs->u_regs[UREG_G1]); in syscall_trace_enter()
/linux-6.3-rc2/kernel/
A Dseccomp.c1028 void secure_computing_strict(int this_syscall) in secure_computing_strict() function

Completed in 15 milliseconds