Searched refs:MCI_CTL2_CMCI_EN (Results 1 – 5 of 5) sorted by relevance
174 val |= MCI_CTL2_CMCI_EN; in cmci_toggle_interrupt_mode()176 val &= ~MCI_CTL2_CMCI_EN; in cmci_toggle_interrupt_mode()296 if (val & MCI_CTL2_CMCI_EN) { in cmci_discover()315 val |= MCI_CTL2_CMCI_EN; in cmci_discover()320 if (val & MCI_CTL2_CMCI_EN) { in cmci_discover()370 val &= ~MCI_CTL2_CMCI_EN; in __cmci_disable_bank()
89 wrmsr(MSR_IA32_MCx_CTL2(UCNA_BANK), ctl2 | MCI_CTL2_CMCI_EN); in ucna_injection_guest_code()101 wrmsr(MSR_IA32_MCx_CTL2(UCNA_BANK), ctl2 & ~MCI_CTL2_CMCI_EN); in ucna_injection_guest_code()113 wrmsr(MSR_IA32_MCx_CTL2(UCNA_BANK), ctl2 | MCI_CTL2_CMCI_EN); in cmci_disabled_guest_code()
23 #define MCI_CTL2_CMCI_EN BIT_ULL(30) macro
95 #define MCI_CTL2_CMCI_EN BIT_ULL(30) macro
3351 if (data & ~(MCI_CTL2_CMCI_EN | MCI_CTL2_CMCI_THRESHOLD_MASK)) in set_msr_mce()5082 !(vcpu->arch.mci_ctl2_banks[mce->bank] & MCI_CTL2_CMCI_EN)) in kvm_vcpu_x86_set_ucna()