Home
last modified time | relevance | path

Searched refs:TIF_32BIT (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.3-rc2/arch/parisc/include/asm/
A Dthread_info.h45 #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))
A Delf.h238 clear_thread_flag(TIF_32BIT); \
248 set_thread_flag(TIF_32BIT); \
251 } else clear_thread_flag(TIF_32BIT); \
A Dcompat.h133 return test_tsk_thread_flag(t, TIF_32BIT); in __is_compat_task()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dthread_info.h118 #define TIF_32BIT 20 /* 32 bit binary */ macro
126 #define _TIF_32BIT (1<<TIF_32BIT)
176 #define is_32bit_task() (test_thread_flag(TIF_32BIT))
177 #define is_tsk_32bit_task(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT))
A Delf.h90 set_thread_flag(TIF_32BIT); \
92 clear_thread_flag(TIF_32BIT); \
/linux-6.3-rc2/arch/sparc/include/asm/
A Dthread_info_64.h185 #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)) ? \
A Dprocessor_64.h31 (test_tsk_thread_flag(tsk,TIF_32BIT) ? \
34 (test_thread_flag(TIF_32BIT) ? \
41 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
A Dsyscall.h106 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()
A Delf_64.h205 set_thread_flag(TIF_32BIT); \
207 clear_thread_flag(TIF_32BIT); \
A Dcompat.h149 return test_thread_flag(TIF_32BIT); in is_compat_task()
A Dpage_64.h126 #define TASK_UNMAPPED_BASE (test_thread_flag(TIF_32BIT) ? \
/linux-6.3-rc2/arch/riscv/include/asm/
A Delf.h56 #define STACK_RND_MASK (test_thread_flag(TIF_32BIT) ? \
125 set_thread_flag(TIF_32BIT); \
127 clear_thread_flag(TIF_32BIT); \
A Dthread_info.h103 #define TIF_32BIT 11 /* compat-mode 32bit process */ macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Delf.h163 clear_thread_flag(TIF_32BIT); \
191 #define STACK_RND_MASK (test_thread_flag(TIF_32BIT) ? \
226 set_thread_flag(TIF_32BIT); \
A Dcompat.h95 return test_thread_flag(TIF_32BIT); in is_compat_task()
100 return test_ti_thread_flag(thread, TIF_32BIT); in is_compat_thread()
A Dprocessor.h67 #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) ? \
A Dthread_info.h80 #define TIF_32BIT 22 /* 32bit process */ macro
99 #define _TIF_32BIT (1 << TIF_32BIT)
/linux-6.3-rc2/arch/sparc/kernel/
A Dsys_sparc_64.c108 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()
A Dsignal32.c119 if (test_thread_flag(TIF_32BIT)) { in do_sigreturn32()
207 if (test_thread_flag(TIF_32BIT)) { in do_rt_sigreturn32()
387 if (test_thread_flag(TIF_32BIT)) { in setup_frame32()
463 if (test_thread_flag(TIF_32BIT)) { in setup_frame32()
521 if (test_thread_flag(TIF_32BIT)) { in setup_rt_frame32()
595 if (test_thread_flag(TIF_32BIT)) { in setup_rt_frame32()
A Dsignal_64.c74 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()
A Dtraps_64.c106 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 …]
A Dunaligned_64.c185 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()
A Dprocess.c79 if (test_thread_flag(TIF_32BIT)) { in sparc_clone()
/linux-6.3-rc2/arch/sparc/mm/
A Dhugetlbpage.c36 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()
/linux-6.3-rc2/arch/parisc/kernel/
A Dsignal.c323 if (!test_thread_flag(TIF_32BIT)) in setup_rt_frame()
329 if (!test_thread_flag(TIF_32BIT)) in setup_rt_frame()

Completed in 31 milliseconds

12