| /linux-6.15/arch/mips/include/asm/ |
| H A D | elf.h | 331 clear_thread_flag(TIF_HYBRID_FPREGS); \ 364 clear_thread_flag(TIF_HYBRID_FPREGS); \ 393 clear_thread_flag(TIF_32BIT_REGS); \ 394 clear_thread_flag(TIF_32BIT_FPREGS); \ 395 clear_thread_flag(TIF_HYBRID_FPREGS); \ 396 clear_thread_flag(TIF_32BIT_ADDR); \
|
| H A D | fpu.h | 106 #define clear_fpu_owner() clear_thread_flag(TIF_USEDFPU)
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | syscall.c | 221 clear_thread_flag(TIF_FIXADE); in SYSCALL_DEFINE3() 225 clear_thread_flag(TIF_LOGADE); in SYSCALL_DEFINE3()
|
| H A D | elf.c | 272 clear_thread_flag(TIF_HYBRID_FPREGS); in set_thread_fp_mode() 276 clear_thread_flag(TIF_32BIT_FPREGS); in set_thread_fp_mode()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | elf.h | 88 clear_thread_flag(TIF_ELF2ABI); \ 92 clear_thread_flag(TIF_32BIT); \
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | process.c | 90 clear_thread_flag(TIF_LSX_CTX_LIVE); in start_thread() 91 clear_thread_flag(TIF_LASX_CTX_LIVE); in start_thread() 92 clear_thread_flag(TIF_LBT_CTX_LIVE); in start_thread()
|
| /linux-6.15/arch/um/kernel/ |
| H A D | exec.c | 37 clear_thread_flag(TIF_SINGLESTEP); in start_thread()
|
| /linux-6.15/include/linux/ |
| H A D | resume_user_mode.h | 43 clear_thread_flag(TIF_NOTIFY_RESUME); in resume_user_mode_work()
|
| H A D | thread_info.h | 140 #define clear_thread_flag(flag) \ macro
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | entry-common.h | 14 clear_thread_flag(TIF_RISCV_V_DEFER_RESTORE); in arch_exit_to_user_mode_prepare()
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | elf.h | 256 clear_thread_flag(TIF_32BIT_REGS); \ 257 clear_thread_flag(TIF_32BIT_ADDR); \
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | entry-common.h | 32 clear_thread_flag(TIF_PER_TRAP); in arch_exit_to_user_mode_work()
|
| H A D | elf.h | 245 clear_thread_flag(TIF_31BIT); \
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | elf.h | 237 clear_thread_flag(TIF_32BIT); \ 250 } else clear_thread_flag(TIF_32BIT); \
|
| /linux-6.15/arch/x86/kernel/fpu/ |
| H A D | context.h | 79 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_restore_userregs()
|
| /linux-6.15/drivers/cpuidle/ |
| H A D | cpuidle-pseries.c | 60 clear_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop() 67 clear_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop()
|
| H A D | cpuidle-powernv.c | 89 clear_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop() 98 clear_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | elf.c | 75 clear_thread_flag(TIF_USING_IWMMXT); in elf_set_personality()
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | fpsimd.c | 117 clear_thread_flag(TIF_FOREIGN_FPSTATE); in kvm_arch_vcpu_ctxsync_fp()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | fpsimd.c | 393 clear_thread_flag(TIF_SVE); in task_fpsimd_load() 1644 clear_thread_flag(TIF_SVE); in fpsimd_flush_thread() 1654 clear_thread_flag(TIF_SME); in fpsimd_flush_thread() 1775 clear_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_restore_current_state() 1810 clear_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_update_current_state() 1945 clear_thread_flag(TIF_KERNEL_FPSTATE); in kernel_neon_end()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | guarded_storage.c | 83 clear_thread_flag(TIF_GUARDED_STORAGE); in gs_load_bc_cb()
|
| H A D | uprobes.c | 34 clear_thread_flag(TIF_PER_TRAP); in arch_uprobe_pre_xol() 137 clear_thread_flag(TIF_UPROBE_SINGLESTEP); in arch_uprobe_abort_xol()
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | elf_64.h | 207 clear_thread_flag(TIF_32BIT); \
|
| /linux-6.15/kernel/ |
| H A D | pid_namespace.c | 241 clear_thread_flag(TIF_SIGPENDING); in zap_pid_ns_processes() 242 clear_thread_flag(TIF_NOTIFY_SIGNAL); in zap_pid_ns_processes()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | elf.h | 163 clear_thread_flag(TIF_32BIT); \
|