Home
last modified time | relevance | path

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

/openbmc/qemu/target/avr/
H A Dhelper.c34 CPUAVRState *env = cpu_env(cs); in avr_cpu_exec_interrupt()
72 CPUAVRState *env = cpu_env(cs); in avr_cpu_do_interrupt()
160 void helper_sleep(CPUAVRState *env) in helper_sleep()
168 void helper_unsupported(CPUAVRState *env) in helper_unsupported()
184 void helper_debug(CPUAVRState *env) in helper_debug()
192 void helper_break(CPUAVRState *env) in helper_break()
200 void helper_wdr(CPUAVRState *env) in helper_wdr()
215 target_ulong helper_inb(CPUAVRState *env, uint32_t port) in helper_inb()
264 void helper_outb(CPUAVRState *env, uint32_t port, uint32_t data) in helper_outb()
314 target_ulong helper_fullrd(CPUAVRState *env, uint32_t addr) in helper_fullrd()
[all …]
H A Dcpu.h134 } CPUAVRState; typedef
145 CPUAVRState env;
175 static inline int avr_feature(CPUAVRState *env, AVRFeature feature) in avr_feature()
180 static inline void set_avr_feature(CPUAVRState *env, int feature) in set_avr_feature()
194 static inline void cpu_get_tb_cpu_state(CPUAVRState *env, vaddr *pc, in cpu_get_tb_cpu_state()
212 static inline int cpu_interrupts_enabled(CPUAVRState *env) in cpu_interrupts_enabled()
217 static inline uint8_t cpu_get_sreg(CPUAVRState *env) in cpu_get_sreg()
229 static inline void cpu_set_sreg(CPUAVRState *env, uint8_t sreg) in cpu_set_sreg()
H A Dmachine.c28 CPUAVRState *env = opaque; in get_sreg()
39 CPUAVRState *env = opaque; in put_sreg()
110 VMSTATE_SINGLE(env, AVRCPU, 0, vms_sreg, CPUAVRState),
H A Dcpu.c74 CPUAVRState *env = &cpu->env; in avr_cpu_reset_hold()
128 CPUAVRState *env = &cpu->env; in avr_cpu_set_int()
164 CPUAVRState *env = cpu_env(cs); in avr_cpu_dump_state()
275 CPUAVRState *env = cpu_env(CPU(obj)); in avr_avr5_initfn()
303 CPUAVRState *env = cpu_env(CPU(obj)); in avr_avr51_initfn()
332 CPUAVRState *env = cpu_env(CPU(obj)); in avr_avr6_initfn()
H A Dgdbstub.c27 CPUAVRState *env = cpu_env(cs); in avr_cpu_gdb_read_register()
56 CPUAVRState *env = cpu_env(cs); in avr_cpu_gdb_write_register()
H A Dtranslate.c86 CPUAVRState *env;
128 #define AVR_REG_OFFS(x) offsetof(CPUAVRState, x) in avr_cpu_tcg_init()