Home
last modified time | relevance | path

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

/openbmc/qemu/target/xtensa/
H A Dgdbstub.c49 for (i = 0; config->gdb_regmap.reg[i].targno >= 0; ++i) { in xtensa_count_regs()
87 return gdb_get_reg32(mem_buf, env->phys_regs[(reg->targno & 0xff) in xtensa_cpu_gdb_read_register()
91 return gdb_get_reg32(mem_buf, env->sregs[reg->targno & 0xff]); in xtensa_cpu_gdb_read_register()
94 return gdb_get_reg32(mem_buf, env->uregs[reg->targno & 0xff]); in xtensa_cpu_gdb_read_register()
97 i = reg->targno & 0x0f; in xtensa_cpu_gdb_read_register()
111 return gdb_get_reg32(mem_buf, env->regs[reg->targno & 0x0f]); in xtensa_cpu_gdb_read_register()
143 env->phys_regs[(reg->targno & 0xff) % env->config->nareg] = tmp; in xtensa_cpu_gdb_write_register()
148 env->sregs[reg->targno & 0xff] = tmp; in xtensa_cpu_gdb_write_register()
152 env->uregs[reg->targno & 0xff] = tmp; in xtensa_cpu_gdb_write_register()
158 env->fregs[reg->targno & 0x0f].f32[FP_F32_LOW] = make_float32(tmp); in xtensa_cpu_gdb_write_register()
[all …]
H A Doverlay_tool.h30 .targno = (no), \
36 #define XTREG_END { .targno = -1 },
H A Dcpu.h332 int targno; member
/openbmc/qemu/target/xtensa/core-dc233c/
H A Dgdb-config.c.inc24 /* idx ofs bi sz al targno flags cp typ group name */