Searched refs:TIF_32BIT_ADDR (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | thread_info.h | 85 #define TIF_32BIT_ADDR 18 /* 32-bit address space */ macro 109 #define _TIF_32BIT_ADDR (1<<TIF_32BIT_ADDR)
|
H A D | processor.h | 34 #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 D | elf.h | 262 clear_thread_flag(TIF_32BIT_ADDR); \
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | thread_info.h | 82 #define TIF_32BIT_ADDR 14 /* 32-bit address space */ macro 101 #define _TIF_32BIT_ADDR (1<<TIF_32BIT_ADDR)
|
H A D | processor.h | 35 #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 D | elf.h | 257 clear_thread_flag(TIF_32BIT_ADDR); \
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | thread_info.h | 124 #define TIF_32BIT_ADDR 23 /* 32-bit address space (o32/n32) */ macro 147 #define _TIF_32BIT_ADDR (1<<TIF_32BIT_ADDR)
|
H A D | processor.h | 61 #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 D | elf.h | 350 set_thread_flag(TIF_32BIT_ADDR); \ 363 set_thread_flag(TIF_32BIT_ADDR); \ 396 clear_thread_flag(TIF_32BIT_ADDR); \
|
H A D | compat.h | 155 return test_thread_flag(TIF_32BIT_ADDR); in is_compat_task()
|
H A D | syscall.h | 149 /* 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 D | processor.h | 66 #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 D | thread_info.h | 126 #define TIF_32BIT_ADDR 23 /* 32-bit address space (o32/n32) */ macro 149 #define _TIF_32BIT_ADDR (1<<TIF_32BIT_ADDR)
|
H A D | elf.h | 366 set_thread_flag(TIF_32BIT_ADDR); \ 379 set_thread_flag(TIF_32BIT_ADDR); \ 412 clear_thread_flag(TIF_32BIT_ADDR); \
|
H A D | compat.h | 188 return test_thread_flag(TIF_32BIT_ADDR); in is_compat_task()
|
H A D | syscall.h | 149 /* 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 D | ptrace.c | 178 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 D | ptrace.c | 184 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 D | ptrace.c | 632 if (test_tsk_thread_flag(child, TIF_32BIT_ADDR)) { in ptrace_set_watch_regs()
|
Completed in 16 milliseconds