Searched refs:TIF_32BIT_REGS (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | elfcore-compat.h | 21 (!test_thread_flag(TIF_32BIT_REGS) \ 25 (*(!test_thread_flag(TIF_32BIT_REGS) \
|
H A D | syscall.h | 34 test_tsk_thread_flag(task, TIF_32BIT_REGS)) && in mips_syscall_is_indirect() 77 if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) in mips_get_syscall_arg() 147 if (!test_tsk_thread_flag(task, TIF_32BIT_REGS)) { in syscall_get_arch()
|
H A D | thread_info.h | 123 #define TIF_32BIT_REGS 22 /* 32-bit general purpose registers */ macro 146 #define _TIF_32BIT_REGS (1<<TIF_32BIT_REGS)
|
H A D | seccomp.h | 20 if (IS_ENABLED(CONFIG_MIPS32_O32) && test_thread_flag(TIF_32BIT_REGS)) in get_compat_mode1_syscalls()
|
H A D | elf.h | 362 set_thread_flag(TIF_32BIT_REGS); \ 393 clear_thread_flag(TIF_32BIT_REGS); \
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | syscall.h | 34 test_tsk_thread_flag(task, TIF_32BIT_REGS)) && in mips_syscall_is_indirect() 77 if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) in mips_get_syscall_arg() 147 if (!test_tsk_thread_flag(task, TIF_32BIT_REGS)) { in syscall_get_arch()
|
H A D | thread_info.h | 125 #define TIF_32BIT_REGS 22 /* 32-bit general purpose registers */ macro 148 #define _TIF_32BIT_REGS (1<<TIF_32BIT_REGS)
|
H A D | seccomp.h | 20 if (IS_ENABLED(CONFIG_MIPS32_O32) && test_thread_flag(TIF_32BIT_REGS)) in get_compat_mode1_syscalls()
|
H A D | elf.h | 378 set_thread_flag(TIF_32BIT_REGS); \ 409 clear_thread_flag(TIF_32BIT_REGS); \
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | thread_info.h | 84 #define TIF_32BIT_REGS 17 /* 32-bit general purpose registers */ macro 108 #define _TIF_32BIT_REGS (1<<TIF_32BIT_REGS)
|
H A D | elf.h | 261 clear_thread_flag(TIF_32BIT_REGS); \
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | thread_info.h | 81 #define TIF_32BIT_REGS 13 /* 32-bit general purpose registers */ macro 100 #define _TIF_32BIT_REGS (1<<TIF_32BIT_REGS)
|
H A D | elf.h | 256 clear_thread_flag(TIF_32BIT_REGS); \
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | perf_regs.c | 25 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS)) in perf_reg_abi()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | perf_regs.c | 21 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS)) in perf_reg_abi()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | perf_regs.c | 24 if (test_tsk_thread_flag(tsk, TIF_32BIT_REGS)) in perf_reg_abi()
|
H A D | process.c | 799 if (IS_ENABLED(CONFIG_64BIT) && !test_thread_flag(TIF_32BIT_REGS)) in mips_set_process_fp_mode()
|
H A D | ptrace.c | 1071 if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) in task_user_regset_view()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | process.c | 783 if (IS_ENABLED(CONFIG_64BIT) && !test_thread_flag(TIF_32BIT_REGS)) in mips_set_process_fp_mode()
|
H A D | ptrace.c | 1064 if (test_tsk_thread_flag(task, TIF_32BIT_REGS)) in task_user_regset_view()
|
Completed in 12 milliseconds