/openbmc/linux/arch/x86/entry/ |
H A D | entry_64.S | 331 .macro idtentry_body cfunc has_error_code:req 349 .if \has_error_code == 1 372 .macro idtentry vector asmsym cfunc has_error_code:req 377 UNWIND_HINT_IRET_ENTRY offset=\has_error_code*8 signal=0 379 UNWIND_HINT_IRET_ENTRY offset=\has_error_code*8 386 .if \has_error_code == 0 404 idtentry_body \cfunc \has_error_code 421 idtentry \vector asm_\cfunc \cfunc has_error_code=1 429 idtentry \vector asm_\cfunc \cfunc has_error_code=0 477 idtentry_body noist_\cfunc, has_error_code=0 [all …]
|
H A D | entry_32.S | 622 .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
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
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()
|
/openbmc/qemu/target/i386/hvf/ |
H A D | hvf.c | 352 env->has_error_code = false; in hvf_store_events() 376 env->has_error_code = true; in hvf_store_events() 696 env->has_error_code = true; in hvf_vcpu_exec()
|
H A D | x86hvf.c | 387 if (env->has_error_code) { in hvf_inject_interrupts()
|
H A D | x86_emu.c | 671 env->has_error_code = true; in raise_exception()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 650 int has_error_code, new_stack, shift; in do_interrupt_protected() local 657 has_error_code = 0; in do_interrupt_protected() 659 has_error_code = exception_has_error_code(intno); in do_interrupt_protected() 706 if (has_error_code) { in do_interrupt_protected() 799 push_size = 6 + (new_stack << 2) + (has_error_code << 1); in do_interrupt_protected() 828 if (has_error_code) { in do_interrupt_protected() 845 if (has_error_code) { in do_interrupt_protected() 931 int has_error_code, new_stack; in do_interrupt64() local 937 has_error_code = 0; in do_interrupt64() 939 has_error_code = exception_has_error_code(intno); in do_interrupt64() [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | idtentry.h | 468 idtentry vector asm_##func func has_error_code=0 471 idtentry vector asm_##func func has_error_code=1
|
H A D | kvm_host.h | 708 bool has_error_code; member 1985 int reason, bool has_error_code, u32 error_code);
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 338 __u8 has_error_code; member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 338 __u8 has_error_code; member
|
/openbmc/linux/arch/x86/kvm/ |
H A D | kvm_emulate.h | 504 bool has_error_code, u32 error_code);
|
H A D | x86.c | 626 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() 5205 events->exception.has_error_code = ex->has_error_code; in kvm_vcpu_ioctl_x86_get_vcpu_events() 5290 vcpu->arch.exception.has_error_code = events->exception.has_error_code; in kvm_vcpu_ioctl_x86_set_vcpu_events() 10032 vcpu->arch.exception.has_error_code &= is_protmode(vcpu); in kvm_inject_exception() 10035 vcpu->arch.exception.has_error_code, in kvm_inject_exception() 11192 ex->has_error_code, ex->error_code, in kvm_arch_vcpu_ioctl_run() 11467 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() argument 11475 has_error_code, error_code); in kvm_task_switch()
|
H A D | emulate.c | 2920 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()
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 337 __u8 has_error_code; member
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.h | 613 bool has_error_code, u32 error_code);
|
H A D | nested.c | 455 if (vcpu->arch.exception.has_error_code) { in nested_save_pending_event_to_vmcb12() 1391 if (ex->has_error_code) in nested_svm_inject_exception_vmexit()
|
H A D | svm.c | 481 | (ex->has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_inject_exception() 2525 bool has_error_code = false; in task_switch_interception() local 2549 has_error_code = true; in task_switch_interception() 2576 has_error_code, error_code); in task_switch_interception()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 5023 events.exception.has_error_code = env->has_error_code; in kvm_put_vcpu_events() 5093 env->has_error_code = events.exception.has_error_code; in kvm_get_vcpu_events() 5590 env->has_error_code = 0; in kvm_arch_process_async_events() 5813 env->has_error_code = 0; in kvm_handle_debug()
|
/openbmc/qemu/qga/ |
H A D | commands-linux.c | 1757 result->has_error_code = false; in transfer_memory_block() 1769 result->has_error_code = true; in transfer_memory_block()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 2846 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in nested_check_vm_entry_controls() local 2868 if (CC(has_error_code != should_have_error_code)) in nested_check_vm_entry_controls() 2872 if (CC(has_error_code && in nested_check_vm_entry_controls() 3781 if (vcpu->arch.exception.has_error_code) { in vmcs12_save_pending_event() 3896 if (ex->has_error_code && is_protmode(vcpu)) { in nested_vmx_inject_exception_vmexit()
|
H A D | vmx.c | 1816 if (ex->has_error_code) { in vmx_inject_exception() 5702 bool has_error_code = false; in handle_task_switch() local 5727 has_error_code = true; in handle_task_switch() 5752 reason, has_error_code, error_code); in handle_task_switch()
|
/openbmc/qemu/target/i386/ |
H A D | machine.c | 1729 VMSTATE_UINT8(env.has_error_code, X86CPU),
|
H A D | cpu.h | 1995 uint8_t has_error_code; member
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 1088 __u8 has_error_code;
|