Searched refs:mce_evt (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_ras.c114 struct machine_check_event mce_evt; local
130 if (get_mce_event(&mce_evt, MCE_EVENT_RELEASE)) {
131 if (handled && mce_evt.version == MCE_V1)
132 mce_evt.disposition = MCE_DISPOSITION_RECOVERED;
134 memset(&mce_evt, 0, sizeof(mce_evt));
137 vcpu->arch.mce_evt = mce_evt;
H A Dbook3s_hv.c1685 machine_check_print_event_info(&vcpu->arch.mce_evt,false, true);
1707 if (vcpu->arch.mce_evt.disposition == MCE_DISPOSITION_RECOVERED)
2016 machine_check_print_event_info(&vcpu->arch.mce_evt, false, true);
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h790 struct machine_check_event mce_evt; /* Valid if trap == 0x200 */ member in struct:kvmppc_slb::kvm_vcpu_arch

Completed in 174 milliseconds