Home
last modified time | relevance | path

Searched refs:TIF_31BIT (Results 1 – 7 of 7) sorted by relevance

/linux/arch/s390/include/asm/
H A Dsyscall.h50 if (test_tsk_thread_flag(task, TIF_31BIT)) { in syscall_get_error()
82 if (test_tsk_thread_flag(task, TIF_31BIT)) in syscall_get_arguments()
103 if (test_tsk_thread_flag(task, TIF_31BIT)) in syscall_get_arch()
H A Dthread_info.h71 #define TIF_31BIT 16 /* 32bit process */ macro
93 #define _TIF_31BIT BIT(TIF_31BIT)
H A Dprocessor.h126 #define TASK_SIZE (test_thread_flag(TIF_31BIT) ? \
128 #define TASK_UNMAPPED_BASE (test_thread_flag(TIF_31BIT) ? \
133 #define VDSO_LIMIT (test_thread_flag(TIF_31BIT) ? _REGION3_SIZE : _REGION2_SIZE)
H A Delf.h241 set_thread_flag(TIF_31BIT); \
245 clear_thread_flag(TIF_31BIT); \
H A Dcompat.h135 return test_thread_flag(TIF_31BIT); in is_compat_task()
/linux/arch/s390/kernel/
H A Dperf_regs.c47 if (test_tsk_thread_flag(task, TIF_31BIT)) in perf_reg_abi()
H A Dptrace.c1516 if (test_tsk_thread_flag(task, TIF_31BIT)) in task_user_regset_view()