Home
last modified time | relevance | path

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

/openbmc/qemu/target/avr/
H A Dhelper.c230 data = 0xff & (env->rampZ >> 16); in helper_inb()
286 env->rampZ = (data & 0xff) << 16; in helper_outb()
H A Dmachine.c114 VMSTATE_SINGLE(env.rampZ, AVRCPU, 0, vms_rampZ, uint32_t),
H A Dcpu.c93 env->rampZ = 0; in avr_cpu_reset_hold()
173 qemu_fprintf(f, "rampZ: %02x\n", env->rampZ >> 16); in avr_cpu_dump_state()
H A Dcpu.h122 uint32_t rampZ; /* 0x00ff0000 8 bits */ member
H A Dtranslate.c141 cpu_rampZ = tcg_global_mem_new_i32(tcg_env, AVR_REG_OFFS(rampZ), "rampZ"); in avr_cpu_tcg_init()