Home
last modified time | relevance | path

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

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