Home
last modified time | relevance | path

Searched refs:gpr_map (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dgdbstub.c503 static const int gpr_map[16] = { variable
508 static const int gpr_map[8] = {0, 1, 2, 3, 4, 5, 6, 7}; variable
516 GET_REGL(env->regs[gpr_map[n]]); in cpu_gdb_read_register()
565 env->regs[gpr_map[i]] = ldtul_p(mem_buf); in cpu_gdb_write_register()