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

/linux-master/include/linux/
H A Dseccomp.h34 extern void secure_computing_strict(int this_syscall);
55 static inline void secure_computing_strict(int this_syscall) { return; } function
/linux-master/arch/microblaze/kernel/
H A Dptrace.c139 secure_computing_strict(regs->r12);
/linux-master/arch/arm/kernel/
H A Dptrace.c862 secure_computing_strict(syscall_get_nr(current, regs));
/linux-master/arch/sparc/kernel/
H A Dptrace_64.c1090 secure_computing_strict(regs->u_regs[UREG_G1]);
/linux-master/kernel/
H A Dseccomp.c1037 void secure_computing_strict(int this_syscall) function

Completed in 461 milliseconds