Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/entry/
Dentry_64.S342 .macro idtentry_body cfunc has_error_code:req
360 .if \has_error_code == 1
383 .macro idtentry vector asmsym cfunc has_error_code:req
388 UNWIND_HINT_IRET_ENTRY offset=\has_error_code*8 signal=0
390 UNWIND_HINT_IRET_ENTRY offset=\has_error_code*8
397 .if \has_error_code == 0
415 idtentry_body \cfunc \has_error_code
432 idtentry \vector asm_\cfunc \cfunc has_error_code=1
440 idtentry \vector asm_\cfunc \cfunc has_error_code=0
488 idtentry_body noist_\cfunc, has_error_code=0
[all …]
Dentry_32.S622 .macro idtentry vector asmsym cfunc has_error_code:req
627 .if \has_error_code == 0
653 idtentry \vector asm_\cfunc \cfunc has_error_code=0
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
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-v6.6/arch/x86/include/asm/
Didtentry.h430 idtentry vector asm_##func func has_error_code=0
433 idtentry vector asm_##func func has_error_code=1
Dkvm_host.h708 bool has_error_code; member
1981 int reason, bool has_error_code, u32 error_code);
/Linux-v6.6/tools/arch/x86/include/uapi/asm/
Dkvm.h338 __u8 has_error_code; member
/Linux-v6.6/arch/x86/include/uapi/asm/
Dkvm.h338 __u8 has_error_code; member
/Linux-v6.6/arch/x86/kvm/
Dkvm_emulate.h504 bool has_error_code, u32 error_code);
Dx86.c626 bool has_error_code, u32 error_code, in kvm_queue_exception_vmexit() argument
634 ex->has_error_code = has_error_code; in kvm_queue_exception_vmexit()
693 vcpu->arch.exception.has_error_code = has_error; in kvm_multiple_exception()
5200 events->exception.has_error_code = ex->has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events()
5285 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events()
10014 vcpu->arch.exception.has_error_code &= is_protmode(vcpu); in kvm_inject_exception()
10017 vcpu->arch.exception.has_error_code, in kvm_inject_exception()
11175 ex->has_error_code, ex->error_code, in kvm_arch_vcpu_ioctl_run()
11450 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument
11458 has_error_code, error_code); in kvm_task_switch()
Demulate.c2920 bool has_error_code, u32 error_code) in emulator_do_task_switch() argument
3006 if (has_error_code) { in emulator_do_task_switch()
3021 bool has_error_code, u32 error_code) in emulator_task_switch() argument
3030 has_error_code, error_code); in emulator_task_switch()
/Linux-v6.6/arch/x86/kvm/svm/
Dsvm.h611 bool has_error_code, u32 error_code);
Dnested.c466 if (vcpu->arch.exception.has_error_code) { in nested_save_pending_event_to_vmcb12()
1402 if (ex->has_error_code) in nested_svm_inject_exception_vmexit()
Dsvm.c479 | (ex->has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_inject_exception()
2516 bool has_error_code = false; in task_switch_interception() local
2540 has_error_code = true; in task_switch_interception()
2567 has_error_code, error_code); in task_switch_interception()
/Linux-v6.6/arch/x86/kvm/vmx/
Dnested.c2831 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in nested_check_vm_entry_controls() local
2853 if (CC(has_error_code != should_have_error_code)) in nested_check_vm_entry_controls()
2857 if (CC(has_error_code && in nested_check_vm_entry_controls()
3766 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event()
3881 if (ex->has_error_code && is_protmode(vcpu)) { in nested_vmx_inject_exception_vmexit()
Dvmx.c1803 if (ex->has_error_code) { in vmx_inject_exception()
5684 bool has_error_code = false; in handle_task_switch() local
5709 has_error_code = true; in handle_task_switch()
5734 reason, has_error_code, error_code); in handle_task_switch()
/Linux-v6.6/Documentation/virt/kvm/
Dapi.rst1088 __u8 has_error_code;