Lines Matching refs:G364State
35 typedef struct G364State { struct
53 } G364State; argument
71 static inline int check_dirty(G364State *s, DirtyBitmapSnapshot *snap, ram_addr_t page) in check_dirty()
76 static void g364fb_draw_graphic8(G364State *s) in g364fb_draw_graphic8()
219 static void g364fb_draw_blank(G364State *s) in g364fb_draw_blank()
243 G364State *s = opaque; in g364fb_update_display()
269 G364State *s = opaque; in g364fb_invalidate_display()
275 static void g364fb_reset(G364State *s) in g364fb_reset()
297 G364State *s = opaque; in g364fb_ctrl_read()
336 static void g364fb_update_depth(G364State *s) in g364fb_update_depth()
342 static void g364_invalidate_cursor_position(G364State *s) in g364_invalidate_cursor_position()
361 G364State *s = opaque; in g364fb_ctrl_write()
444 G364State *s = opaque; in g364fb_post_load()
459 VMSTATE_BUFFER_UNSAFE(color_palette, G364State, 0, 256 * 3),
460 VMSTATE_BUFFER_UNSAFE(cursor_palette, G364State, 0, 9),
461 VMSTATE_UINT16_ARRAY(cursor, G364State, 512),
462 VMSTATE_UINT32(cursor_position, G364State),
463 VMSTATE_UINT32(ctla, G364State),
464 VMSTATE_UINT32(top_of_screen, G364State),
465 VMSTATE_UINT32(width, G364State),
466 VMSTATE_UINT32(height, G364State),
476 static void g364fb_init(DeviceState *dev, G364State *s) in g364fb_init()
493 G364State g364;
499 G364State *s = &sbs->g364; in g364fb_sysbus_realize()
525 VMSTATE_STRUCT(g364, G364SysBusState, 2, vmstate_g364fb, G364State),