.equ MSR_LG_EE, 0 # Little Endian .equ MSR_LG_RI, 1 # Exception .equ MSR_LG_PMM, 2 # Performance monitor .equ MSR_LG_PX, 2 # Protection Exclusive Mode .equ MSR_LG_PE, 3 # Protection Enable .equ MSR_LG_DR, 4 # Data Relocate .equ MSR_LG_IR, 5 # Instruction Relocate .equ MSR_LG_IP, 6 # Exception prefix 0x000/0xFFF .equ MSR_LG_FE1, 8 # Floating Exception mode 1 .equ MSR_LG_DE, 9 # Debug Exception Enable .equ MSR_LG_BE, 9 # Branch Trace .equ MSR_LG_SE, 10 # Single Step .equ MSR_LG_FE0, 11 # Floating Exception mode 0 .equ MSR_LG_ME, 12 # Machine Check Enable .equ MSR_LG_FP, 13 # Floating Point enable .equ MSR_LG_PR, 14 # Problem State / Privilege Level .equ MSR_LG_EE, 15 # External Interrupt Enable .equ MSR_LG_ILE, 16 # Interrupt Little Endian .equ MSR_LG_CE, 17 # Critical Interrupt Enable .equ MSR_LG_TGPR, 17 # TLB Update registers in use .equ MSR_LG_WE, 18 # Wait State Enable .equ MSR_LG_POW, 18 # Enable Power Management .equ MSR_LG_VEC, 25 # Enable AltiVec .equ MSR_LG_HV, 60 # Hypervisor state .equ MSR_LG_ISF, 61 # Interrupt 64b mode valid on 630 .equ MSR_LG_SF, 63 # Enable 64 bit mode .macro MSR name .equ MSR_\name, 1<