/openbmc/linux/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))
|
H A D | elf.h | 90 set_thread_flag(TIF_32BIT); \ 92 clear_thread_flag(TIF_32BIT); \
|
/openbmc/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()
|
/openbmc/linux/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) ? \
|
H A D | syscall.h | 106 if (test_tsk_thread_flag(task, TIF_32BIT)) in syscall_get_arguments() 123 return test_tsk_thread_flag(task, TIF_32BIT) in syscall_get_arch()
|
H A D | elf_64.h | 205 set_thread_flag(TIF_32BIT); \ 207 clear_thread_flag(TIF_32BIT); \
|
H A D | compat.h | 149 return test_thread_flag(TIF_32BIT); in is_compat_task()
|
H A D | page_64.h | 126 #define TASK_UNMAPPED_BASE (test_thread_flag(TIF_32BIT) ? \
|
/openbmc/linux/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); \
|
H A D | thread_info.h | 96 #define TIF_32BIT 11 /* compat-mode 32bit process */ macro
|
/openbmc/linux/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 | 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) ? \
|
H A D | thread_info.h | 76 #define TIF_32BIT 22 /* 32bit process */ macro 95 #define _TIF_32BIT (1 << TIF_32BIT)
|
/openbmc/linux/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()
|
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 | traps_64.c | 106 if (test_thread_flag(TIF_32BIT)) { in bad_trap() 200 if (test_thread_flag(TIF_32BIT)) { in spitfire_insn_access_exception() 235 if (test_thread_flag(TIF_32BIT)) { in sun4v_insn_access_exception() 369 if (test_thread_flag(TIF_32BIT)) { in sun4v_data_access_exception() 566 if (test_thread_flag(TIF_32BIT)) { in spitfire_ue_log() 2391 if (test_thread_flag(TIF_32BIT)) { in do_tof() 2410 if (test_thread_flag(TIF_32BIT)) { in do_div0() 2582 if (test_thread_flag(TIF_32BIT)) in do_illegal_instruction() 2689 if (test_thread_flag(TIF_32BIT)) { in sun4v_mem_corrupt_detect_precise() 2704 if (test_thread_flag(TIF_32BIT)) { in do_privop() [all …]
|
H A D | process.c | 79 if (test_thread_flag(TIF_32BIT)) { in sparc_clone()
|
/openbmc/linux/arch/sparc/mm/ |
H A D | hugetlbpage.c | 36 if (test_thread_flag(TIF_32BIT)) in hugetlb_get_unmapped_area_bottomup() 69 BUG_ON(!test_thread_flag(TIF_32BIT)); in hugetlb_get_unmapped_area_topdown() 105 if (test_thread_flag(TIF_32BIT)) in hugetlb_get_unmapped_area()
|
/openbmc/linux/arch/parisc/kernel/ |
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()
|