Lines Matching defs:error
148 * set the success or error code of an emulated VMX instruction (as specified
193 * failValid writes the error number to the current VMCS, which
459 * Drop bits 31:16 of the error code when performing the #PF mask+match
462 * error code. Including the to-be-dropped bits in the check might
2825 * VM-entry exception error code, and the VM-entry instruction length.
2849 /* VM-entry interruption-info field: deliver error code */
2856 /* VM-entry exception error code */
3133 u32 error = vmcs_read32(VM_INSTRUCTION_ERROR);
3138 "early hardware check VM-instruction error: ", error);
3139 WARN_ON_ONCE(error != VMXERR_ENTRY_INVALID_CONTROL_FIELD);
3383 * NVMX_VMENTRY_KVM_INTERNAL_ERROR: KVM internal error
3581 * rather than RFLAGS.ZF, and no error number is stored to the
3582 * VM-instruction error field.
3877 * Unlike AMD's Paged Real Mode, which reports an error code on #PF
3879 * "has error code" flags on VM-Exit if the CPU is in Real Mode.
3883 * Intel CPUs do not generate error codes with bits 31:16 set,
3885 * injected error code for VM-Entry. Drop the bits to mimic
3888 * generate "full" 32-bit error codes, so KVM allows userspace
3889 * to inject exception error codes with bits 31:16 set.
4022 * - Bound error
4786 * The only expected VM-instruction error is "VM entry with
4889 * flag and the VM-instruction error field of the VMCS
6368 "hardware VM-instruction error: ",