Searched refs:codes (Results 1 – 21 of 21) sorted by relevance
/qemu/chardev/ |
H A D | wctablet.c | 124 uint8_t codes[8] = { 0xe0, 0, 0, 0, 0, 0, 0 }; in wctablet_queue_event() local 133 codes[0] = codes[0] | WC_H2(newX); in wctablet_queue_event() 134 codes[1] = codes[1] | WC_M7(newX); in wctablet_queue_event() 135 codes[2] = codes[2] | WC_L7(newX); in wctablet_queue_event() 137 codes[3] = codes[3] | WC_H2(nexY); in wctablet_queue_event() 138 codes[4] = codes[4] | WC_M7(nexY); in wctablet_queue_event() 139 codes[5] = codes[5] | WC_L7(nexY); in wctablet_queue_event() 142 codes[0] = 0xa0; in wctablet_queue_event() 145 wctablet_queue_output(tablet, codes, 7); in wctablet_queue_event() 275 uint8_t codes[7] = { in wctablet_chr_write() local [all …]
|
/qemu/ui/ |
H A D | input-keymap.c | 65 int *codes) in qemu_input_key_value_to_scancode() argument 74 codes[count++] = 0xe1; in qemu_input_key_value_to_scancode() 75 codes[count++] = 0x1d | v; in qemu_input_key_value_to_scancode() 76 codes[count++] = 0x45 | v; in qemu_input_key_value_to_scancode() 80 codes[count++] = SCANCODE_EMUL0; in qemu_input_key_value_to_scancode() 86 codes[count++] = keycode; in qemu_input_key_value_to_scancode()
|
/qemu/include/ui/ |
H A D | input.h | 53 int *codes);
|
/qemu/docs/specs/ |
H A D | acpi_nvdimm.rst | 210 | | | | return status codes | 215 | | | | - other codes follow Chapter 3 in |
|
H A D | rocker.rst | 604 Possible status return codes in descriptor on completion are:: 653 Possible status return codes in descriptor on completion are:: 910 Possible status return codes in descriptor on completion are:: 990 Possible status return codes in descriptor on completion are::
|
H A D | ppc-spapr-hotplug.rst | 52 defined as being "location codes", which are the "location labels" of each
|
/qemu/docs/system/loongarch/ |
H A D | virt.rst | 36 initrd, and linux kernel. And those source codes and binary files
|
/qemu/docs/system/riscv/ |
H A D | sifive_u.rst | 85 When given, QEMU's ROM codes jump to QSPI memory-mapped flash directly. 99 ROM and provided by QEMU. Note QEMU implemented ROM codes are not the
|
/qemu/docs/tools/ |
H A D | qemu-img.rst | 343 Other exit codes indicate the kind of inconsistency found or if another error 344 occurred. The following table summarizes all exit codes of the check subcommand: 357 If ``-r`` is specified, exit codes representing the image state refer to the 407 in case the images differ. Other exit codes mean an error occurred during 409 The following table summarizes all exit codes of the compare subcommand:
|
/qemu/docs/devel/ |
H A D | tcg.rst | 166 condition codes on x86, delay slots on SPARC, conditional execution on
|
H A D | tcg-ops.rst | 1021 codes. TCG will be able to use host registers to store them. 1034 x86 guest uses it to improve the condition codes optimisation.
|
/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1587 /* Conditional moves on floating-point codes */ 2644 /* hint codes 24-31 are reserved and signal RI */ 2671 /* hint codes 24-31 are reserved and signal RI */
|
/qemu/qapi/ |
H A D | ui.json | 1429 # codes match their position on non-Mac keyboards and you can use
|
/qemu/target/s390x/ |
H A D | cpu_features_def.h.inc | 140 DEF_FEAT(DIAG_318, "diag318", SCLP_FAC134, 0, "Control program name and version codes")
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 427 /* Condition codes that result from a COMPARE and COMPARE LOGICAL. */ 443 /* Condition codes that result from a LOAD AND TEST. Here, we have no
|
/qemu/docs/about/ |
H A D | removed-features.rst | 1295 …ntent/www/us/en/content-details/781327/intel-is-discontinuing-ip-ordering-codes-listed-in-pdn2312-…
|
/qemu/docs/devel/testing/ |
H A D | main.rst | 149 #ifdef in the codes. If the whole test suite cannot run on Windows, disable
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 539 /* Condition codes to be added to OPC_JCC_{long,short}. */ 909 /* Generate dest op= src. Uses the same ARITH_* codes as tgen_arithi. */
|
/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 26 * size (X86_SIZE_*) codes used in the manual. There are a few differences
|
H A D | emit.c.inc | 2346 /* Note: gen_compute_eflags() only gives the condition codes */
|
/qemu/ |
H A D | qemu-options.hx | 2221 key codes match their position on non-Mac
|