| /qemu/hw/gpio/ |
| A D | omap_gpio.c | 35 uint16_t inputs; member 58 uint16_t prev = s->inputs; in omap_gpio_set() 61 s->inputs |= 1 << line; in omap_gpio_set() 63 s->inputs &= ~(1 << line); in omap_gpio_set() 65 if (((s->edge & s->inputs & ~prev) | (~s->edge & ~s->inputs & prev)) & in omap_gpio_set() 84 return s->inputs & s->pins; in omap_gpio_read() 184 s->inputs = 0; in omap_gpio_reset()
|
| /qemu/hw/intc/ |
| A D | omap_intc.c | 33 uint32_t inputs; member 119 rise &= ~bank->inputs; in omap_set_intr() 121 bank->inputs |= (1 << n); in omap_set_intr() 130 bank->inputs &= ~(1 << n); in omap_set_intr() 225 bank->irqs &= value | (bank->inputs & bank->sens_edge); in omap_inth_write() 325 s->bank[i].inputs = 0x00000000; in omap_inth_reset()
|
| /qemu/tests/qtest/ |
| A D | pnv-host-i2c-test.c | 194 uint8_t inputs; in pnv_i2c_pca9554_read_pins() local 198 inputs = recv_buf[0]; in pnv_i2c_pca9554_read_pins() 199 return inputs; in pnv_i2c_pca9554_read_pins() 296 uint16_t inputs; in pnv_i2c_pca9552_read_pins() local 300 inputs = recv_buf[0]; in pnv_i2c_pca9552_read_pins() 304 inputs |= recv_buf[0] << 8; in pnv_i2c_pca9552_read_pins() 305 return inputs; in pnv_i2c_pca9552_read_pins()
|
| /qemu/ui/ |
| A D | input-linux.c | 69 static QTAILQ_HEAD(, InputLinux) inputs = QTAILQ_HEAD_INITIALIZER(inputs); 86 QTAILQ_FOREACH(item, &inputs, next) { in input_linux_toggle_grab() 406 QTAILQ_INSERT_TAIL(&inputs, il, next); in input_linux_complete() 423 QTAILQ_REMOVE(&inputs, il, next); in input_linux_instance_finalize()
|
| /qemu/docs/devel/testing/ |
| A D | fuzzing.rst | 11 Fuzzing operates by passing inputs to an entry point/target function. The 58 time you run libFuzzer, it will read all of the inputs from the corpus, and 60 libFuzzer loads existing inputs from all specified directories, but will only 63 * ``-max_len=4096`` : specify the maximum byte-length of the inputs libFuzzer 74 fuzzers to share information about the interesting inputs they find. 97 1. Configure libFuzzer to store a corpus of all interesting inputs (see 105 to execute all of the inputs in $CORPUS_DIR and exit. Once the process 130 modify the qtest commands and/or qtest command arguments based on inputs 170 inputs for individual devices. As such, it is usually a good idea to limit the
|
| A D | ci-definitions.rst.inc | 17 like inputs and expected results, are set up;
|
| /qemu/tests/qapi-schema/ |
| A D | enum-int-member.json | 2 # FIXME: once the parser understands integer inputs, improve the error message
|
| A D | bad-type-int.json | 2 # FIXME: once the parser understands integer inputs, improve the error message
|
| /qemu/pc-bios/ |
| A D | petalogix-s3adsp1800.dts | 216 xlnx,all-inputs = <0x00>; 217 xlnx,all-inputs-2 = <0x00>; 264 xlnx,num-intr-inputs = <0x04>;
|
| A D | petalogix-ml605.dts | 240 xlnx,num-intr-inputs = < 0x06 >;
|
| /qemu/docs/system/ |
| A D | barrier.rst | 8 there is no way to provide the keyboard and mouse inputs to the VM
|
| A D | replay.rst | 90 designed to allow deterministic execution in absence of external inputs
|
| /qemu/docs/devel/ |
| A D | replay.rst | 53 designed to allow deterministic execution in absence of external inputs 85 non-determinism. These are inputs from clock and peripheral devices, 233 It includes all non-deterministic inputs of VM, synchronization marks and 234 instruction counts used to correctly inject inputs at replay.
|
| A D | clocks.rst | 17 Clocks are typically used with devices where they are used to model inputs 62 All clocks contain this state: outputs as well as inputs. This allows 96 Note that it is possible to create a static array describing clock inputs and 202 get the clock inputs or outputs of a device. For example: 403 (i.e. it has period zero). If the inputs imply a tick count that
|
| A D | tcg-ops.rst | 54 a variable number of outputs and inputs. 476 accepts 0 <= *pos* <= N as inputs. The backend code generator will 477 not see either 0 or N as inputs for these opcodes. 593 - | Similar to add/sub, except that the double-word inputs *t1* and *t2* are 599 - | Similar to mul, except two unsigned inputs *t1* and *t2* yielding the full 604 - | Similar to mulu2, except the two inputs *t1* and *t2* are signed.
|
| A D | secure-coding-practices.rst | 94 Live migration code must validate inputs when loading device state so an
|
| /qemu/hw/arm/ |
| A D | omap1.c | 1895 uint16_t inputs; member 1916 uint16_t prev = s->inputs; in omap_mpuio_set() 1919 s->inputs |= 1 << line; in omap_mpuio_set() 1921 s->inputs &= ~(1 << line); in omap_mpuio_set() 1924 if ((s->edge & s->inputs & ~prev) | (~s->edge & ~s->inputs & prev)) { in omap_mpuio_set() 1931 s->latch = s->inputs; in omap_mpuio_set() 1961 return s->inputs; in omap_mpuio_read() 2092 s->inputs = 0; in omap_mpuio_reset()
|
| /qemu/docs/system/i386/ |
| A D | amd-memory-encryption.rst | 43 its public Diffie-Hellman key (PDH) and session parameters. These inputs
|
| /qemu/tcg/i386/ |
| A D | tcg-target.c.inc | 1792 * If dest does not overlap the inputs, clearing it first is preferred. 3463 /* First merge the two 32-bit inputs to a single 64-bit element. */ 4209 * We must bias the inputs so that they become signed.
|
| /qemu/tcg/ppc/ |
| A D | tcg-target.c.inc | 2105 /* If for some reason both inputs are zero, don't produce bad code. */ 3994 /* With inputs a1 = xLxx, a2 = xHxx */
|
| /qemu/ |
| A D | qemu-options.hx | 2228 " [,tls-channel=[main|display|cursor|inputs|record|playback]]\n" 2229 " [,plaintext-channel=[main|display|cursor|inputs|record|playback]]\n" 2298 …``tls-channel=[main|display|cursor|inputs|record|playback]``; \ ``plaintext-channel=[main|display|…
|