Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dsyscall.h38 if (test_tsk_thread_flag(task, TIF_31BIT)) { in syscall_get_error()
70 if (test_tsk_thread_flag(task, TIF_31BIT)) in syscall_get_arguments()
95 if (test_tsk_thread_flag(task, TIF_31BIT)) in syscall_get_arch()
H A Dthread_info.h72 #define TIF_31BIT 16 /* 32bit process */ macro
95 #define _TIF_31BIT BIT(TIF_31BIT)
H A Dprocessor.h92 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_31BIT) ? \
94 #define TASK_UNMAPPED_BASE (test_thread_flag(TIF_31BIT) ? \
99 #define STACK_TOP (test_thread_flag(TIF_31BIT) ? \
H A Delf.h246 set_thread_flag(TIF_31BIT); \
250 clear_thread_flag(TIF_31BIT); \
H A Dcompat.h184 return test_thread_flag(TIF_31BIT); in is_compat_task()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_regs.c49 if (test_tsk_thread_flag(task, TIF_31BIT)) in perf_reg_abi()
H A Dptrace.c1654 if (test_tsk_thread_flag(task, TIF_31BIT)) in task_user_regset_view()