Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/kernel/
Dbugs.c6 void check_other_bugs(void) in check_other_bugs() function
17 check_other_bugs(); in check_bugs()
Dsuspend.c50 check_other_bugs(); in cpu_suspend()
Dsmp.c470 check_other_bugs(); in secondary_start_kernel()
/linux-5.19.10/arch/arm/include/asm/
Dbugs.h14 extern void check_other_bugs(void);
17 #define check_other_bugs() do { } while (0) macro