Searched refs:panic_caller (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.c109 unsigned long panic_caller; variable
198 panic_caller = 0;
325 /* panic_caller is initialized to 0. If set, don't change it */
326 if ( ! panic_caller )
327 panic_caller = (unsigned long)(char *)__builtin_return_address(0);
330 kdb_printf("panic(cpu %d caller 0x%lx): ", (unsigned) paniccpu, panic_caller);
354 /* panic_caller is initialized to 0. If set, don't change it */
355 if ( ! panic_caller )
356 panic_caller = (unsigned long)(char *)__builtin_return_address(0);
359 kdb_printf("panic(cpu %d caller 0x%lx): ", (unsigned) paniccpu, panic_caller);
[all...]
H A Ddebug.h154 extern int unsigned long panic_caller;
/darwin-on-arm/xnu/osfmk/console/
H A Dpanic_dialog.c158 unsigned long o_panic_caller = panic_caller;
162 panic_caller = (unsigned long)(char *)__builtin_return_address(0);
170 panic_caller = o_panic_caller;
218 if ( panic_caller != 0 ) {
234 nibble = (int)((panic_caller >> ((count-1)<<2)) &0xF);
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c1285 if (kdp_snapshot && (!panic_active()) && (panic_caller == 0)) {

Completed in 35 milliseconds