Lines Matching refs:DBG

45 #define DBG(LEVEL, ...) \  macro
49 #define DBG(LEVEL, ...) macro
81 DBG(2,"restore_sigcontext: iaoq is %#lx / %#lx\n", in restore_sigcontext()
83 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()
129 DBG(1,"sys_rt_sigreturn: compat_frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn()
135 DBG(1,"sys_rt_sigreturn: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn()
142 DBG(1,"sys_rt_sigreturn: frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn()
146 DBG(1,"sys_rt_sigreturn: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn()
160 DBG(1,"sys_rt_sigreturn: returning to %#lx, DUMPING REGS:\n", regs->iaoq[0]); in sys_rt_sigreturn()
166 DBG(1,"sys_rt_sigreturn: Sending SIGSEGV\n"); in sys_rt_sigreturn()
181 DBG(1,"get_sigframe: ka = %#lx, sp = %#lx, frame_size = %#lx\n", in get_sigframe()
189 DBG(1,"get_sigframe: Returning sp = %#lx\n", (unsigned long)sp); in get_sigframe()
209 DBG(1,"setup_sigcontext: iaoq %#lx / %#lx (in syscall)\n", in setup_sigcontext()
214 DBG(1,"setup_sigcontext: iaoq %#lx / %#lx (not in syscall)\n", in setup_sigcontext()
222 DBG(1,"setup_sigcontext: r28 is %ld\n", regs->gr[28]); in setup_sigcontext()
244 DBG(1,"SETUP_RT_FRAME: START\n"); in setup_rt_frame()
245 DBG(1,"setup_rt_frame: frame %p info %p\n", frame, ksig->info); in setup_rt_frame()
253 DBG(1,"setup_rt_frame: frame->info = 0x%p\n", &compat_frame->info); in setup_rt_frame()
256 DBG(1,"setup_rt_frame: frame->uc = 0x%p\n", &compat_frame->uc); in setup_rt_frame()
257 DBG(1,"setup_rt_frame: frame->uc.uc_mcontext = 0x%p\n", &compat_frame->uc.uc_mcontext); in setup_rt_frame()
265 DBG(1,"setup_rt_frame: frame->info = 0x%p\n", &frame->info); in setup_rt_frame()
268 DBG(1,"setup_rt_frame: frame->uc = 0x%p\n", &frame->uc); in setup_rt_frame()
269 DBG(1,"setup_rt_frame: frame->uc.uc_mcontext = 0x%p\n", &frame->uc.uc_mcontext); in setup_rt_frame()
296 DBG(1,"setup_rt_frame: Flushing 64 bytes at space %#x offset %p\n", in setup_rt_frame()
344 DBG(1,"setup_rt_frame: 64 bit signal, exe=%#lx, r19=%#lx, in_syscall=%d\n", in setup_rt_frame()
400 DBG(1,"setup_rt_frame: making sigreturn frame: %#lx + %#lx = %#lx\n", in setup_rt_frame()
407 DBG(1,"setup_rt_frame: sig deliver (%s,%d) frame=0x%p sp=%#lx iaoq=%#lx/%#lx rp=%#lx\n", in setup_rt_frame()
424 DBG(1,"handle_signal: sig=%ld, ka=%p, info=%p, oldset=%p, regs=%p\n", in handle_signal()
433 DBG(1,KERN_DEBUG "do_signal: Exit (success), regs->gr[28] = %ld\n", in handle_signal()
496 DBG(1,"ERESTARTNOHAND: returning -EINTR\n"); in syscall_restart()
502 DBG(1,"ERESTARTSYS: putting -EINTR\n"); in syscall_restart()
582 DBG(1,"\ndo_signal: regs=0x%p, sr7 %#lx, in_syscall=%d\n", in do_signal()
586 DBG(3,"do_signal: signr = %d, regs->gr[28] = %ld\n", signr, regs->gr[28]); in do_signal()
599 DBG(1,"do_signal: Exit (not delivered), regs->gr[28] = %ld\n", in do_signal()