Searched refs:MSR_IA32_EFER_LMA (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dstartup64.c75 (rdmsr64(MSR_IA32_EFER) & MSR_IA32_EFER_LMA) != 0)
122 if ((rdmsr64(MSR_IA32_EFER) & MSR_IA32_EFER_LMA) == 0)
123 panic("cpu_IA32e_enable() MSR_IA32_EFER_LMA not asserted");
138 (rdmsr64(MSR_IA32_EFER) & MSR_IA32_EFER_LMA) == 0)
181 if ((rdmsr64(MSR_IA32_EFER) & MSR_IA32_EFER_LMA) != 0)
182 panic("cpu_IA32e_disable() MSR_IA32_EFER_LMA not cleared");
H A Dproc_reg.h638 #define MSR_IA32_EFER_LMA 0x00000400 macro

Completed in 323 milliseconds