/openbmc/linux/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)
|
/openbmc/linux/arch/mips/kernel/ |
H A D | syscall.c | 220 clear_thread_flag(TIF_FIXADE); in SYSCALL_DEFINE3() 224 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()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | elf.h | 88 clear_thread_flag(TIF_ELF2ABI); \ 92 clear_thread_flag(TIF_32BIT); \
|
/openbmc/linux/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()
|
/openbmc/linux/include/linux/ |
H A D | resume_user_mode.h | 42 clear_thread_flag(TIF_NOTIFY_RESUME); in resume_user_mode_work()
|
/openbmc/linux/arch/um/kernel/ |
H A D | exec.c | 46 clear_thread_flag(TIF_SINGLESTEP); in start_thread()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | entry-common.h | 32 clear_thread_flag(TIF_PER_TRAP); in arch_exit_to_user_mode_work()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | elf.h | 256 clear_thread_flag(TIF_32BIT_REGS); \ 257 clear_thread_flag(TIF_32BIT_ADDR); \
|
/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | context.h | 79 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_restore_userregs()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | elf.h | 237 clear_thread_flag(TIF_32BIT); \ 250 } else clear_thread_flag(TIF_32BIT); \
|
/openbmc/linux/drivers/cpuidle/ |
H A D | cpuidle-pseries.c | 59 clear_thread_flag(TIF_POLLING_NRFLAG); in snooze_loop() 66 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()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | elf.c | 75 clear_thread_flag(TIF_USING_IWMMXT); in elf_set_personality()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | guarded_storage.c | 82 clear_thread_flag(TIF_GUARDED_STORAGE); in gs_load_bc_cb()
|
H A D | uprobes.c | 35 clear_thread_flag(TIF_PER_TRAP); in arch_uprobe_pre_xol() 138 clear_thread_flag(TIF_UPROBE_SINGLESTEP); in arch_uprobe_abort_xol()
|
H A D | signal.c | 517 clear_thread_flag(TIF_PER_TRAP); in arch_do_signal_or_restart() 525 clear_thread_flag(TIF_PER_TRAP); in arch_do_signal_or_restart()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | elf.h | 145 clear_thread_flag(TIF_32BIT); \
|
/openbmc/linux/kernel/ |
H A D | pid_namespace.c | 219 clear_thread_flag(TIF_SIGPENDING); in zap_pid_ns_processes() 220 clear_thread_flag(TIF_NOTIFY_SIGNAL); in zap_pid_ns_processes()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | elf_64.h | 207 clear_thread_flag(TIF_32BIT); \
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | elf.h | 163 clear_thread_flag(TIF_32BIT); \
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | fpsimd.c | 165 clear_thread_flag(TIF_FOREIGN_FPSTATE); in kvm_arch_vcpu_ctxsync_fp()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | fpsimd.c | 416 clear_thread_flag(TIF_SVE); in task_fpsimd_load() 1657 clear_thread_flag(TIF_SVE); in fpsimd_flush_thread() 1667 clear_thread_flag(TIF_SME); in fpsimd_flush_thread() 1802 clear_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_restore_current_state() 1837 clear_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_update_current_state()
|
H A D | signal.c | 220 clear_thread_flag(TIF_SVE); in restore_fpsimd_context() 309 clear_thread_flag(TIF_SVE); in restore_sve_fpsimd_context() 332 clear_thread_flag(TIF_SVE); in restore_sve_fpsimd_context() 481 clear_thread_flag(TIF_SME); in restore_za_context() 1296 clear_thread_flag(TIF_MTE_ASYNC_FAULT); in do_notify_resume()
|