Home
last modified time | relevance | path

Searched refs:common_exception_return (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dxtensa_ksyms.c121 extern long common_exception_return;
122 EXPORT_SYMBOL(common_exception_return); variable
H A Dstacktrace.c21 /* Address of common_exception_return, used to check the
24 extern int common_exception_return;
144 if (pc == (unsigned long)&common_exception_return) { in xtensa_backtrace_kernel()
H A Dentry.S474 .global common_exception_return
475 common_exception_return: label
2072 j common_exception_return
2086 j common_exception_return
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dstacktrace.c22 /* Address of common_exception_return, used to check the
25 extern int common_exception_return;
145 if (pc == (unsigned long)&common_exception_return) { in xtensa_backtrace_kernel()
H A Dentry.S480 .global common_exception_return
481 common_exception_return: label
2156 j common_exception_return
2170 j common_exception_return

Completed in 5 milliseconds