/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | thread_info.h | 119 #define TIF_32BIT 20 /* 32 bit binary */ macro 127 #define _TIF_32BIT (1<<TIF_32BIT) 177 #define is_32bit_task() (test_thread_flag(TIF_32BIT)) 178 #define is_tsk_32bit_task(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT)) 179 #define clear_tsk_compat_task(tsk) (clear_tsk_thread_flag(p, TIF_32BIT))
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | thread_info.h | 45 #define TIF_32BIT 4 /* 32 bit binary */ macro 61 #define _TIF_32BIT (1 << TIF_32BIT) 77 # define is_32bit_task() (test_thread_flag(TIF_32BIT))
|
H A D | elf.h | 237 clear_thread_flag(TIF_32BIT); \ 247 set_thread_flag(TIF_32BIT); \ 250 } else clear_thread_flag(TIF_32BIT); \
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | thread_info.h | 53 #define TIF_32BIT 4 /* 32 bit binary */ macro 68 #define _TIF_32BIT (1 << TIF_32BIT) 84 # define is_32bit_task() (test_thread_flag(TIF_32BIT))
|
H A D | elf.h | 238 clear_thread_flag(TIF_32BIT); \ 248 set_thread_flag(TIF_32BIT); \ 251 } else clear_thread_flag(TIF_32BIT); \
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | thread_info_64.h | 186 #define TIF_32BIT 7 /* 32-bit binary */ macro 206 #define _TIF_32BIT (1<<TIF_32BIT) 220 #define is_32bit_task() (test_thread_flag(TIF_32BIT)) 236 ((test_thread_flag(TIF_32BIT) && !thread32_stack_is_64bit(__SP)) ? \
|
H A D | processor_64.h | 31 (test_tsk_thread_flag(tsk,TIF_32BIT) ? \ 34 (test_thread_flag(TIF_32BIT) ? \ 41 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
|
H A D | compat.h | 136 if (test_thread_flag(TIF_32BIT)) in arch_compat_alloc_user_space() 207 return test_thread_flag(TIF_32BIT); in is_compat_task()
|
H A D | elf_64.h | 206 set_thread_flag(TIF_32BIT); \ 208 clear_thread_flag(TIF_32BIT); \
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | thread_info_64.h | 185 #define TIF_32BIT 7 /* 32-bit binary */ macro 205 #define _TIF_32BIT (1<<TIF_32BIT) 219 #define is_32bit_task() (test_thread_flag(TIF_32BIT)) 235 ((test_thread_flag(TIF_32BIT) && !thread32_stack_is_64bit(__SP)) ? \
|
H A D | processor_64.h | 31 (test_tsk_thread_flag(tsk,TIF_32BIT) ? \ 34 (test_thread_flag(TIF_32BIT) ? \ 41 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | thread_info.h | 119 #define TIF_32BIT 20 /* 32 bit binary */ macro 127 #define _TIF_32BIT (1<<TIF_32BIT) 172 #define is_32bit_task() (test_thread_flag(TIF_32BIT))
|
H A D | syscall.h | 94 if (test_tsk_thread_flag(task, TIF_32BIT)) in syscall_get_arguments() 121 if (IS_ENABLED(CONFIG_PPC64) && !test_tsk_thread_flag(task, TIF_32BIT)) in syscall_get_arch()
|
H A D | elf.h | 90 set_thread_flag(TIF_32BIT); \ 92 clear_thread_flag(TIF_32BIT); \
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | elf.h | 163 clear_thread_flag(TIF_32BIT); \ 191 #define STACK_RND_MASK (test_thread_flag(TIF_32BIT) ? \ 228 set_thread_flag(TIF_32BIT); \
|
H A D | processor.h | 62 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ 64 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ 66 #define DEFAULT_MAP_WINDOW (test_thread_flag(TIF_32BIT) ? \ 83 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
|
H A D | thread_info.h | 81 #define TIF_32BIT 22 /* 32bit process */ macro 99 #define _TIF_32BIT (1 << TIF_32BIT)
|
H A D | compat.h | 183 return test_thread_flag(TIF_32BIT); in is_compat_task() 188 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | elf.h | 163 clear_thread_flag(TIF_32BIT); \ 191 #define STACK_RND_MASK (test_thread_flag(TIF_32BIT) ? \ 226 set_thread_flag(TIF_32BIT); \
|
H A D | thread_info.h | 76 #define TIF_32BIT 22 /* 32bit process */ macro 95 #define _TIF_32BIT (1 << TIF_32BIT)
|
H A D | compat.h | 91 return test_thread_flag(TIF_32BIT); in is_compat_task() 96 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread()
|
H A D | processor.h | 67 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ 69 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ 71 #define DEFAULT_MAP_WINDOW (test_thread_flag(TIF_32BIT) ? \ 88 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | elf.h | 57 #define STACK_RND_MASK (test_thread_flag(TIF_32BIT) ? \ 143 set_thread_flag(TIF_32BIT); \ 145 clear_thread_flag(TIF_32BIT); \
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | sys_sparc_64.c | 108 if (test_thread_flag(TIF_32BIT)) in arch_get_unmapped_area() 160 BUG_ON(!test_thread_flag(TIF_32BIT)); in arch_get_unmapped_area_topdown() 272 if (test_thread_flag(TIF_32BIT)) in mmap_rnd() 290 if (!test_thread_flag(TIF_32BIT) || in arch_pick_mmap_layout() 437 if (test_thread_flag(TIF_32BIT)) { in sparc_mmap_check() 482 if (test_thread_flag(TIF_32BIT)) 510 if (test_thread_flag(TIF_32BIT)) { in sparc_breakpoint()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | sys_sparc_64.c | 108 if (test_thread_flag(TIF_32BIT)) in arch_get_unmapped_area() 160 BUG_ON(!test_thread_flag(TIF_32BIT)); in arch_get_unmapped_area_topdown() 272 if (test_thread_flag(TIF_32BIT)) in mmap_rnd() 290 if (!test_thread_flag(TIF_32BIT) || in arch_pick_mmap_layout() 437 if (test_thread_flag(TIF_32BIT)) { in sparc_mmap_check() 482 if (test_thread_flag(TIF_32BIT)) 510 if (test_thread_flag(TIF_32BIT)) { in sparc_breakpoint()
|