Searched refs:TIF_31BIT (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | syscall.h | 38 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 D | thread_info.h | 72 #define TIF_31BIT 16 /* 32bit process */ macro 95 #define _TIF_31BIT BIT(TIF_31BIT)
|
H A D | processor.h | 92 #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 D | elf.h | 246 set_thread_flag(TIF_31BIT); \ 250 clear_thread_flag(TIF_31BIT); \
|
H A D | compat.h | 184 return test_thread_flag(TIF_31BIT); in is_compat_task()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | syscall.h | 38 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 D | thread_info.h | 75 #define TIF_31BIT 16 /* 32bit process */ macro 98 #define _TIF_31BIT BIT(TIF_31BIT)
|
H A D | processor.h | 108 #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 D | elf.h | 265 set_thread_flag(TIF_31BIT); \ 269 clear_thread_flag(TIF_31BIT); \
|
H A D | compat.h | 135 return test_thread_flag(TIF_31BIT); in is_compat_task()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | perf_regs.c | 49 if (test_tsk_thread_flag(task, TIF_31BIT)) in perf_reg_abi()
|
H A D | ptrace.c | 1650 if (test_tsk_thread_flag(task, TIF_31BIT)) in task_user_regset_view()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | perf_regs.c | 49 if (test_tsk_thread_flag(task, TIF_31BIT)) in perf_reg_abi()
|
H A D | ptrace.c | 1546 if (test_tsk_thread_flag(task, TIF_31BIT)) in task_user_regset_view()
|
Completed in 10 milliseconds