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

/linux-4.1.27/include/linux/
H A Dseccomp.h45 extern void secure_computing_strict(int this_syscall);
66 static inline void secure_computing_strict(int this_syscall) { return; } secure_computing_strict() function
/linux-4.1.27/arch/microblaze/kernel/
H A Dptrace.c139 secure_computing_strict(regs->r12); do_syscall_trace_enter()
/linux-4.1.27/arch/sh/kernel/
H A Dptrace_32.c491 secure_computing_strict(regs->regs[0]); do_syscall_trace_enter()
H A Dptrace_64.c511 secure_computing_strict(regs->regs[9]); do_syscall_trace_enter()
/linux-4.1.27/arch/parisc/kernel/
H A Dptrace.c273 secure_computing_strict(regs->gr[20]); do_syscall_trace_enter()
/linux-4.1.27/arch/sparc/kernel/
H A Dptrace_64.c1068 secure_computing_strict(regs->u_regs[UREG_G1]); syscall_trace_enter()
/linux-4.1.27/arch/arm/kernel/
H A Dptrace.c941 secure_computing_strict(scno); syscall_trace_enter()
/linux-4.1.27/kernel/
H A Dseccomp.c590 void secure_computing_strict(int this_syscall) secure_computing_strict() function
/linux-4.1.27/arch/powerpc/kernel/
H A Dptrace.c1775 secure_computing_strict(regs->gpr[0]); do_syscall_trace_enter()

Completed in 283 milliseconds