Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsyscall.h38 if (test_tsk_thread_flag(task, TIF_31BIT)) { in syscall_get_error()
71 if (test_tsk_thread_flag(task, TIF_31BIT)) in syscall_get_arguments()
84 if (test_tsk_thread_flag(task, TIF_31BIT)) in syscall_get_arch()
H A Dthread_info.h75 #define TIF_31BIT 16 /* 32bit process */ macro
98 #define _TIF_31BIT BIT(TIF_31BIT)
H A Dprocessor.h108 #define TASK_SIZE (test_thread_flag(TIF_31BIT) ? \
110 #define TASK_UNMAPPED_BASE (test_thread_flag(TIF_31BIT) ? \
115 #define VDSO_LIMIT (test_thread_flag(TIF_31BIT) ? _REGION3_SIZE : _REGION2_SIZE)
H A Delf.h265 set_thread_flag(TIF_31BIT); \
269 clear_thread_flag(TIF_31BIT); \
H A Dcompat.h135 return test_thread_flag(TIF_31BIT); in is_compat_task()
/openbmc/linux/arch/s390/kernel/
H A Dperf_regs.c49 if (test_tsk_thread_flag(task, TIF_31BIT)) in perf_reg_abi()
H A Dptrace.c1546 if (test_tsk_thread_flag(task, TIF_31BIT)) in task_user_regset_view()