Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dseccomp.h43 extern void secure_computing_strict(int this_syscall);
64 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict() function
/Linux-v5.4/arch/microblaze/kernel/
Dptrace.c140 secure_computing_strict(regs->r12); in do_syscall_trace_enter()
/Linux-v5.4/arch/sh/kernel/
Dptrace_64.c509 secure_computing_strict(regs->regs[9]); in do_syscall_trace_enter()
Dptrace_32.c489 secure_computing_strict(regs->regs[0]); in do_syscall_trace_enter()
/Linux-v5.4/arch/arm/kernel/
Dptrace.c930 secure_computing_strict(current_thread_info()->syscall); in syscall_trace_enter()
/Linux-v5.4/arch/sparc/kernel/
Dptrace_64.c1115 secure_computing_strict(regs->u_regs[UREG_G1]); in syscall_trace_enter()
/Linux-v5.4/kernel/
Dseccomp.c707 void secure_computing_strict(int this_syscall) in secure_computing_strict() function