Home
last modified time | relevance | path

Searched refs:test_and_set_thread_flag (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/linux/
Dthread_info.h136 #define test_and_set_thread_flag(flag) \ macro
/linux-6.6.21/arch/x86/kernel/
Dprocess.c286 if (!test_and_set_thread_flag(TIF_NOTSC)) in disable_TSC()
347 if (!test_and_set_thread_flag(TIF_NOCPUID)) { in disable_cpuid()
/linux-6.6.21/arch/alpha/kernel/
Dtraps.c188 if (test_and_set_thread_flag (TIF_DIE_IF_KERNEL)) { in die_if_kernel()
628 if (test_and_set_thread_flag (TIF_DIE_IF_KERNEL)) { in do_entUna()
/linux-6.6.21/arch/arm64/kernel/
Dfpsimd.c397 !WARN_ON_ONCE(!test_and_set_thread_flag(TIF_SVE))) in task_fpsimd_load()
1478 if (test_and_set_thread_flag(TIF_SVE)) in do_sve_acc()
1531 if (test_and_set_thread_flag(TIF_SME)) in do_sme_acc()
/linux-6.6.21/arch/mips/kernel/
Dtraps.c1357 prior_msa = test_and_set_thread_flag(TIF_MSA_CTX_LIVE); in enable_restore_fp_context()