Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dexception.c185 static unsigned char exception_to_signal[] = { variable
389 if (info->vector < ARRAY_SIZE(exception_to_signal)) in x86_exception()
390 signo = exception_to_signal[info->vector]; in x86_exception()