Home
last modified time | relevance | path

Searched refs:secure_computing (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dseccomp.h43 static inline int secure_computing(void) in secure_computing() function
70 static inline int secure_computing(void) { return 0; } in secure_computing() function
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Dsyscall.c40 if (secure_computing() == -1) in handle_syscall()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dptrace.c155 if (secure_computing() == -1) in do_syscall_trace_enter()
/OK3568_Linux_fs/kernel/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c225 tmp = secure_computing(); in emulate_vsyscall()
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dptrace.c326 if (secure_computing() == -1) in syscall_trace_enter()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dptrace_32.c464 if (secure_computing() == -1) in do_syscall_trace_enter()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dptrace.c560 secure_computing() == -1) { in do_syscall_trace_enter()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dptrace.c897 if (secure_computing() == -1) in syscall_trace_enter()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dptrace.c344 if (secure_computing() == -1) in do_syscall_trace_enter()
/OK3568_Linux_fs/kernel/arch/
H A DKconfig501 - secure_computing is called from a ptrace_event()-safe context
502 - secure_computing return value is checked and a return value of -1
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dptrace.c1845 if (secure_computing() == -1) in syscall_trace_enter()