Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dhelper-tcg.h113 int exception_has_error_code(int intno);
H A Dseg_helper.c669 int exception_has_error_code(int intno) in exception_has_error_code() function
701 has_error_code = exception_has_error_code(intno); in do_interrupt_protected()
964 has_error_code = exception_has_error_code(intno); in do_interrupt64()
/openbmc/qemu/target/i386/tcg/system/
H A Dseg_helper.c101 if (!rm && exception_has_error_code(intno)) { in handle_even_inj()