Home
last modified time | relevance | path

Searched defs:vc (Results 1 – 14 of 14) sorted by relevance

/qemu/ui/
H A Dgtk.c147 VirtualConsole *vc; in gd_vc_find_by_menu() local
162 VirtualConsole *vc; in gd_vc_find_by_page() local
193 static void gd_update_cursor(VirtualConsole *vc) in gd_update_cursor()
248 VirtualConsole *vc = &s->vc[i]; in gd_update_caption() local
263 static void gd_update_geometry_hints(VirtualConsole *vc) in gd_update_geometry_hints()
330 void gd_update_windowsize(VirtualConsole *vc) in gd_update_windowsize()
342 static void gd_update_full_redraw(VirtualConsole *vc) in gd_update_full_redraw()
359 VirtualConsole *vc = gd_vc_find_current(s); in gtk_release_modifiers() local
377 static void *gd_win32_get_hwnd(VirtualConsole *vc) in gd_win32_get_hwnd()
392 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_update() local
[all …]
H A Dgtk-egl.c27 static void gtk_egl_set_scanout_mode(VirtualConsole *vc, bool scanout) in gtk_egl_set_scanout_mode()
47 void gd_egl_init(VirtualConsole *vc) in gd_egl_init()
66 void gd_egl_draw(VirtualConsole *vc) in gd_egl_draw()
133 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_update() local
149 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_refresh() local
190 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_switch() local
220 VirtualConsole *vc = container_of(dgc, VirtualConsole, gfx.dgc); in gd_egl_create_context() local
229 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_disable() local
243 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_texture() local
270 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_dmabuf() local
[all …]
H A Dgtk-gl-area.c21 static void gtk_gl_area_set_scanout_mode(VirtualConsole *vc, bool scanout) in gtk_gl_area_set_scanout_mode()
40 void gd_gl_area_draw(VirtualConsole *vc) in gd_gl_area_draw()
112 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_gl_area_update() local
126 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_gl_area_refresh() local
159 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_gl_area_switch() local
202 VirtualConsole *vc = container_of(dgc, VirtualConsole, gfx.dgc); in gd_gl_area_create_context() local
260 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_gl_area_scanout_texture() local
282 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_gl_area_scanout_disable() local
290 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_gl_area_scanout_flush() local
305 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_gl_area_scanout_dmabuf() local
H A Dconsole-vc.c419 static void vc_put_lf(VCChardev *vc) in vc_put_lf()
468 static void vc_handle_escape(VCChardev *vc) in vc_handle_escape()
561 static void vc_update_xy(VCChardev *vc, int x, int y) in vc_update_xy()
588 static void vc_clear_xy(VCChardev *vc, int x, int y) in vc_clear_xy()
601 static void vc_put_one(VCChardev *vc, int ch) in vc_put_one()
619 static void vc_respond_str(VCChardev *vc, const char *buf) in vc_respond_str()
627 static void vc_set_cursor(VCChardev *vc, int x, int y) in vc_set_cursor()
654 static void vc_csi_P(struct VCChardev *vc, unsigned int nr) in vc_csi_P()
695 static void vc_csi_at(struct VCChardev *vc, unsigned int nr) in vc_csi_at()
733 static void vc_save_cursor(VCChardev *vc) in vc_save_cursor()
[all …]
H A Dspice-app.c75 VCChardevClass *vc = CHARDEV_VC_GET_CLASS(chr); in vc_chr_open() local
106 VCChardevClass *vc = CHARDEV_VC_CLASS(oc); in char_vc_class_init() local
H A Dconsole.c1581 const char *vc = "vc:80Cx24C"; in qemu_display_get_vc() local
/qemu/target/alpha/
H A Dtranslate.c679 static void gen_cvtlq(TCGv vc, TCGv vb) in gen_cvtlq()
718 TCGv vb, vc; in IEEE_ARITH2() local
739 TCGv vb, vc; in gen_ieee_intcvt() local
784 TCGv va, vb, vc; in gen_ieee_arith3() local
816 TCGv va, vb, vc; in IEEE_ARITH3() local
878 static void gen_ext_h(DisasContext *ctx, TCGv vc, TCGv va, int rb, bool islit, in gen_ext_h()
900 static void gen_ext_l(DisasContext *ctx, TCGv vc, TCGv va, int rb, bool islit, in gen_ext_l()
920 static void gen_ins_h(DisasContext *ctx, TCGv vc, TCGv va, int rb, bool islit, in gen_ins_h()
956 static void gen_ins_l(DisasContext *ctx, TCGv vc, TCGv va, int rb, bool islit, in gen_ins_l()
983 static void gen_msk_h(DisasContext *ctx, TCGv vc, TCGv va, int rb, bool islit, in gen_msk_h()
[all …]
/qemu/backends/
H A Ddbus-vmstate.c491 VMStateIfClass *vc = VMSTATE_IF_CLASS(oc); in dbus_vmstate_class_init() local
/qemu/include/ui/
H A Dgtk.h121 VirtualConsole vc[MAX_VCS]; member
H A Dconsole.h443 const char *vc; member
/qemu/hw/core/
H A Dqdev.c737 VMStateIfClass *vc = VMSTATE_IF_CLASS(class); in device_class_init() local
/qemu/hw/net/
H A Dvmxnet3.c2483 VMXNET3Class *vc = VMXNET3_DEVICE_GET_CLASS(qdev); in vmxnet3_realize() local
2498 VMXNET3Class *vc = VMXNET3_DEVICE_CLASS(class); in vmxnet3_class_init() local
/qemu/system/
H A Dvl.c1393 const char *vc = qemu_display_get_vc(&dpy); in qemu_create_default_devices() local
/qemu/target/ppc/
H A Dfpu_helper.c3394 float64 psum, va, vb, vc, vd; in vsxger16() local