Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
A Dx86.h177 static u32 exception_has_error_code = BIT(DF_VECTOR) | BIT(TS_VECTOR) | in x86_exception_has_error_code() local
181 return (1U << vector) & exception_has_error_code; in x86_exception_has_error_code()

Completed in 4 milliseconds