Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c331 uint32_t next_eip, bool has_error_code, in switch_tss_ra() argument
599 if (has_error_code) { in switch_tss_ra()
630 uint32_t next_eip, bool has_error_code, in switch_tss() argument
634 has_error_code, error_code, 0); in switch_tss()
692 int has_error_code, new_stack, shift; in do_interrupt_protected() local
699 has_error_code = 0; in do_interrupt_protected()
701 has_error_code = exception_has_error_code(intno); in do_interrupt_protected()
748 has_error_code, error_code); in do_interrupt_protected()
824 push_size = 6 + (new_stack << 2) + (has_error_code << 1); in do_interrupt_protected()
853 if (has_error_code) { in do_interrupt_protected()
[all …]
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c381 env->has_error_code = false; in hvf_store_events()
405 env->has_error_code = true; in hvf_store_events()
983 env->has_error_code = true; in hvf_vcpu_exec()
H A Dx86hvf.c387 if (env->has_error_code) { in hvf_inject_interrupts()
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h337 __u8 has_error_code; member
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c5070 events.exception.has_error_code = env->has_error_code; in kvm_put_vcpu_events()
5140 env->has_error_code = events.exception.has_error_code; in kvm_get_vcpu_events()
5637 env->has_error_code = 0; in kvm_arch_process_async_events()
5861 env->has_error_code = 0; in kvm_handle_debug()
/openbmc/qemu/qga/
H A Dcommands-linux.c1784 result->has_error_code = false; in transfer_memory_block()
1796 result->has_error_code = true; in transfer_memory_block()
/openbmc/qemu/target/i386/emulate/
H A Dx86_emu.c670 env->has_error_code = true; in x86_emul_raise_exception()
/openbmc/qemu/target/i386/
H A Dmachine.c1728 VMSTATE_UINT8(env.has_error_code, X86CPU),
H A Dcpu.h2097 uint8_t has_error_code; member