Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dseccomp.h42 extern void secure_computing_strict(int this_syscall);
63 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict() function
/Linux-v4.19/arch/microblaze/kernel/
Dptrace.c140 secure_computing_strict(regs->r12); in do_syscall_trace_enter()
/Linux-v4.19/arch/sh/kernel/
Dptrace_64.c512 secure_computing_strict(regs->regs[9]); in do_syscall_trace_enter()
Dptrace_32.c492 secure_computing_strict(regs->regs[0]); in do_syscall_trace_enter()
/Linux-v4.19/arch/arm/kernel/
Dptrace.c940 secure_computing_strict(current_thread_info()->syscall); in syscall_trace_enter()
/Linux-v4.19/kernel/
Dseccomp.c637 void secure_computing_strict(int this_syscall) in secure_computing_strict() function
/Linux-v4.19/arch/sparc/kernel/
Dptrace_64.c1114 secure_computing_strict(regs->u_regs[UREG_G1]); in syscall_trace_enter()