Searched refs:RAMFBState (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/include/hw/display/ |
| H A D | ramfb.h | 7 typedef struct RAMFBState RAMFBState; typedef 8 void ramfb_display_update(QemuConsole *con, RAMFBState *s); 9 RAMFBState *ramfb_setup(bool romfile, Error **errp);
|
| /openbmc/qemu/hw/display/ |
| H A D | ramfb.c | 33 struct RAMFBState { struct 82 RAMFBState *s = dev; in ramfb_fw_cfg_write() 106 void ramfb_display_update(QemuConsole *con, RAMFBState *s) in ramfb_display_update() 133 VMSTATE_BUFFER_UNSAFE(cfg, RAMFBState, 0, sizeof(RAMFBCfg)), 138 RAMFBState *ramfb_setup(bool romfile, Error **errp) in ramfb_setup() 141 RAMFBState *s; in ramfb_setup() 148 s = g_new0(RAMFBState, 1); in ramfb_setup()
|
| H A D | ramfb-stubs.c | 7 void ramfb_display_update(QemuConsole *con, RAMFBState *s) in ramfb_display_update() 11 RAMFBState *ramfb_setup(bool romfile, Error **errp) in ramfb_setup()
|
| H A D | ramfb-standalone.c | 18 RAMFBState *state; 59 VMSTATE_STRUCT_POINTER(state, RAMFBStandaloneState, ramfb_vmstate, RAMFBState),
|
| /openbmc/qemu/hw/vfio/ |
| H A D | vfio-display.h | 26 RAMFBState *ramfb;
|
| H A D | display.c | 576 VMSTATE_STRUCT_POINTER(ramfb, VFIODisplay, ramfb_vmstate, RAMFBState),
|