···180180181181 /* Are we being ptraced? */182182 mfctl %cr30, %r1183183- LDREG TI_TASK(%r1),%r1184184- ldw TASK_PTRACE(%r1), %r1185185- bb,<,n %r1,31,.Ltracesys183183+ LDREG TI_FLAGS(%r1),%r1184184+ ldi _TIF_SYSCALL_TRACE_MASK, %r19185185+ and,COND(=) %r1, %r19, %r0186186+ b,n .Ltracesys186187187188 /* Note! We cannot use the syscall table that is mapped188189 nearby since the gateway page is mapped execute-only. */