Home
last modified time | relevance | path

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

/linux/arch/x86/entry/
H A Dentry_64.S288 .macro idtentry_body cfunc has_error_code:req
306 .if \has_error_code == 1
329 .macro idtentry vector asmsym cfunc has_error_code:req
334 UNWIND_HINT_IRET_ENTRY offset=\has_error_code*8 signal=0
336 UNWIND_HINT_IRET_ENTRY offset=\has_error_code*8
343 .if \has_error_code == 0
361 idtentry_body \cfunc \has_error_code
378 idtentry \vector asm_\cfunc \cfunc has_error_code=1
426 idtentry_body noist_\cfunc, has_error_code=0
506 idtentry_body user_\cfunc, has_error_code=1
H A Dentry_32.S622 .macro idtentry vector asmsym cfunc has_error_code:req
627 .if \has_error_code == 0
/linux/tools/testing/selftests/kvm/x86_64/
H A Dnested_exceptions_test.c203 events.exception.has_error_code = true; in queue_ss_exception()
250 TEST_ASSERT_EQ(events.exception.has_error_code, true); in main()
/linux/arch/x86/include/asm/
H A Didtentry.h483 idtentry vector asm_##func func has_error_code=0
486 idtentry vector asm_##func func has_error_code=1
H A Dkvm_host.h736 bool has_error_code; member
2087 int reason, bool has_error_code, u32 error_code);
/linux/arch/x86/kvm/
H A Dkvm_emulate.h515 bool has_error_code, u32 error_code);
H A Dx86.c610 bool has_error_code, u32 error_code, in kvm_queue_exception_vmexit() argument
618 ex->has_error_code = has_error_code; in kvm_queue_exception_vmexit()
677 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
5394 events->exception.has_error_code = ex->has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
5479 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events()
10337 vcpu->arch.exception.has_error_code &= is_protmode(vcpu); in kvm_inject_exception()
10340 vcpu->arch.exception.has_error_code, in kvm_inject_exception()
11515 ex->has_error_code, ex->error_code, in kvm_arch_vcpu_ioctl_run()
11802 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument
11810 has_error_code, error_code); in kvm_task_switch()
H A Demulate.c2894 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument
2980 if (has_error_code) { in emulator_do_task_switch()
2995 bool has_error_code, u32 error_code) in emulator_task_switch() argument
3004 has_error_code, error_code); in emulator_task_switch()
/linux/arch/x86/include/uapi/asm/
H A Dkvm.h339 __u8 has_error_code; member
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h339 __u8 has_error_code; member
/linux/arch/x86/kvm/svm/
H A Dsvm.h657 bool has_error_code, u32 error_code);
H A Dnested.c459 if (vcpu->arch.exception.has_error_code) { in nested_save_pending_event_to_vmcb12()
1389 if (ex->has_error_code) in nested_svm_inject_exception_vmexit()
H A Dsvm.c472 | (ex->has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_inject_exception()
2521 bool has_error_code = false; in task_switch_interception() local
2545 has_error_code = true; in task_switch_interception()
2572 has_error_code, error_code); in task_switch_interception()
/linux/arch/x86/kvm/vmx/
H A Dnested.c2893 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in nested_check_vm_entry_controls() local
2915 if (CC(has_error_code != should_have_error_code)) in nested_check_vm_entry_controls()
2919 if (CC(has_error_code && in nested_check_vm_entry_controls()
3836 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event()
3951 if (ex->has_error_code && is_protmode(vcpu)) { in nested_vmx_inject_exception_vmexit()
H A Dvmx.c1840 if (ex->has_error_code) { in vmx_inject_exception()
5719 bool has_error_code = false; in handle_task_switch() local
5744 has_error_code = true; in handle_task_switch()
5769 reason, has_error_code, error_code); in handle_task_switch()
/linux/Documentation/virt/kvm/
H A Dapi.rst1128 __u8 has_error_code;