Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dsoc.h25 extern int soc_get_exception(void);
/kernel/linux/linux-5.10/arch/c6x/kernel/
Dsoc.c16 int soc_get_exception(void) in soc_get_exception() function
Dtraps.c298 while ((evt = soc_get_exception()) >= 0) in process_eexcept()