coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
msr.h File Reference
#include <intelblocks/msr.h>
Include dependency graph for msr.h:

Go to the source code of this file.

Macros

#define MSR_POWER_MISC   0x120
 
#define ENABLE_IA_UNTRUSTED   (1 << 6)
 
#define FLUSH_DL1_L2   (1 << 8)
 

Macro Definition Documentation

◆ ENABLE_IA_UNTRUSTED

#define ENABLE_IA_UNTRUSTED   (1 << 6)

Definition at line 9 of file msr.h.

◆ FLUSH_DL1_L2

#define FLUSH_DL1_L2   (1 << 8)

Definition at line 10 of file msr.h.

◆ MSR_POWER_MISC

#define MSR_POWER_MISC   0x120

Definition at line 8 of file msr.h.