Home
last modified time | relevance | path

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

/openbmc/qemu/target/xtensa/
H A Dwin_helper.c40 memcpy(env->regs + window, env->phys_regs + phys, in copy_window_from_phys()
44 memcpy(env->regs + window, env->phys_regs + phys, in copy_window_from_phys()
46 memcpy(env->regs + window + n1, env->phys_regs, in copy_window_from_phys()
56 memcpy(env->phys_regs + phys, env->regs + window, in copy_phys_from_window()
60 memcpy(env->phys_regs + phys, env->regs + window, in copy_phys_from_window()
62 memcpy(env->phys_regs, env->regs + window + n1, in copy_phys_from_window()
H A Dgdbstub.c87 return gdb_get_reg32(mem_buf, env->phys_regs[(reg->targno & 0xff) in xtensa_cpu_gdb_read_register()
143 env->phys_regs[(reg->targno & 0xff) % env->config->nareg] = tmp; in xtensa_cpu_gdb_write_register()
H A Dcpu.h515 uint32_t phys_regs[MAX_NAREG]; member
H A Dtranslate.c1270 qemu_fprintf(f, "AR%02d=%08x ", i, env->phys_regs[i]); in xtensa_cpu_dump_state()
/openbmc/qemu/linux-user/
H A Delfload.c1995 (*regs)[TARGET_REG_AR0 + i] = tswapreg(env->phys_regs[i]); in elf_core_copy_regs()