Searched refs:TIF_NOCPUID (Results 1 – 2 of 2) sorted by relevance
96 #define TIF_NOCPUID 20 /* CPUID is not accessible in userland */ macro109 #define _TIF_NOCPUID BIT(TIF_NOCPUID)
367 if (!test_and_set_thread_flag(TIF_NOCPUID)) { in disable_cpuid()380 if (test_and_clear_thread_flag(TIF_NOCPUID)) { in enable_cpuid()392 return !test_thread_flag(TIF_NOCPUID); in get_cpuid_mode()414 if (test_thread_flag(TIF_NOCPUID)) in arch_setup_new_exec()