Searched refs:has_error_code (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | nested_exceptions_test.c | 205 events.exception.has_error_code = true; in queue_ss_exception() 252 TEST_ASSERT_EQ(events.exception.has_error_code, true); in main()
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | errata.rst | 46 versus "has_error_code", i.e. KVM's ABI follows AMD behavior.
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 769 bool has_error_code; member 2258 int reason, bool has_error_code, u32 error_code); 2284 bool has_error_code, u32 error_code);
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 828 bool has_error_code, u32 error_code, in kvm_queue_exception_vmexit() argument 836 ex->has_error_code = has_error_code; in kvm_queue_exception_vmexit() 867 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception() 923 bool has_error_code, u32 error_code) in kvm_requeue_exception() argument 943 vcpu->arch.exception.has_error_code = has_error_code; in kvm_requeue_exception() 5609 events->exception.has_error_code = ex->has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events() 5688 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events() 10639 vcpu->arch.exception.has_error_code &= is_protmode(vcpu); in kvm_inject_exception() 10642 vcpu->arch.exception.has_error_code, in kvm_inject_exception() 12093 ex->has_error_code, ex->error_code, in kvm_arch_vcpu_ioctl_run() [all …]
|
| H A D | emulate.c | 2889 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument 2975 if (has_error_code) { in emulator_do_task_switch() 2990 bool has_error_code, u32 error_code) in emulator_task_switch() argument 2999 has_error_code, error_code); in emulator_task_switch()
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 344 __u8 has_error_code; member
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 344 __u8 has_error_code; member
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 3014 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in nested_check_vm_entry_controls() local 3038 if (CC(has_error_code)) in nested_check_vm_entry_controls() 3041 if (CC(has_error_code != x86_exception_has_error_code(vector))) in nested_check_vm_entry_controls() 3046 if (CC(has_error_code && in nested_check_vm_entry_controls() 3979 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event() 4073 if (ex->has_error_code && is_protmode(vcpu)) { in nested_vmx_inject_exception_vmexit()
|
| H A D | vmx.c | 1913 if (ex->has_error_code) { in vmx_inject_exception() 5883 bool has_error_code = false; in handle_task_switch() local 5908 has_error_code = true; in handle_task_switch() 5933 reason, has_error_code, error_code); in handle_task_switch()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.h | 868 bool has_error_code, u32 error_code);
|
| H A D | nested.c | 635 if (vcpu->arch.exception.has_error_code) { in nested_save_pending_event_to_vmcb12() 1633 if (ex->has_error_code) in nested_svm_inject_exception_vmexit()
|
| H A D | svm.c | 397 | (ex->has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_inject_exception() 2430 bool has_error_code = false; in task_switch_interception() local 2454 has_error_code = true; in task_switch_interception() 2481 has_error_code, error_code); in task_switch_interception()
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 1147 __u8 has_error_code;
|