Home | History | Annotate | Download | only in qemu

Lines Matching refs:VDEState

1539 typedef struct VDEState {
1542 } VDEState;
1546 VDEState *s = opaque;
1558 VDEState *s = vc->opaque;
1570 VDEState *s = vc->opaque;
1580 VDEState *s;
1590 s = qemu_mallocz(sizeof(VDEState));