Home
last modified time | relevance | path

Searched refs:exception_has_error_code (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dhelper-tcg.h112 int exception_has_error_code(int intno);
H A Dseg_helper.c627 int exception_has_error_code(int intno) in exception_has_error_code() function
659 has_error_code = exception_has_error_code(intno); in do_interrupt_protected()
939 has_error_code = exception_has_error_code(intno); in do_interrupt64()
/openbmc/linux/arch/x86/kvm/
H A Dx86.h176 static u32 exception_has_error_code = BIT(DF_VECTOR) | BIT(TS_VECTOR) | in x86_exception_has_error_code() local
180 return (1U << vector) & exception_has_error_code; in x86_exception_has_error_code()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dseg_helper.c101 if (!rm && exception_has_error_code(intno)) { in handle_even_inj()