/qemu/hw/i386/ |
H A D | vmmouse.c | 70 uint8_t absolute; member 119 if (s->absolute) { in vmmouse_mouse_event() 149 static void vmmouse_update_handler(VMMouseState *s, int absolute) in vmmouse_update_handler() argument 154 if (s->absolute != absolute) { in vmmouse_update_handler() 155 s->absolute = absolute; in vmmouse_update_handler() 160 s, s->absolute, in vmmouse_update_handler() 175 vmmouse_update_handler(s, s->absolute); in vmmouse_read_id() 271 vmmouse_update_handler(s, s->absolute); in vmmouse_post_load() 285 VMSTATE_UINT8(absolute, VMMouseState),
|
/qemu/include/qemu/ |
H A D | datadir.h | 15 * @name: Relative or absolute file name 17 * If @name exists on disk as an absolute path, or a path relative
|
/qemu/target/s390x/ |
H A D | mmu_helper.c | 84 * Translate real address to absolute (= physical) 112 * or absolute". Also, "it is unpredictable whether the address wraps in read_table_entry() 115 * We treat them as absolute addresses and don't wrap them. in read_table_entry() 307 * We expect to be called with an absolute address that has already been in mmu_handle_skey() 375 * Translate a virtual (logical) address into a physical (absolute) address. 457 /* Convert real address -> absolute address */ in mmu_translate() 472 * to absolute addresses. This function is used for TCG and old KVM without 571 * Translate a real address into a physical (absolute) address.
|
/qemu/ui/ |
H A D | spice-input.c | 113 bool absolute; member 229 if (pointer->absolute == is_absolute) { in mouse_mode_notifier() 238 pointer->absolute = is_absolute; in mouse_mode_notifier() 256 pointer->absolute = false; in qemu_spice_input_init()
|
H A D | input-legacy.c | 191 void *opaque, int absolute, in qemu_add_mouse_event_handler() argument 200 s->qemu_put_mouse_event_absolute = absolute; in qemu_add_mouse_event_handler() 204 (absolute ? INPUT_EVENT_MASK_ABS : INPUT_EVENT_MASK_REL); in qemu_add_mouse_event_handler()
|
/qemu/include/hw/xen/interface/io/ |
H A D | kbdif.h | 52 * Backends, which support reporting of absolute coordinates for pointer 64 * Backends, which support reporting raw (unscaled) absolute coordinates 123 * Request backend to report absolute pointer coordinates 134 * Request backend to report raw unscaled absolute pointer coordinates. 288 * Pointer absolute position event 306 * abs_x - int32_t, absolute X position (in FB pixels) 307 * abs_y - int32_t, absolute Y position (in FB pixels) 370 * abs_x - int32_t, absolute X position, in pixels 371 * abs_y - int32_t, absolute Y position, in pixels 403 * abs_x - int32_t, absolute X position, in pixels, [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | 202 | 82 'mode': 'absolute-paths', 91 'mode': 'absolute-paths',
|
H A D | 126 | 97 # in a sense always absolute paths, so such paths will never be combined with 104 # such paths absolute, whereas in another, they are still relative.)
|
/qemu/scripts/coverage/ |
H A D | compare_gcov_json.py | 44 root_dir = json_file_path.absolute().parent 51 resolved_path = Path(file_path).absolute()
|
/qemu/docs/tools/ |
H A D | qemu-trace-stap.rst | 39 If *BINARY* is not an absolute path, it will be located by searching 68 If *BINARY* is not an absolute path, it will be located by searching
|
/qemu/tests/tcg/alpha/system/ |
H A D | boot.S | 310 /* Compute absolute values. */ 350 /* Compute absolute values. */ 443 /* Compute absolute values. */ 484 /* Compute absolute values. */
|
/qemu/qapi/ |
H A D | ui.json | 108 # - 'INT' where INT is the absolute time in seconds 112 # recommended to use the absolute time version of the @time 811 # @absolute: true if this device supports absolute coordinates as 818 'absolute': 'bool'} } 837 # "absolute":false 843 # "absolute":true 1090 # @data: Absolute position data. 1135 # @value: Pointer position. For absolute coordinates the valid range 1178 # @abs: an absolute pointer motion input event 1304 # :title: Move mouse pointer to absolute coordinates
|
/qemu/docs/interop/ |
H A D | barrier.rst | 103 ``x``, ``y`` = entering screen absolute coordinates 277 Absolute mouse moved. 279 ``x``, ``y`` = absolute screen coordinates
|
/qemu/hw/net/ |
H A D | e1000_regs.h | 86 #define E1000_RADV 0x0282C /* RX Interrupt Absolute Delay Timer - RW */ 103 #define E1000_TADV 0x0382C /* TX Interrupt Absolute Delay Val - RW */ 116 #define E1000_ICRXATC 0x04108 /* Interrupt Cause Rx Absolute Timer Expire Count */ 118 #define E1000_ICTXATC 0x04110 /* Interrupt Cause Tx Absolute Timer Expire Count */
|
/qemu/include/hw/rtc/ |
H A D | pl031.h | 33 * absolute value of the rtc_clock is different on the source and
|
/qemu/docs/ |
H A D | conf.py | 36 # This is always the absolute path of the docs/ directory in the source tree. 44 # documentation root, use an absolute path starting from qemu_docdir. 187 # because Sphinx's include:: directive doesn't work with absolute paths
|
/qemu/tests/tcg/xtensa/ |
H A D | Makefile.softmmu-target | 25 ASFLAGS = -Wa,--no-absolute-literals
|
/qemu/include/hw/input/ |
H A D | hid.h | 11 int32_t xdx, ydy; /* relative iff it's a mouse, otherwise absolute */
|
/qemu/util/ |
H A D | path.c | 41 /* Only do absolute paths: quick and dirty, but should mostly be OK. */ in path()
|
/qemu/hw/usb/ |
H A D | dev-hid.c | 469 0x81, 0x02, /* Input (Data, Variable, Absolute) */ 499 0x81, 0x02, /* Input (Data, Variable, Absolute) */ 512 0x81, 0x02, /* Input (Data, Variable, Absolute) */ 537 0x81, 0x02, /* Input (Data, Variable, Absolute) */ 546 0x91, 0x02, /* Output (Data, Variable, Absolute) */
|
H A D | dev-wacom.c | 86 0x81, 0x02, /* Input (Data, Variable, Absolute) */ 114 0x81, 0x02, /* Input (Data, Variable, Absolute) */ 119 0x81, 0x02, /* Input (Data, Variable, Absolute) */
|
H A D | u2f.c | 132 0x81, 0x02, /* Input (Data, Variable, Absolute) */ 138 0x91, 0x02, /* Output (Data, Variable, Absolute) */
|
/qemu/target/hexagon/imported/ |
H A D | alu.idef | 177 "Absolute Value register", { RdV = fABS(RsV); }) 197 "Absolute Value register", { RddV = fABS(RssV); }) 863 "Absolute Value vector of words", 872 "Absolute Value vector of words", 886 "Absolute Differences: vector of words", 895 "Absolute Differences: vector of halfwords", 904 "Absolute Differences: vector of halfwords", 913 "Absolute Differences: vector of halfwords", 924 "Sum of Absolute Differences: vector of unsigned bytes", 937 "Sum of Absolute Differences: vector of unsigned bytes",
|
/qemu/include/hw/s390x/ipl/ |
H A D | qipl.h | 24 * The QEMU IPL Parameters will be stored at absolute address
|
/qemu/include/hw/timer/ |
H A D | npcm7xx_timer.h | 43 * @expires_ns: Absolute virtual expiration time.
|