Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dreg.h1419 extern bool strict_msr_control;
1423 if (strict_msr_control) in msr_check_and_clear()
/linux-6.1.9/arch/powerpc/kernel/
Dprocess.c106 bool strict_msr_control; variable
107 EXPORT_SYMBOL(strict_msr_control);
111 strict_msr_control = true; in enable_strict_msr_control()