Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dthread_info.h106 #define test_and_set_thread_flag(flag) \ macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess.c221 if (!test_and_set_thread_flag(TIF_NOTSC)) in disable_TSC()
282 if (!test_and_set_thread_flag(TIF_NOCPUID)) { in disable_cpuid()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dtraps.c190 if (test_and_set_thread_flag (TIF_DIE_IF_KERNEL)) { in die_if_kernel()
630 if (test_and_set_thread_flag (TIF_DIE_IF_KERNEL)) { in do_entUna()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dfpsimd.c955 if (test_and_set_thread_flag(TIF_SVE)) in do_sve_acc()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dtraps.c1360 prior_msa = test_and_set_thread_flag(TIF_MSA_CTX_LIVE); in enable_restore_fp_context()