Lines Matching defs:cpu
970 const uint32_t cpu = packet.GetU32(&offset);
972 s.Printf(" (cpu = %u, flavor = %u)", cpu, flavor);
976 const uint32_t cpu = packet.GetU32(&offset);
979 s.Printf(" (cpu = %u, flavor = %u, regs = \n", cpu, flavor);
1016 const uint32_t cpu = packet.GetU32(&offset);
1056 s.Printf("{ cpu = 0x%8.8x, exc = %s (%u), code = %u (0x%8.8x), "
1058 cpu, exc_cstr, exc, code, code, subcode, subcode);
1167 uint32_t CommunicationKDP::SendRequestReadRegisters(uint32_t cpu,
1174 // Size is header + 4 byte cpu and 4 byte flavor
1177 request_packet.PutHex32(cpu);
1198 "failed to read kdp registers for cpu %u flavor %u (error %u)", cpu,
1202 "failed to read kdp registers for cpu %u flavor %u", cpu, flavor);
1209 uint32_t CommunicationKDP::SendRequestWriteRegisters(uint32_t cpu,
1217 // Size is header + 4 byte cpu and 4 byte flavor
1220 request_packet.PutHex32(cpu);
1230 "failed to read kdp registers for cpu %u flavor %u (error %u)", cpu,