Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/ !
Dx86.h207 static u32 exception_has_error_code = BIT(DF_VECTOR) | BIT(TS_VECTOR) | in x86_exception_has_error_code() local
211 return (1U << vector) & exception_has_error_code; in x86_exception_has_error_code()