Home | History | Annotate | Download | only in mips

Lines Matching refs:REGISTERS

33 // If configured to do so, dump memory around *all* registers
38 ALOGE("cannot get registers: %s\n", strerror(errno));
45 // skip uninteresting registers
67 ALOGE("cannot get registers: %s\n", strerror(errno));
71 _LOG(log, logtype::REGISTERS, " zr %08" PRIxPTR " at %08" PRIxPTR
74 _LOG(log, logtype::REGISTERS, " a0 %08" PRIxPTR " a1 %08" PRIxPTR
77 _LOG(log, logtype::REGISTERS, " t0 %08" PRIxPTR " t1 %08" PRIxPTR
80 _LOG(log, logtype::REGISTERS, " t4 %08" PRIxPTR " t5 %08" PRIxPTR
83 _LOG(log, logtype::REGISTERS, " s0 %08" PRIxPTR " s1 %08" PRIxPTR
86 _LOG(log, logtype::REGISTERS, " s4 %08" PRIxPTR " s5 %08" PRIxPTR
89 _LOG(log, logtype::REGISTERS, " t8 %08" PRIxPTR " t9 %08" PRIxPTR
92 _LOG(log, logtype::REGISTERS, " gp %08" PRIxPTR " sp %08" PRIxPTR
95 _LOG(log, logtype::REGISTERS, " hi %08" PRIxPTR " lo %08" PRIxPTR