Searched defs:vcon (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/char/ |
H A D | virtio-console.c | 44 VirtConsole *vcon = opaque; in chr_write_unblocked() local 55 VirtConsole *vcon = VIRTIO_CONSOLE(port); in flush_buf() local 113 VirtConsole *vcon = VIRTIO_CONSOLE(port); in set_guest_connected() local 128 VirtConsole *vcon = VIRTIO_CONSOLE(port); in guest_writable() local 136 VirtConsole *vcon = opaque; in chr_can_read() local 144 VirtConsole *vcon = opaque; in chr_read() local 153 VirtConsole *vcon = opaque; in chr_event() local 178 VirtConsole *vcon = opaque; in chr_be_change() local 202 VirtConsole *vcon = VIRTIO_CONSOLE(port); in virtconsole_enable_backend() local 223 VirtConsole *vcon = VIRTIO_CONSOLE(dev); in virtconsole_realize() local [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | rmwcc.h | 48 #define GEN_BINARY_RMWcc_6(op, var, cc, vcon, _val, arg0) \ argument 52 #define GEN_BINARY_RMWcc_5(op, var, cc, vcon, val) \ argument 61 #define GEN_BINARY_SUFFIXED_RMWcc(op, suffix, var, cc, vcon, _val, clobbers...)\ argument
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | rmwcc.h | 18 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
|
/openbmc/qemu/ui/ |
H A D | gtk.c | 595 void gd_hw_gl_flushed(void *vcon) in gd_hw_gl_flushed()
|