Searched refs:secure_computing_strict (Results 1 – 5 of 5) sorted by relevance
51 extern void secure_computing_strict(int this_syscall);74 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict() function
139 secure_computing_strict(regs->r12); in do_syscall_trace_enter()
865 secure_computing_strict(syscall_get_nr(current, regs)); in syscall_trace_enter()
1091 secure_computing_strict(regs->u_regs[UREG_G1]); in syscall_trace_enter()
1028 void secure_computing_strict(int this_syscall) in secure_computing_strict() function