/qemu/pc-bios/optionrom/ |
H A D | linuxboot.S | 51 mov %bx, %cx 62 pushw %cx /* CS */ 105 xor %cx, %cx 110 or %cx, %cx 114 mov %ax, %cx 120 addw $1024, %cx /* add 1 MB */ 121 movzwl %cx, %edi
|
H A D | linuxboot_dma.c | 100 uint16_t ax, bx, cx, dx; in get_e801_addr() local 104 : "=a"(ax), "=b"(bx), "=c"(cx), "=d"(dx) in get_e801_addr() 110 if (cx == 0 && dx == 0) { in get_e801_addr() 111 cx = ax; in get_e801_addr() 128 ret = ((uint32_t)cx + 1024 /* 1M in K */) << 10; in get_e801_addr()
|
H A D | pvh.S | 74 mov %cx, %gs
|
H A D | multiboot.S | 51 mov %cx, %gs
|
H A D | kvmvapic.S | 22 mov $vapic_size/2, %cx
|
/qemu/hw/s390x/ |
H A D | s390-stattrib.c | 81 int cx, len; in hmp_info_cmma() local 98 for (cx = 0; cx < len; cx++) { in hmp_info_cmma() 99 if (cx % 8 == 7) { in hmp_info_cmma() 100 monitor_printf(mon, "%02x\n", vals[cx]); in hmp_info_cmma() 102 monitor_printf(mon, "%02x", vals[cx]); in hmp_info_cmma() 206 int r, cx, reallen = 0, ret = 0; in cmma_save() local 229 for (cx = 0; cx < reallen; cx++) { in cmma_save() 230 qemu_put_byte(f, buf[cx]); in cmma_save()
|
/qemu/target/ppc/ |
H A D | cpu-models.c | 502 POWERPC_DEF("750cx_v1.0", CPU_POWERPC_750CX_v10, 750cx, 504 POWERPC_DEF("750cx_v2.0", CPU_POWERPC_750CX_v20, 750cx, 506 POWERPC_DEF("750cx_v2.1", CPU_POWERPC_750CX_v21, 750cx, 508 POWERPC_DEF("750cx_v2.2", CPU_POWERPC_750CX_v22, 750cx, 510 POWERPC_DEF("750cxe_v2.1", CPU_POWERPC_750CXE_v21, 750cx, 512 POWERPC_DEF("750cxe_v2.2", CPU_POWERPC_750CXE_v22, 750cx, 514 POWERPC_DEF("750cxe_v2.3", CPU_POWERPC_750CXE_v23, 750cx, 516 POWERPC_DEF("750cxe_v2.4", CPU_POWERPC_750CXE_v24, 750cx, 518 POWERPC_DEF("750cxe_v2.4b", CPU_POWERPC_750CXE_v24b, 750cx, 520 POWERPC_DEF("750cxe_v3.0", CPU_POWERPC_750CXE_v30, 750cx, [all …]
|
H A D | cpu_init.c | 3860 POWERPC_FAMILY(750cx)(ObjectClass *oc, const void *data)
|
/qemu/hw/display/ |
H A D | artist.c | 1250 int cx, cy, cursor_pos_x, cursor_pos_y; in artist_draw_cursor() local 1264 for (cx = 0; cx < s->cursor_width; cx++) { in artist_draw_cursor() 1267 cursor_pos_x + cx < 0 || in artist_draw_cursor() 1269 cursor_pos_x + cx > buf->width) { in artist_draw_cursor() 1274 (cursor_pos_x + cx); in artist_draw_cursor() 1276 if (cursor0->data[cy * cursor0->width + cx]) { in artist_draw_cursor() 1279 if (cursor1->data[cy * cursor1->width + cx]) { in artist_draw_cursor()
|
H A D | vga.c | 1197 int cx, cy, cheight, cw, ch, cattr, height, width, ch_attr; in vga_draw_text() local 1299 for(cx = 0; cx < width; cx++) { in vga_draw_text() 1305 if (cx < cx_min) in vga_draw_text() 1306 cx_min = cx; in vga_draw_text() 1307 if (cx > cx_max) in vga_draw_text() 1308 cx_max = cx; in vga_draw_text()
|
/qemu/ui/ |
H A D | vnc-enc-tight.c | 754 int cx, cy; in extend_solid_area() local 771 for ( cx = *x_ptr - 1; in extend_solid_area() 772 cx >= x && check_solid_tile(vs, cx, *y_ptr, 1, *h_ptr, &color, true); in extend_solid_area() 773 cx-- ); in extend_solid_area() 774 *w_ptr += *x_ptr - (cx + 1); in extend_solid_area() 775 *x_ptr = cx + 1; in extend_solid_area() 778 for ( cx = *x_ptr + *w_ptr; in extend_solid_area() 779 cx < x + w && in extend_solid_area() 780 check_solid_tile(vs, cx, *y_ptr, 1, *h_ptr, &color, true); in extend_solid_area() 781 cx++ ); in extend_solid_area() [all …]
|
/qemu/target/i386/emulate/ |
H A D | x86.h | 57 uint16_t cx; member
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 673 #define XXSEL (OPCD(60) | (3 << 4) | 0xf) /* v2.06, force ax=bx=cx=tx=1 */
|