Home
last modified time | relevance | path

Searched refs:vms_avr_cpu (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/avr/
H A Dmachine.c99 const VMStateDescription vms_avr_cpu = { variable
H A Dcpu.h165 extern const struct VMStateDescription vms_avr_cpu;
H A Dcpu.c239 dc->vmsd = &vms_avr_cpu; in avr_cpu_class_init()