Home
last modified time | relevance | path

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

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