Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/entry/
H A Dentry_64.S331 .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 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
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
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()
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c352 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 Dx86hvf.c387 if (env->has_error_code) { in hvf_inject_interrupts()
H A Dx86_emu.c671 env->has_error_code = true; in raise_exception()
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c650 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 Didtentry.h468 idtentry vector asm_##func func has_error_code=0
471 idtentry vector asm_##func func has_error_code=1
H A Dkvm_host.h708 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 Dkvm.h338 __u8 has_error_code; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm.h338 __u8 has_error_code; member
/openbmc/linux/arch/x86/kvm/
H A Dkvm_emulate.h504 bool has_error_code, u32 error_code);
H A 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()
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 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()
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h337 __u8 has_error_code; member
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.h613 bool has_error_code, u32 error_code);
H A Dnested.c455 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 Dsvm.c481 | (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 Dkvm.c5023 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 Dcommands-linux.c1757 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 Dnested.c2846 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 Dvmx.c1816 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 Dmachine.c1729 VMSTATE_UINT8(env.has_error_code, X86CPU),
H A Dcpu.h1995 uint8_t has_error_code; member
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst1088 __u8 has_error_code;