Home
last modified time | relevance | path

Searched refs:TIF_NOCPUID (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dthread_info.h89 #define TIF_NOCPUID 15 /* CPUID is not accessible in userland */ macro
113 #define _TIF_NOCPUID (1 << TIF_NOCPUID)
/arch/x86/kernel/
Dprocess.c293 if (!test_and_set_thread_flag(TIF_NOCPUID)) { in disable_cpuid()
306 if (test_and_clear_thread_flag(TIF_NOCPUID)) { in enable_cpuid()
318 return !test_thread_flag(TIF_NOCPUID); in get_cpuid_mode()
340 if (test_thread_flag(TIF_NOCPUID)) in arch_setup_new_exec()