/Linux-v5.4/arch/riscv/include/asm/ |
D | thread_info.h | 77 #define TIF_SYSCALL_AUDIT 7 /* syscall auditing */ macro 84 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | thread_info.h | 88 #define TIF_SYSCALL_AUDIT 6 /* syscall auditing active */ macro 99 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/arc/include/asm/ |
D | thread_info.h | 81 #define TIF_SYSCALL_AUDIT 4 /* syscall auditing active */ macro 91 #define _TIF_SYSCALL_AUDIT (1<<TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/um/include/asm/ |
D | thread_info.h | 62 #define TIF_SYSCALL_AUDIT 6 macro 71 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/csky/include/asm/ |
D | thread_info.h | 59 #define TIF_SYSCALL_AUDIT 5 /* syscall auditing */ macro 70 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/h8300/include/asm/ |
D | thread_info.h | 73 #define TIF_SYSCALL_AUDIT 7 /* syscall auditing active */ macro 83 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | thread_info.h | 55 #define TIF_SYSCALL_AUDIT 7 /* syscall auditing active */ macro 67 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/s390/include/asm/ |
D | thread_info.h | 81 #define TIF_SYSCALL_AUDIT 25 /* syscall auditing active */ macro 98 #define _TIF_SYSCALL_AUDIT BIT(TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | thread_info.h | 68 #define TIF_SYSCALL_AUDIT 9 /* syscall auditing */ macro 88 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | thread_info.h | 64 #define TIF_SYSCALL_AUDIT 4 /* syscall audit active */ macro 73 #define _TIF_SYSCALL_AUDIT (1<<TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | thread_info.h | 114 #define TIF_SYSCALL_AUDIT 9 /* syscall auditing active */ macro 126 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/sh/include/asm/ |
D | thread_info.h | 113 #define TIF_SYSCALL_AUDIT 5 /* syscall auditing active */ macro 124 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | thread_info.h | 79 #define TIF_SYSCALL_AUDIT 7 /* syscall auditing active */ macro 105 #define _TIF_SYSCALL_AUDIT (1<<TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/mips/include/asm/ |
D | thread_info.h | 96 #define TIF_SYSCALL_AUDIT 3 /* syscall auditing active */ macro 120 #define _TIF_SYSCALL_AUDIT (1<<TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/arm/include/asm/ |
D | thread_info.h | 140 #define TIF_SYSCALL_AUDIT 5 /* syscall auditing active */ macro 154 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | thread_info.h | 104 #define TIF_SYSCALL_AUDIT 3 /* syscall auditing active */ macro 114 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/x86/include/asm/ |
D | thread_info.h | 84 #define TIF_SYSCALL_AUDIT 7 /* syscall auditing active */ macro 114 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | thread_info_64.h | 189 #define TIF_SYSCALL_AUDIT 10 /* syscall auditing active */ macro 208 #define _TIF_SYSCALL_AUDIT (1<<TIF_SYSCALL_AUDIT)
|
/Linux-v5.4/arch/ia64/kernel/ |
D | signal.c | 126 || test_thread_flag(TIF_SYSCALL_AUDIT)) in ia64_rt_sigreturn()
|
/Linux-v5.4/kernel/ |
D | auditsc.c | 926 clear_tsk_thread_flag(tsk, TIF_SYSCALL_AUDIT); in audit_alloc() 938 set_tsk_thread_flag(tsk, TIF_SYSCALL_AUDIT); in audit_alloc()
|