Searched refs:MSR_K8_ENABLE_C1E (Results 1 – 3 of 3) sorted by relevance
439 if ((rdmsr_safe(MSR_K8_ENABLE_C1E, msr_content) == 0) && in disable_c1e()441 (wrmsr_safe(MSR_K8_ENABLE_C1E, msr_content & ~(3ULL << 27)) != 0)) in disable_c1e()
177 #define MSR_K8_ENABLE_C1E 0xc0010055 macro
3505 case MSR_K8_ENABLE_C1E: in hvm_msr_read_intercept()
Completed in 12 milliseconds