Searched refs:TIF_32BIT (Results 1 - 25 of 36) sorted by relevance

12

/arch/parisc/include/asm/
H A Dthread_info.h56 #define TIF_32BIT 4 /* 32 bit binary */ macro
69 #define _TIF_32BIT (1 << TIF_32BIT)
84 # define is_32bit_task() (test_thread_flag(TIF_32BIT))
H A Dcompat.h277 return test_ti_thread_flag(task_thread_info(t), TIF_32BIT);
/arch/arm64/include/asm/
H A Delf.h138 #define SET_PERSONALITY(ex) clear_thread_flag(TIF_32BIT);
153 #define STACK_RND_MASK (test_thread_flag(TIF_32BIT) ? \
185 #define COMPAT_SET_PERSONALITY(ex) set_thread_flag(TIF_32BIT);
H A Dthread_info.h120 #define TIF_32BIT 22 /* 32bit process */ macro
132 #define _TIF_32BIT (1 << TIF_32BIT)
H A Dmemory.h53 #define TASK_SIZE (test_thread_flag(TIF_32BIT) ? \
55 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \
H A Dprocessor.h41 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
H A Dcompat.h305 return test_thread_flag(TIF_32BIT);
310 return test_ti_thread_flag(thread, TIF_32BIT);
/arch/powerpc/include/asm/
H A Dthread_info.h93 #define TIF_32BIT 4 /* 32 bit binary */ macro
116 #define _TIF_32BIT (1<<TIF_32BIT)
183 #define is_32bit_task() (test_thread_flag(TIF_32BIT))
H A Delf.h96 set_thread_flag(TIF_32BIT); \
98 clear_thread_flag(TIF_32BIT); \
H A Dsyscall.h69 if (test_tsk_thread_flag(task, TIF_32BIT)) {
/arch/sparc/include/asm/
H A Dthread_info_64.h194 #define TIF_32BIT 7 /* 32-bit binary */ macro
212 #define _TIF_32BIT (1<<TIF_32BIT)
224 #define is_32bit_task() (test_thread_flag(TIF_32BIT))
264 ((test_thread_flag(TIF_32BIT) && !thread32_stack_is_64bit(__SP)) ? \
H A Dprocessor_64.h40 (test_tsk_thread_flag(tsk,TIF_32BIT) ? \
43 (test_thread_flag(TIF_32BIT) ? \
50 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
H A Delf_64.h203 set_thread_flag(TIF_32BIT); \
205 clear_thread_flag(TIF_32BIT); \
H A Dsyscall.h104 if (test_tsk_thread_flag(task, TIF_32BIT))
H A Dcompat.h238 if (test_thread_flag(TIF_32BIT))
307 return test_thread_flag(TIF_32BIT);
H A Dpage_64.h114 #define TASK_UNMAPPED_BASE (test_thread_flag(TIF_32BIT) ? \
/arch/sparc/mm/
H A Dhugetlbpage.c33 if (test_thread_flag(TIF_32BIT))
65 BUG_ON(!test_thread_flag(TIF_32BIT));
100 if (test_thread_flag(TIF_32BIT))
/arch/sparc/kernel/
H A Dsys_sparc_64.c104 if (test_thread_flag(TIF_32BIT))
156 BUG_ON(!test_thread_flag(TIF_32BIT));
268 if (test_thread_flag(TIF_32BIT))
286 if (!test_thread_flag(TIF_32BIT) ||
430 if (test_thread_flag(TIF_32BIT)) {
475 if (test_thread_flag(TIF_32BIT))
504 if (test_thread_flag(TIF_32BIT)) {
H A Dsignal_64.c77 if (test_thread_flag(TIF_32BIT)) {
168 if (test_thread_flag(TIF_32BIT)) {
269 if (test_thread_flag(TIF_32BIT)) {
432 if (test_thread_flag(TIF_32BIT)) {
495 if (test_thread_flag(TIF_32BIT)) {
H A Dprocess_64.c135 if ((regs->tstate & TSTATE_PRIV) || !(test_thread_flag(TIF_32BIT))) {
454 if (test_thread_flag(TIF_32BIT))
586 if (test_thread_flag(TIF_32BIT)) {
700 if (test_thread_flag(TIF_32BIT)) {
H A Dunaligned_64.c184 if (!from_kernel && test_thread_flag(TIF_32BIT))
242 if (test_thread_flag(TIF_32BIT)) {
601 if (test_thread_flag(TIF_32BIT))
665 if (test_thread_flag(TIF_32BIT))
H A Dsignal32.c172 if (test_thread_flag(TIF_32BIT)) {
256 if (test_thread_flag(TIF_32BIT)) {
437 if (test_thread_flag(TIF_32BIT)) {
513 if (test_thread_flag(TIF_32BIT)) {
568 if (test_thread_flag(TIF_32BIT)) {
644 if (test_thread_flag(TIF_32BIT)) {
H A Dtraps_64.c105 if (test_thread_flag(TIF_32BIT)) {
204 if (test_thread_flag(TIF_32BIT)) {
245 if (test_thread_flag(TIF_32BIT)) {
350 if (test_thread_flag(TIF_32BIT)) {
532 if (test_thread_flag(TIF_32BIT)) {
2179 if (test_thread_flag(TIF_32BIT)) {
2251 if (test_thread_flag(TIF_32BIT)) {
2276 if (test_thread_flag(TIF_32BIT)) {
2424 if (test_thread_flag(TIF_32BIT)) {
2453 if (test_thread_flag(TIF_32BIT))
[all...]
/arch/parisc/kernel/
H A Dbinfmt_elf32.c90 set_thread_flag(TIF_32BIT); \
H A Dsignal.c361 if (!test_thread_flag(TIF_32BIT))
367 if (!test_thread_flag(TIF_32BIT))

Completed in 650 milliseconds

12