Lines Matching refs:DBG

43 #define DBG(LEVEL, ...) \  macro
47 #define DBG(LEVEL, ...) macro
80 DBG(2,"restore_sigcontext: iaoq is %#lx / %#lx\n", in restore_sigcontext()
82 DBG(2,"restore_sigcontext: r28 is %ld\n", regs->gr[28]); in restore_sigcontext()
106 DBG(2,"sys_rt_sigreturn: frame is %p\n", frame); in sys_rt_sigreturn()
114 DBG(2,"sys_rt_sigreturn: ELF32 process.\n"); in sys_rt_sigreturn()
130 DBG(1,"sys_rt_sigreturn: compat_frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn()
136 DBG(1,"sys_rt_sigreturn: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn()
143 DBG(1,"sys_rt_sigreturn: frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn()
147 DBG(1,"sys_rt_sigreturn: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn()
161 DBG(1,"sys_rt_sigreturn: returning to %#lx, DUMPING REGS:\n", regs->iaoq[0]); in sys_rt_sigreturn()
167 DBG(1,"sys_rt_sigreturn: Sending SIGSEGV\n"); in sys_rt_sigreturn()
182 DBG(1,"get_sigframe: ka = %#lx, sp = %#lx, frame_size = %#lx\n", in get_sigframe()
190 DBG(1,"get_sigframe: Returning sp = %#lx\n", (unsigned long)sp); in get_sigframe()
210 DBG(1,"setup_sigcontext: iaoq %#lx / %#lx (in syscall)\n", in setup_sigcontext()
215 DBG(1,"setup_sigcontext: iaoq %#lx / %#lx (not in syscall)\n", in setup_sigcontext()
223 DBG(1,"setup_sigcontext: r28 is %ld\n", regs->gr[28]); in setup_sigcontext()
245 DBG(1,"SETUP_RT_FRAME: START\n"); in setup_rt_frame()
246 DBG(1,"setup_rt_frame: frame %p info %p\n", frame, ksig->info); in setup_rt_frame()
254 DBG(1,"setup_rt_frame: frame->info = 0x%p\n", &compat_frame->info); in setup_rt_frame()
257 DBG(1,"setup_rt_frame: frame->uc = 0x%p\n", &compat_frame->uc); in setup_rt_frame()
258 DBG(1,"setup_rt_frame: frame->uc.uc_mcontext = 0x%p\n", &compat_frame->uc.uc_mcontext); in setup_rt_frame()
266 DBG(1,"setup_rt_frame: frame->info = 0x%p\n", &frame->info); in setup_rt_frame()
269 DBG(1,"setup_rt_frame: frame->uc = 0x%p\n", &frame->uc); in setup_rt_frame()
270 DBG(1,"setup_rt_frame: frame->uc.uc_mcontext = 0x%p\n", &frame->uc.uc_mcontext); in setup_rt_frame()
297 DBG(1,"setup_rt_frame: Flushing 64 bytes at space %#x offset %p\n", in setup_rt_frame()
345 DBG(1,"setup_rt_frame: 64 bit signal, exe=%#lx, r19=%#lx, in_syscall=%d\n", in setup_rt_frame()
401 DBG(1,"setup_rt_frame: making sigreturn frame: %#lx + %#lx = %#lx\n", in setup_rt_frame()
408 DBG(1,"setup_rt_frame: sig deliver (%s,%d) frame=0x%p sp=%#lx iaoq=%#lx/%#lx rp=%#lx\n", in setup_rt_frame()
425 DBG(1,"handle_signal: sig=%ld, ka=%p, info=%p, oldset=%p, regs=%p\n", in handle_signal()
434 DBG(1,KERN_DEBUG "do_signal: Exit (success), regs->gr[28] = %ld\n", in handle_signal()
448 DBG(1,"ERESTARTNOHAND: returning -EINTR\n"); in syscall_restart()
454 DBG(1,"ERESTARTSYS: putting -EINTR\n"); in syscall_restart()
543 DBG(1,"\ndo_signal: regs=0x%p, sr7 %#lx, in_syscall=%d\n", in do_signal()
547 DBG(3,"do_signal: signr = %d, regs->gr[28] = %ld\n", signr, regs->gr[28]); in do_signal()
560 DBG(1,"do_signal: Exit (not delivered), regs->gr[28] = %ld\n", in do_signal()