Home
last modified time | relevance | path

Searched refs:has_error_code (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dnested_exceptions_test.c205 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 Derrata.rst46 versus "has_error_code", i.e. KVM's ABI follows AMD behavior.
/linux/arch/x86/kvm/
H A Dkvm_emulate.h538 bool has_error_code, u32 error_code);
H A Dx86.c823 bool has_error_code, u32 error_code, in kvm_queue_exception_vmexit() argument
831 ex->has_error_code = has_error_code; in kvm_queue_exception_vmexit()
862 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
921 bool has_error_code, u32 error_code) in kvm_requeue_exception() argument
941 vcpu->arch.exception.has_error_code = has_error_code; in kvm_requeue_exception()
5593 events->exception.has_error_code = ex->has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
5672 vcpu->arch.exception.has_error_code in kvm_vcpu_ioctl_x86_set_vcpu_events()
12281 kvm_task_switch(struct kvm_vcpu * vcpu,u16 tss_selector,int idt_index,int reason,bool has_error_code,u32 error_code) kvm_task_switch() argument
[all...]
H A Demulate.c2876 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument
2962 if (has_error_code) { in emulator_do_task_switch()
2977 bool has_error_code, u32 error_code) in emulator_task_switch() argument
2986 has_error_code, error_code); in emulator_task_switch()
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h344 __u8 has_error_code; member
/linux/arch/x86/kvm/svm/
H A Dsvm.h801 bool has_error_code, u32 error_code);
H A Dnested.c564 if (vcpu->arch.exception.has_error_code) { in nested_save_pending_event_to_vmcb12()
1546 if (ex->has_error_code) in nested_svm_inject_exception_vmexit()
H A Dsvm.c379 | (ex->has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_inject_exception()
2402 bool has_error_code = false; in task_switch_interception() local
2426 has_error_code = true; in task_switch_interception()
2453 has_error_code, error_code); in task_switch_interception()
/linux/arch/x86/kvm/vmx/
H A Dnested.c3014 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()
3965 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event()
4059 if (ex->has_error_code && is_protmode(vcpu)) { in nested_vmx_inject_exception_vmexit()
H A Dvmx.c1946 if (ex->has_error_code) { in vmx_inject_exception()
5982 bool has_error_code = false; in handle_task_switch() local
6007 has_error_code = true; in handle_task_switch()
6032 reason, has_error_code, error_code); in handle_task_switch()