Home
last modified time | relevance | path

Searched refs:cleared (Results 1 – 25 of 27) sorted by relevance

12

/qemu/hw/misc/
A Dstm32l4x5_exti.c217 const uint32_t cleared = s->pr[bank] & val64 & configurable_mask(bank); in stm32l4x5_exti_write() local
219 s->pr[bank] &= ~cleared; in stm32l4x5_exti_write()
221 s->swier[bank] &= ~cleared; in stm32l4x5_exti_write()
/qemu/block/
A Dqcow2-cluster.c2002 int64_t cleared; in qcow2_cluster_discard() local
2018 if (cleared < 0) { in qcow2_cluster_discard()
2019 ret = cleared; in qcow2_cluster_discard()
2023 nb_clusters -= cleared; in qcow2_cluster_discard()
2024 offset += (cleared * s->cluster_size); in qcow2_cluster_discard()
2164 int64_t cleared; in qcow2_subcluster_zeroize() local
2215 cleared = zero_in_l2_slice(bs, offset, nb_clusters, flags); in qcow2_subcluster_zeroize()
2216 if (cleared < 0) { in qcow2_subcluster_zeroize()
2217 ret = cleared; in qcow2_subcluster_zeroize()
2221 nb_clusters -= cleared; in qcow2_subcluster_zeroize()
[all …]
/qemu/tests/tcg/s390x/
A DMakefile.softmmu-target54 --bss-cleared $@.out
/qemu/docs/specs/
A Dedu.rst55 below) is cleared.
74 Clear an interrupt. The value will be cleared from the interrupt
A Dacpi_mem_hotplug.rst64 Due to BUG in versions prior 2.4 that field isn't cleared
A Drapl-msr.rst36 energy consumed since the last time the register was cleared. If you multiply
A Dacpi_cpu_hotplug.rst135 when bit #4 is set. In case bit #4 were set, it's cleared as
A Dfw_cfg.rst237 All bits cleared
/qemu/hw/timer/
A Dhpet.c498 uint64_t old_val, new_val, cleared; in hpet_ram_write() local
609 cleared = new_val & s->isr; in hpet_ram_write()
611 if (cleared & (1 << i)) { in hpet_ram_write()
/qemu/docs/spin/
A Daio_notify_bug.promela3 * cleared too late, a wakeup could be lost.
/qemu/hw/misc/macio/
A Dtrace-events36 pmu_debug_protocol_clear_treq(int state) "TREQ cleared, clearing TACK, state: %d"
/qemu/hw/gpio/
A Daspeed_gpio.c815 uint32_t cleared; in aspeed_gpio_write() local
889 cleared = ctpop32(data & set->int_status); in aspeed_gpio_write()
890 if (s->pending && cleared) { in aspeed_gpio_write()
891 assert(s->pending >= cleared); in aspeed_gpio_write()
892 s->pending -= cleared; in aspeed_gpio_write()
/qemu/target/ppc/
A Dpower8-pmu-regs.c.inc68 /* 'ret' starts with all mask bits cleared */
/qemu/hw/nvme/
A Dtrace-events103 pci_nvme_mmio_stopped(void) "cleared controller enable bit"
105 pci_nvme_mmio_shutdown_cleared(void) "shutdown bit cleared"
/qemu/hw/char/
A Dtrace-events93 exynos_uart_intclr(uint32_t channel, uint32_t reg) "UART%d: interrupts cleared: 0x%08"PRIx32
/qemu/docs/interop/
A Dparallels.rst67 cleared in this case.
A Dqed_spec.txt138 …etes with no other errors besides leaks, the QED_F_NEED_CHECK bit can be cleared and the image can…
A Dbitmaps.rst274 Clears all dirty bits from a bitmap. ``+busy`` bitmaps cannot be cleared.
377 - The destination is not cleared prior to merge, so subsequent merge
784 ``+busy``. If the operation is successful, ``bitmap0`` will be cleared to
1205 cleared. It will contain all of the dirty bits it did at the start of the
/qemu/docs/
A Dqcow2-cache.txt134 this difference stems from the fact that on Linux the cache can be cleared
/qemu/target/ppc/translate/
A Dfixedpoint-impl.c.inc216 * that "the L field must be cleared, otherwise the instruction form is
254 * that "the L field must be cleared, otherwise the instruction form is
A Dfp-impl.c.inc480 /* Only the exception bits (including FX) should be cleared if read */
/qemu/docs/devel/migration/
A Dpostcopy.rst195 dirty anything any more. Instead, dirty bits are cleared when the relevant
/qemu/docs/devel/
A Dmulti-thread-tcg.rst126 book-keeping structures that need to be safely cleared.
/qemu/tcg/i386/
A Dtcg-target.c.inc1705 bool cleared;
1796 cleared = false;
1799 cleared = true;
1805 if (!cleared) {
/qemu/target/i386/tcg/
A Demit.c.inc1545 * cleared) we need to store the inverse into C.
2586 * seem to work, but it does not on big-endian platforms; the cleared parts
2588 * byte order so that the cleared parts need to be at *lower* addresses.

Completed in 67 milliseconds

12