Lines Matching refs:error
333 /* Mask the error */
1993 if (!vcpu->run->msr.error) {
2001 return complete_emulated_insn_gp(vcpu, vcpu->run->msr.error);
2012 return static_call(kvm_x86_complete_emulated_msr)(vcpu, vcpu->run->msr.error);
2045 vcpu->run->msr.error = 0;
5059 * Validate this is an UCNA (uncorrectable no action) error by checking the
5110 * if IA32_MCG_CTL is not all 1s, the uncorrected error
5117 * if IA32_MCi_CTL is not all 1s, the uncorrected error
7414 * uninitialized kernel stack memory into cr2 and error code.
8608 * If the instruction failed on the error pfn, it can not be fixed,
8609 * report the error to userspace.
9539 * Point of no return! DO NOT add error paths below this point unless
10014 * Suppress the error code if the vCPU is in Real Mode, as Real Mode
10015 * exceptions don't report error codes. The presence of an error code
10018 * report an error code despite the CPU being in Real Mode.
12421 * -errno: on error
13341 * with the error code that the processor gave.