Home
last modified time | relevance | path

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

/openbmc/qemu/target/avr/
H A Dhelper.c227 data = 0xff & (env->rampX >> 16); in helper_inb()
279 env->rampX = (data & 0xff) << 16; in helper_outb()
H A Dmachine.c112 VMSTATE_SINGLE(env.rampX, AVRCPU, 0, vms_rampX, uint32_t),
H A Dcpu.c95 env->rampX = 0; in avr_cpu_reset_hold()
182 qemu_fprintf(f, "rampX: %02x\n", env->rampX >> 16); in avr_cpu_dump_state()
H A Dcpu.h122 uint32_t rampX; /* 0x00ff0000 8 bits */ member
H A Dtranslate.c140 cpu_rampX = tcg_global_mem_new_i32(tcg_env, AVR_REG_OFFS(rampX), "rampX"); in avr_cpu_tcg_init()