Lines Matching refs:DBG
44 #define DBG(LEVEL, ...) \ macro
48 #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()
105 DBG(2,"sys_rt_sigreturn: frame is %p\n", frame); in sys_rt_sigreturn()
113 DBG(2,"sys_rt_sigreturn: ELF32 process.\n"); in sys_rt_sigreturn()
128 DBG(1,"sys_rt_sigreturn: compat_frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn()
134 DBG(1,"sys_rt_sigreturn: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn()
141 DBG(1,"sys_rt_sigreturn: frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn()
145 DBG(1,"sys_rt_sigreturn: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn()
159 DBG(1,"sys_rt_sigreturn: returning to %#lx, DUMPING REGS:\n", regs->iaoq[0]); in sys_rt_sigreturn()
165 DBG(1,"sys_rt_sigreturn: Sending SIGSEGV\n"); in sys_rt_sigreturn()
180 DBG(1,"get_sigframe: ka = %#lx, sp = %#lx, frame_size = %#lx\n", in get_sigframe()
188 DBG(1,"get_sigframe: Returning sp = %#lx\n", (unsigned long)sp); in get_sigframe()
208 DBG(1,"setup_sigcontext: iaoq %#lx / %#lx (in syscall)\n", in setup_sigcontext()
213 DBG(1,"setup_sigcontext: iaoq %#lx / %#lx (not in syscall)\n", in setup_sigcontext()
221 DBG(1,"setup_sigcontext: r28 is %ld\n", regs->gr[28]); in setup_sigcontext()
250 DBG(1,"SETUP_RT_FRAME: START\n"); in setup_rt_frame()
251 DBG(1,"setup_rt_frame: frame %p info %p\n", frame, ksig->info); in setup_rt_frame()
262 DBG(1,"setup_rt_frame: frame->info = 0x%p\n", &compat_frame->info); in setup_rt_frame()
265 DBG(1,"setup_rt_frame: frame->uc = 0x%p\n", &compat_frame->uc); in setup_rt_frame()
266 DBG(1,"setup_rt_frame: frame->uc.uc_mcontext = 0x%p\n", &compat_frame->uc.uc_mcontext); in setup_rt_frame()
274 DBG(1,"setup_rt_frame: frame->info = 0x%p\n", &frame->info); in setup_rt_frame()
277 DBG(1,"setup_rt_frame: frame->uc = 0x%p\n", &frame->uc); in setup_rt_frame()
278 DBG(1,"setup_rt_frame: frame->uc.uc_mcontext = 0x%p\n", &frame->uc.uc_mcontext); in setup_rt_frame()
343 DBG(1,"setup_rt_frame: 64 bit signal, exe=%#lx, r19=%#lx, in_syscall=%d\n", in setup_rt_frame()
394 DBG(1,"setup_rt_frame: making sigreturn frame: %#lx + %#lx = %#lx\n", in setup_rt_frame()
401 DBG(1,"setup_rt_frame: sig deliver (%s,%d) frame=0x%p sp=%#lx iaoq=%#lx/%#lx rp=%#lx\n", in setup_rt_frame()
418 DBG(1,"handle_signal: sig=%ld, ka=%p, info=%p, oldset=%p, regs=%p\n", in handle_signal()
427 DBG(1,KERN_DEBUG "do_signal: Exit (success), regs->gr[28] = %ld\n", in handle_signal()
490 DBG(1,"ERESTARTNOHAND: returning -EINTR\n"); in syscall_restart()
495 DBG(1,"ERESTARTSYS: putting -EINTR\n"); in syscall_restart()
575 DBG(1,"\ndo_signal: regs=0x%p, sr7 %#lx, in_syscall=%d\n", in do_signal()
579 DBG(3,"do_signal: signr = %d, regs->gr[28] = %ld\n", signr, regs->gr[28]); in do_signal()
592 DBG(1,"do_signal: Exit (not delivered), regs->gr[28] = %ld\n", in do_signal()