Home
last modified time | relevance | path

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

/kernel/include/
A Ddebug.h82 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 Ddebug.cpp30 void _panic(void* caller, void* frame, const char* fmt, ...) { in _panic() function
/kernel/lib/lockdep/
A Dlock_dep.cpp166 _panic(caller_address, caller_frame, in SystemLockValidationFatal()

Completed in 9 milliseconds