Searched refs:TIF_NOCPUID (Results 1 – 2 of 2) sorted by relevance
99 #define TIF_NOCPUID 15 /* CPUID is not accessible in userland */ macro 123 #define _TIF_NOCPUID (1 << TIF_NOCPUID)
357 if (!test_and_set_thread_flag(TIF_NOCPUID)) { in disable_cpuid() 360 * TIF_NOCPUID in the current running context. in disable_cpuid() 370 if (test_and_clear_thread_flag(TIF_NOCPUID)) { in enable_cpuid() 373 * TIF_NOCPUID in the current running context. in enable_cpuid() 382 return !test_thread_flag(TIF_NOCPUID); in get_cpuid_mode() 404 if (test_thread_flag(TIF_NOCPUID)) in arch_setup_new_exec()