/linux-6.14.4/arch/x86/entry/ |
D | entry_64.S | 288 .macro idtentry_body cfunc has_error_code:req 306 .if \has_error_code == 1 328 .macro idtentry vector asmsym cfunc has_error_code:req 333 UNWIND_HINT_IRET_ENTRY offset=\has_error_code*8 signal=0 335 UNWIND_HINT_IRET_ENTRY offset=\has_error_code*8 342 .if \has_error_code == 0 360 idtentry_body \cfunc \has_error_code 377 idtentry \vector asm_\cfunc \cfunc has_error_code=1 425 idtentry_body noist_\cfunc, has_error_code=0 505 idtentry_body user_\cfunc, has_error_code=1
|
D | entry_32.S | 622 .macro idtentry vector asmsym cfunc has_error_code:req 627 .if \has_error_code == 0
|
/linux-6.14.4/tools/testing/selftests/kvm/x86/ |
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-6.14.4/arch/x86/include/asm/ |
D | idtentry.h | 483 idtentry vector asm_##func func has_error_code=0 486 idtentry vector asm_##func func has_error_code=1
|
D | kvm_host.h | 738 bool has_error_code; member 2143 int reason, bool has_error_code, u32 error_code);
|
/linux-6.14.4/Documentation/virt/kvm/x86/ |
D | errata.rst | 46 versus "has_error_code", i.e. KVM's ABI follows AMD behavior.
|
/linux-6.14.4/arch/x86/kvm/ |
D | kvm_emulate.h | 522 bool has_error_code, u32 error_code);
|
D | x86.c | 789 bool has_error_code, u32 error_code, in kvm_queue_exception_vmexit() argument 797 ex->has_error_code = has_error_code; in kvm_queue_exception_vmexit() 850 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception() 5362 events->exception.has_error_code = ex->has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events() 5447 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events() 10218 vcpu->arch.exception.has_error_code &= is_protmode(vcpu); in kvm_inject_exception() 10221 vcpu->arch.exception.has_error_code, in kvm_inject_exception() 11557 ex->has_error_code, ex->error_code, in kvm_arch_vcpu_ioctl_run() 11848 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument 11856 has_error_code, error_code); in kvm_task_switch()
|
D | emulate.c | 2896 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument 2982 if (has_error_code) { in emulator_do_task_switch() 2997 bool has_error_code, u32 error_code) in emulator_task_switch() argument 3006 has_error_code, error_code); in emulator_task_switch()
|
/linux-6.14.4/arch/x86/include/uapi/asm/ |
D | kvm.h | 339 __u8 has_error_code; member
|
/linux-6.14.4/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 339 __u8 has_error_code; member
|
/linux-6.14.4/arch/x86/kvm/svm/ |
D | svm.h | 664 bool has_error_code, u32 error_code);
|
D | nested.c | 463 if (vcpu->arch.exception.has_error_code) { in nested_save_pending_event_to_vmcb12() 1393 if (ex->has_error_code) in nested_svm_inject_exception_vmexit()
|
D | svm.c | 471 | (ex->has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_inject_exception() 2519 bool has_error_code = false; in task_switch_interception() local 2543 has_error_code = true; in task_switch_interception() 2570 has_error_code, error_code); in task_switch_interception()
|
/linux-6.14.4/arch/x86/kvm/vmx/ |
D | nested.c | 2934 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in nested_check_vm_entry_controls() local 2956 if (CC(has_error_code != should_have_error_code)) in nested_check_vm_entry_controls() 2960 if (CC(has_error_code && in nested_check_vm_entry_controls() 3868 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event() 3983 if (ex->has_error_code && is_protmode(vcpu)) { in nested_vmx_inject_exception_vmexit()
|
D | vmx.c | 1840 if (ex->has_error_code) { in vmx_inject_exception() 5735 bool has_error_code = false; in handle_task_switch() local 5760 has_error_code = true; in handle_task_switch() 5785 reason, has_error_code, error_code); in handle_task_switch()
|
/linux-6.14.4/Documentation/virt/kvm/ |
D | api.rst | 1141 __u8 has_error_code;
|