Home
last modified time | relevance | path

Searched refs:TIF_32BIT_ADDR (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dthread_info.h85 #define TIF_32BIT_ADDR 18 /* 32-bit address space */ macro
109 #define _TIF_32BIT_ADDR (1<<TIF_32BIT_ADDR)
H A Dprocessor.h34 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
39 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
41 #define TASK_IS_32BIT_ADDR test_thread_flag(TIF_32BIT_ADDR)
H A Delf.h262 clear_thread_flag(TIF_32BIT_ADDR); \
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dthread_info.h82 #define TIF_32BIT_ADDR 14 /* 32-bit address space */ macro
101 #define _TIF_32BIT_ADDR (1<<TIF_32BIT_ADDR)
H A Dprocessor.h35 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
40 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
42 #define TASK_IS_32BIT_ADDR test_thread_flag(TIF_32BIT_ADDR)
H A Delf.h257 clear_thread_flag(TIF_32BIT_ADDR); \
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dthread_info.h124 #define TIF_32BIT_ADDR 23 /* 32-bit address space (o32/n32) */ macro
147 #define _TIF_32BIT_ADDR (1<<TIF_32BIT_ADDR)
H A Dprocessor.h61 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
65 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
67 #define TASK_IS_32BIT_ADDR test_thread_flag(TIF_32BIT_ADDR)
H A Delf.h350 set_thread_flag(TIF_32BIT_ADDR); \
363 set_thread_flag(TIF_32BIT_ADDR); \
396 clear_thread_flag(TIF_32BIT_ADDR); \
H A Dcompat.h155 return test_thread_flag(TIF_32BIT_ADDR); in is_compat_task()
H A Dsyscall.h149 /* N32 sets only TIF_32BIT_ADDR */ in syscall_get_arch()
150 if (test_tsk_thread_flag(task, TIF_32BIT_ADDR)) in syscall_get_arch()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dprocessor.h66 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
70 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
72 #define TASK_IS_32BIT_ADDR test_thread_flag(TIF_32BIT_ADDR)
H A Dthread_info.h126 #define TIF_32BIT_ADDR 23 /* 32-bit address space (o32/n32) */ macro
149 #define _TIF_32BIT_ADDR (1<<TIF_32BIT_ADDR)
H A Delf.h366 set_thread_flag(TIF_32BIT_ADDR); \
379 set_thread_flag(TIF_32BIT_ADDR); \
412 clear_thread_flag(TIF_32BIT_ADDR); \
H A Dcompat.h188 return test_thread_flag(TIF_32BIT_ADDR); in is_compat_task()
H A Dsyscall.h149 /* N32 sets only TIF_32BIT_ADDR */ in syscall_get_arch()
150 if (test_tsk_thread_flag(task, TIF_32BIT_ADDR)) in syscall_get_arch()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dptrace.c178 if (test_tsk_thread_flag(child, TIF_32BIT_ADDR)) { in ptrace_set_watch_regs()
1068 if (test_tsk_thread_flag(task, TIF_32BIT_ADDR)) in task_user_regset_view()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dptrace.c184 if (test_tsk_thread_flag(child, TIF_32BIT_ADDR)) { in ptrace_set_watch_regs()
1075 if (test_tsk_thread_flag(task, TIF_32BIT_ADDR)) in task_user_regset_view()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dptrace.c632 if (test_tsk_thread_flag(child, TIF_32BIT_ADDR)) { in ptrace_set_watch_regs()

Completed in 16 milliseconds