/openbmc/linux/arch/nios2/include/asm/ |
H A D | thread_info.h | 79 #define TIF_SYSCALL_AUDIT 6 /* syscall auditing active */ macro 91 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/um/include/asm/ |
H A D | thread_info.h | 59 #define TIF_SYSCALL_AUDIT 6 macro 70 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | thread_info.h | 78 #define TIF_SYSCALL_AUDIT 4 /* syscall auditing active */ macro 89 #define _TIF_SYSCALL_AUDIT (1<<TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | thread_info.h | 48 #define TIF_SYSCALL_AUDIT 7 /* syscall auditing active */ macro 62 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | thread_info.h | 84 #define TIF_SYSCALL_AUDIT 25 /* syscall auditing active */ macro 102 #define _TIF_SYSCALL_AUDIT BIT(TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | thread_info.h | 62 #define TIF_SYSCALL_AUDIT 6 /* syscall auditing */ macro 74 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | thread_info.h | 106 #define TIF_SYSCALL_AUDIT 9 /* syscall auditing active */ macro 119 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | thread_info.h | 124 #define TIF_SYSCALL_AUDIT 9 /* syscall auditing active */ macro 135 #define _TIF_SYSCALL_AUDIT (1<<TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | thread_info.h | 65 #define TIF_SYSCALL_AUDIT 4 /* syscall audit active */ macro 75 #define _TIF_SYSCALL_AUDIT (1<<TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | thread_info.h | 68 #define TIF_SYSCALL_AUDIT 9 /* syscall auditing */ macro 89 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | thread_info.h | 105 #define TIF_SYSCALL_AUDIT 5 /* syscall auditing active */ macro 117 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | thread_info.h | 112 #define TIF_SYSCALL_AUDIT 3 /* syscall auditing active */ macro 137 #define _TIF_SYSCALL_AUDIT (1<<TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | thread_info.h | 102 #define TIF_SYSCALL_AUDIT 3 /* syscall auditing active */ macro 113 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | thread_info.h | 152 #define TIF_SYSCALL_AUDIT 21 /* syscall auditing active */ macro 162 #define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | thread_info.h | 104 #define TIF_SYSCALL_AUDIT 7 /* syscall auditing active */ macro 130 #define _TIF_SYSCALL_AUDIT (1<<TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | thread_info_64.h | 188 #define TIF_SYSCALL_AUDIT 10 /* syscall auditing active */ macro 208 #define _TIF_SYSCALL_AUDIT (1<<TIF_SYSCALL_AUDIT)
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | signal.c | 125 || test_thread_flag(TIF_SYSCALL_AUDIT)) in ia64_rt_sigreturn()
|