Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dne2000.h38 extern const VMStateDescription vmstate_ne2000;
H A Dne2000-pci.c44 VMSTATE_STRUCT(ne2000, PCINE2000State, 0, vmstate_ne2000, NE2000State),
H A Dne2000-isa.c57 VMSTATE_STRUCT(ne2000, ISANE2000State, 0, vmstate_ne2000, NE2000State),
H A Dne2000.c604 const VMStateDescription vmstate_ne2000 = { variable