Searched refs:_panic (Results 1 – 3 of 3) sorted by relevance
| /kernel/include/ |
| A D | debug.h | 82 void _panic(void *caller, void *frame, const char *fmt, ...) __PRINTFLIKE(3, 4) __NO_RETURN; 84 #define panic(x...) _panic(__GET_CALLER(), __GET_FRAME(), x)
|
| /kernel/lib/debug/ |
| A D | debug.cpp | 30 void _panic(void* caller, void* frame, const char* fmt, ...) { in _panic() function
|
| /kernel/lib/lockdep/ |
| A D | lock_dep.cpp | 166 _panic(caller_address, caller_frame, in SystemLockValidationFatal()
|
Completed in 9 milliseconds