Searched refs:exception_has_error_code (Results 1 – 2 of 2) sorted by relevance
116 static u32 exception_has_error_code = BIT(DF_VECTOR) | BIT(TS_VECTOR) | in x86_exception_has_error_code() local120 return (1U << vector) & exception_has_error_code; in x86_exception_has_error_code()
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()