| /linux/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); \
|
| H A D | compat.h | 133 return test_tsk_thread_flag(t, TIF_32BIT); in __is_compat_task()
|
| /linux/arch/riscv/include/asm/ |
| H A D | compat.h | 19 return test_thread_flag(TIF_32BIT); in is_compat_task() 27 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread() 33 set_thread_flag(TIF_32BIT); in set_compat_task() 35 clear_thread_flag(TIF_32BIT); in set_compat_task()
|
| /linux/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 123 if (test_thread_flag(TIF_32BIT)) in arch_get_unmapped_area() 176 BUG_ON(!test_thread_flag(TIF_32BIT)); in arch_get_unmapped_area_topdown() 289 if (test_thread_flag(TIF_32BIT)) in mmap_rnd() 307 if (!test_thread_flag(TIF_32BIT) || in arch_pick_mmap_layout() 454 if (test_thread_flag(TIF_32BIT)) { in sparc_mmap_check() 499 if (test_thread_flag(TIF_32BIT)) 527 if (test_thread_flag(TIF_32BIT)) { in sparc_breakpoint()
|
| H A D | signal32.c | 119 if (test_thread_flag(TIF_32BIT)) { in do_sigreturn32() 207 if (test_thread_flag(TIF_32BIT)) { in do_rt_sigreturn32() 389 if (test_thread_flag(TIF_32BIT)) { in setup_frame32() 465 if (test_thread_flag(TIF_32BIT)) { in setup_frame32() 523 if (test_thread_flag(TIF_32BIT)) { in setup_rt_frame32() 597 if (test_thread_flag(TIF_32BIT)) { in setup_rt_frame32()
|
| H A D | signal_64.c | 74 if (test_thread_flag(TIF_32BIT)) { in sparc64_set_context() 165 if (test_thread_flag(TIF_32BIT)) { in sparc64_get_context() 283 if (test_thread_flag(TIF_32BIT)) { in do_rt_sigreturn() 442 if (test_thread_flag(TIF_32BIT)) { in setup_rt_frame() 505 if (test_thread_flag(TIF_32BIT)) { in do_signal()
|
| H A D | unaligned_64.c | 185 if (!from_kernel && test_thread_flag(TIF_32BIT)) in compute_effective_address() 243 if (test_thread_flag(TIF_32BIT)) { in advance() 610 if (test_thread_flag(TIF_32BIT)) in handle_lddfmna() 674 if (test_thread_flag(TIF_32BIT)) in handle_stdfmna()
|
| H A D | visemul.c | 303 if (test_thread_flag(TIF_32BIT)) { in edge() 813 if (test_thread_flag(TIF_32BIT)) in vis_emul()
|
| H A D | ptrace_64.c | 908 if (test_tsk_thread_flag(task, TIF_32BIT)) in task_user_regset_view()
|
| H A D | perf_event.c | 1867 if (test_thread_flag(TIF_32BIT)) in perf_callchain_user()
|
| /linux/arch/arm64/include/asm/ |
| 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 | 69 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ 71 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ 73 #define DEFAULT_MAP_WINDOW (test_thread_flag(TIF_32BIT) ? \ 90 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
|
| /linux/arch/sparc/include/asm/ |
| H A D | syscall.h | 118 if (test_tsk_thread_flag(task, TIF_32BIT)) in syscall_get_arguments() 145 return test_tsk_thread_flag(task, TIF_32BIT) in syscall_get_arch()
|
| H A D | compat.h | 149 return test_thread_flag(TIF_32BIT); in is_compat_task()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | elf.h | 90 set_thread_flag(TIF_32BIT); \ 92 clear_thread_flag(TIF_32BIT); \
|
| /linux/arch/parisc/kernel/ |
| H A D | perf_regs.c | 50 if (test_tsk_thread_flag(task, TIF_32BIT)) in perf_reg_abi()
|
| H A D | signal.c | 323 if (!test_thread_flag(TIF_32BIT)) in setup_rt_frame() 329 if (!test_thread_flag(TIF_32BIT)) in setup_rt_frame()
|
| H A D | asm-offsets.c | 261 DEFINE(TIF_32BIT_PA_BIT, 31-TIF_32BIT); in main()
|
| /linux/arch/sparc/mm/ |
| H A D | fault_64.c | 290 if (test_thread_flag(TIF_32BIT)) { in do_sparc64_fault()
|
| /linux/arch/sparc/math-emu/ |
| H A D | math_64.c | 190 if (test_thread_flag(TIF_32BIT)) in do_mathemu()
|
| /linux/drivers/misc/ocxl/ |
| H A D | link.c | 532 if (!test_tsk_thread_flag(current, TIF_32BIT)) in calculate_cfg_state()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_drv.c | 1487 if (test_tsk_thread_flag(current, TIF_32BIT)) in panthor_open()
|