Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 31) sorted by relevance

12

/qemu/hw/i386/
H A Dvmmouse.c70 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/ui/
H A Dspice-input.c113 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 Dinput-legacy.c228 void *opaque, int absolute, in qemu_add_mouse_event_handler() argument
237 s->qemu_put_mouse_event_absolute = absolute; in qemu_add_mouse_event_handler()
241 (absolute ? INPUT_EVENT_MASK_ABS : INPUT_EVENT_MASK_REL); in qemu_add_mouse_event_handler()
H A Dvnc.c1774 int absolute = qemu_input_is_absolute(vs->vd->dcl.con); in check_pointer_type_change() local
1776 if (vnc_has_feature(vs, VNC_FEATURE_POINTER_TYPE_CHANGE) && vs->absolute != absolute) { in check_pointer_type_change()
1781 vnc_framebuffer_update(vs, absolute, 0, in check_pointer_type_change()
1788 vs->absolute = absolute; in check_pointer_type_change()
1809 if (vs->absolute) { in pointer_event()
2138 vs->absolute = -1; in set_encodings()
H A Dvnc.h282 int absolute; member
H A Dui-hmp-cmds.c94 mouse->value->absolute ? " (absolute)" : ""); in hmp_info_mice()
H A Dinput.c612 info->absolute = s->handler->mask & INPUT_EVENT_MASK_ABS; in qmp_query_mice()
H A Dcocoa.m313 * pointing device an absolute-position one?"], but is only updated on
317 * and whether we capture the mouse when in non-absolute mode.
/qemu/scripts/coverage/
H A Dcompare_gcov_json.py44 root_dir = json_file_path.absolute().parent
51 resolved_path = Path(file_path).absolute()
/qemu/tests/tcg/xtensa/
H A DMakefile.softmmu-target25 ASFLAGS = -Wa,--no-absolute-literals
/qemu/docs/tools/
H A Dqemu-trace-stap.rst39 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/qapi/
H A Dui.json108 # - 'INT' where INT is the absolute time in seconds
112 # recommended to use the absolute time version of the @time
813 # @absolute: true if this device supports absolute coordinates as
820 'absolute': 'bool'} }
1136 # @value: Pointer position. For absolute coordinates the valid range
1179 # @abs: an absolute pointer motion input event
1304 # 3. Move mouse pointer to absolute coordinates (20000, 400).
H A Dqom.json83 # supported paths--absolute and partial paths.
88 # like absolute filenames and are prefixed with a leading slash.
93 # the composition tree, the partial path is matched as an absolute
109 # 1. Use absolute path
H A Dblock-core.json1485 # @absolute-paths: QEMU should create a new image with absolute paths
1492 'data': [ 'existing', 'absolute-paths' ] }
1514 # 'absolute-paths'.
1652 # 'absolute-paths'.
2173 # 'absolute-paths'.
3975 # @path: absolute path to image file in gluster volume
/qemu/docs/interop/
H A Dbarrier.rst103 ``x``, ``y`` = entering screen absolute coordinates
279 ``x``, ``y`` = absolute screen coordinates
H A Dqemu-ga.rst67 Specify the directory to store state information (absolute paths only,
H A Dprl-xml.txt126 absolute.
H A Dqed_spec.txt45 …hin the first ''header_size'' clusters. The backing filename may be an absolute path or relative …
/qemu/tests/qemu-iotests/
H A D185.out15 'mode': 'absolute-paths' } }
28 'mode': 'absolute-paths' } }
/qemu/target/hexagon/imported/mmvec/
H A Dext.idef1303 "Vector absolute value of words",
1308 "Vector absolute value of words",
1314 "Vector absolute value of words",
1319 "Vector absolute value of words",
1329 "Vector absolute value of words",
1334 "Vector absolute value of words",
1484 "Vector absolute value of words",
1489 "Vector absolute value of words",
1495 "Vector absolute value of words",
1500 "Vector absolute value of words",
[all …]
/qemu/include/ui/
H A Dconsole.h76 void *opaque, int absolute,
/qemu/docs/system/devices/
H A Dusb.rst108 Pointer device that uses absolute coordinates (like a touchscreen).
/qemu/docs/system/s390x/
H A Dvfio-ap.rst262 * An absolute hex string starting with 0x - like "0x12345678" - sets
611 Where the ``$path-to-mdev`` value specifies the absolute path to a mediated
/qemu/target/arm/tcg/
H A Dsve.decode1472 ## SVE2 integer absolute difference and accumulate long
1498 ## SVE2 integer absolute difference and accumulate
/qemu/tcg/i386/
H A Dtcg-target.c.inc722 mode for absolute addresses, ~RM is the size of the immediate operand
733 the 32-bit-mode absolute addressing encoding. */
742 /* Try for an absolute address encoding. This requires the
763 that would be used for (%ebp) indicates absolute addressing. */

12