/linux-4.4.14/arch/parisc/include/asm/ |
D | thread_info.h | 50 #define TIF_32BIT 4 /* 32 bit binary */ macro 63 #define _TIF_32BIT (1 << TIF_32BIT) 78 # define is_32bit_task() (test_thread_flag(TIF_32BIT))
|
D | processor.h | 266 #define USER_WIDE_MODE (!test_thread_flag(TIF_32BIT))
|
D | compat.h | 277 return test_ti_thread_flag(task_thread_info(t), TIF_32BIT); in __is_compat_task()
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | elf.h | 137 #define SET_PERSONALITY(ex) clear_thread_flag(TIF_32BIT); 152 #define STACK_RND_MASK (test_thread_flag(TIF_32BIT) ? \ 180 #define COMPAT_SET_PERSONALITY(ex) set_thread_flag(TIF_32BIT);
|
D | thread_info.h | 115 #define TIF_32BIT 22 /* 32bit process */ macro 126 #define _TIF_32BIT (1 << TIF_32BIT)
|
D | memory.h | 63 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \ 65 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \
|
D | compat.h | 303 return test_thread_flag(TIF_32BIT); in is_compat_task() 308 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread()
|
D | processor.h | 42 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | thread_info_64.h | 184 #define TIF_32BIT 7 /* 32-bit binary */ macro 202 #define _TIF_32BIT (1<<TIF_32BIT) 214 #define is_32bit_task() (test_thread_flag(TIF_32BIT)) 254 ((test_thread_flag(TIF_32BIT) && !thread32_stack_is_64bit(__SP)) ? \
|
D | processor_64.h | 40 (test_tsk_thread_flag(tsk,TIF_32BIT) ? \ 43 (test_thread_flag(TIF_32BIT) ? \ 50 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
|
D | elf_64.h | 204 set_thread_flag(TIF_32BIT); \ 206 clear_thread_flag(TIF_32BIT); \
|
D | compat.h | 238 if (test_thread_flag(TIF_32BIT)) in arch_compat_alloc_user_space() 307 return test_thread_flag(TIF_32BIT); in is_compat_task()
|
D | syscall.h | 104 if (test_tsk_thread_flag(task, TIF_32BIT)) in syscall_get_arguments()
|
D | page_64.h | 114 #define TASK_UNMAPPED_BASE (test_thread_flag(TIF_32BIT) ? \
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | thread_info.h | 87 #define TIF_32BIT 4 /* 32 bit binary */ macro 110 #define _TIF_32BIT (1<<TIF_32BIT) 177 #define is_32bit_task() (test_thread_flag(TIF_32BIT))
|
D | elf.h | 95 set_thread_flag(TIF_32BIT); \ 97 clear_thread_flag(TIF_32BIT); \
|
D | syscall.h | 77 if (test_tsk_thread_flag(task, TIF_32BIT)) in syscall_get_arguments()
|
D | processor.h | 120 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \
|
/linux-4.4.14/arch/sparc/kernel/ |
D | sys_sparc_64.c | 104 if (test_thread_flag(TIF_32BIT)) in arch_get_unmapped_area() 156 BUG_ON(!test_thread_flag(TIF_32BIT)); in arch_get_unmapped_area_topdown() 268 if (test_thread_flag(TIF_32BIT)) in mmap_rnd() 286 if (!test_thread_flag(TIF_32BIT) || in arch_pick_mmap_layout() 430 if (test_thread_flag(TIF_32BIT)) { in sparc_mmap_check() 475 if (test_thread_flag(TIF_32BIT)) 504 if (test_thread_flag(TIF_32BIT)) { in sparc_breakpoint()
|
D | signal_64.c | 77 if (test_thread_flag(TIF_32BIT)) { in sparc64_set_context() 168 if (test_thread_flag(TIF_32BIT)) { in sparc64_get_context() 286 if (test_thread_flag(TIF_32BIT)) { in do_rt_sigreturn() 441 if (test_thread_flag(TIF_32BIT)) { in setup_rt_frame() 504 if (test_thread_flag(TIF_32BIT)) { in do_signal()
|
D | signal32.c | 189 if (test_thread_flag(TIF_32BIT)) { in do_sigreturn32() 278 if (test_thread_flag(TIF_32BIT)) { in do_rt_sigreturn32() 451 if (test_thread_flag(TIF_32BIT)) { in setup_frame32() 527 if (test_thread_flag(TIF_32BIT)) { in setup_frame32() 582 if (test_thread_flag(TIF_32BIT)) { in setup_rt_frame32() 658 if (test_thread_flag(TIF_32BIT)) { in setup_rt_frame32()
|
D | unaligned_64.c | 184 if (!from_kernel && test_thread_flag(TIF_32BIT)) in compute_effective_address() 242 if (test_thread_flag(TIF_32BIT)) { in advance() 609 if (test_thread_flag(TIF_32BIT)) in handle_lddfmna() 673 if (test_thread_flag(TIF_32BIT)) in handle_stdfmna()
|
D | process_64.c | 135 if ((regs->tstate & TSTATE_PRIV) || !(test_thread_flag(TIF_32BIT))) { in show_regwindow() 458 if (test_thread_flag(TIF_32BIT)) in clone_stackframe() 590 if (test_thread_flag(TIF_32BIT)) { in sparc_do_fork() 704 if (test_thread_flag(TIF_32BIT)) { in dump_fpu()
|
D | traps_64.c | 105 if (test_thread_flag(TIF_32BIT)) { in bad_trap() 204 if (test_thread_flag(TIF_32BIT)) { in spitfire_insn_access_exception() 245 if (test_thread_flag(TIF_32BIT)) { in sun4v_insn_access_exception() 350 if (test_thread_flag(TIF_32BIT)) { in sun4v_data_access_exception() 532 if (test_thread_flag(TIF_32BIT)) { in spitfire_ue_log() 2179 if (test_thread_flag(TIF_32BIT)) { in do_fpe_common() 2251 if (test_thread_flag(TIF_32BIT)) { in do_tof() 2276 if (test_thread_flag(TIF_32BIT)) { in do_div0() 2424 if (test_thread_flag(TIF_32BIT)) { in die_if_kernel() 2455 if (test_thread_flag(TIF_32BIT)) in do_illegal_instruction() [all …]
|
D | visemul.c | 302 if (test_thread_flag(TIF_32BIT)) { in edge() 812 if (test_thread_flag(TIF_32BIT)) in vis_emul()
|
D | ptrace_64.c | 844 if (test_tsk_thread_flag(task, TIF_32BIT)) in task_user_regset_view()
|
D | perf_event.c | 1847 if (test_thread_flag(TIF_32BIT)) in perf_callchain_user()
|
/linux-4.4.14/arch/sparc/mm/ |
D | hugetlbpage.c | 33 if (test_thread_flag(TIF_32BIT)) in hugetlb_get_unmapped_area_bottomup() 65 BUG_ON(!test_thread_flag(TIF_32BIT)); in hugetlb_get_unmapped_area_topdown() 100 if (test_thread_flag(TIF_32BIT)) in hugetlb_get_unmapped_area()
|
D | fault_64.c | 304 if (test_thread_flag(TIF_32BIT)) { in do_sparc64_fault()
|
/linux-4.4.14/drivers/input/ |
D | input-compat.h | 29 # define INPUT_COMPAT_TEST test_thread_flag(TIF_32BIT)
|
/linux-4.4.14/arch/parisc/kernel/ |
D | binfmt_elf32.c | 90 set_thread_flag(TIF_32BIT); \
|
D | signal.c | 360 if (!test_thread_flag(TIF_32BIT)) in setup_rt_frame() 366 if (!test_thread_flag(TIF_32BIT)) in setup_rt_frame()
|
D | sys_parisc.c | 152 BUG_ON(!test_thread_flag(TIF_32BIT)); in arch_get_unmapped_area_topdown()
|
/linux-4.4.14/arch/powerpc/perf/ |
D | callchain.c | 297 return !test_ti_thread_flag(task_thread_info(current), TIF_32BIT); in current_is_64bit()
|
/linux-4.4.14/arch/sparc/math-emu/ |
D | math_64.c | 189 if (test_thread_flag(TIF_32BIT)) in do_mathemu()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | native.c | 511 if (!test_tsk_thread_flag(current, TIF_32BIT)) in calculate_sr()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | process.c | 1155 clear_tsk_thread_flag(p, TIF_32BIT); in copy_thread()
|
D | ptrace.c | 845 if (test_tsk_thread_flag(task, TIF_32BIT)) in task_user_regset_view()
|