soc/intel/apl: Rework on CPU privilege level implementation
[coreboot.git] / src / soc / intel / apollolake / include / soc / msr.h
blob97c67ddc21d28243372008fc1947a49efe52a3ff
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef _SOC_MSR_H_
4 #define _SOC_MSR_H_
6 #include <intelblocks/msr.h>
8 #define MSR_POWER_MISC 0x120
9 #define ENABLE_IA_UNTRUSTED (1 << 6)
10 #define FLUSH_DL1_L2 (1 << 8)
12 #endif