Home
last modified time | relevance | path

Searched defs:exception_has_error_code (Results 1 – 2 of 2) sorted by relevance

/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
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c627 int exception_has_error_code(int intno) in exception_has_error_code() function