Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dreg.h1416 extern bool strict_msr_control;
1420 if (strict_msr_control) in msr_check_and_clear()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprocess.c107 bool strict_msr_control; variable
108 EXPORT_SYMBOL(strict_msr_control);
112 strict_msr_control = true; in enable_strict_msr_control()