Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dthread_info.h92 #define TIF_NOCPUID 15 /* CPUID is not accessible in userland */ macro
122 #define _TIF_NOCPUID (1 << TIF_NOCPUID)
/arch/x86/kernel/
Dprocess.c209 if (!test_and_set_thread_flag(TIF_NOCPUID)) { in disable_cpuid()
222 if (test_and_clear_thread_flag(TIF_NOCPUID)) { in enable_cpuid()
234 return !test_thread_flag(TIF_NOCPUID); in get_cpuid_mode()
256 if (test_thread_flag(TIF_NOCPUID)) in arch_setup_new_exec()