Searched refs:exception_has_error_code (Results 1 – 4 of 4) sorted by relevance
112 int exception_has_error_code(int intno);
627 int exception_has_error_code(int intno) in exception_has_error_code() function659 has_error_code = exception_has_error_code(intno); in do_interrupt_protected()939 has_error_code = exception_has_error_code(intno); in do_interrupt64()
176 static u32 exception_has_error_code = BIT(DF_VECTOR) | BIT(TS_VECTOR) | in x86_exception_has_error_code() local180 return (1U << vector) & exception_has_error_code; in x86_exception_has_error_code()
101 if (!rm && exception_has_error_code(intno)) { in handle_even_inj()