Home | History | Annotate | Download | only in qemu

Lines Matching refs:gdb_regs

1366             for (r = QTAILQ_FIRST(&cpus)->gdb_regs; r; r = r->next) {
1392 for (r = cpu->gdb_regs; r; r = r->next) {
1408 for (r = cpu->gdb_regs; r; r = r->next) {
1436 p = &cpu->gdb_regs;