Home
last modified time | relevance | path

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

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