Home
last modified time | relevance | path

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

/openbmc/qemu/target/avr/
H A Dgdbstub.c36 uint8_t sreg = cpu_get_sreg(env); in avr_cpu_gdb_read_register()
H A Dmachine.c40 uint8_t sreg = cpu_get_sreg(env); in put_sreg()
H A Dcpu.h217 static inline uint8_t cpu_get_sreg(CPUAVRState *env) in cpu_get_sreg() function
H A Dhelper.c242 data = cpu_get_sreg(env); in helper_inb()