Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dseccomp.h50 extern void secure_computing_strict(int this_syscall);
73 static inline void secure_computing_strict(int this_syscall) { return; } in secure_computing_strict() function
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dptrace.c140 secure_computing_strict(regs->r12); in do_syscall_trace_enter()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dptrace.c901 secure_computing_strict(current_thread_info()->syscall); in syscall_trace_enter()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dptrace_64.c1092 secure_computing_strict(regs->u_regs[UREG_G1]); in syscall_trace_enter()
/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c1034 void secure_computing_strict(int this_syscall) in secure_computing_strict() function