Home
last modified time | relevance | path

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

123

/openbmc/qemu/hw/misc/
H 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()
/openbmc/sdbusplus/example/
H A Dcalculator-server.cpp46 cleared(v); in clear()
H A Dcalculator-aserver.cpp40 cleared(v); in method_call()
/openbmc/qemu/tests/tcg/s390x/
H A DMakefile.softmmu-target57 --bss-cleared $@.out
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/
H A D0001-lmon16g.c-Adjust-system-headers.patch36 /* Windows moved here so they can be cleared when the screen mode changes */
/openbmc/qemu/block/
H A Dqcow2-cluster.c2002 int64_t cleared; in qcow2_cluster_discard() local
2016 cleared = discard_in_l2_slice(bs, offset, nb_clusters, type, in qcow2_cluster_discard()
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()
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0008-Platform-CS1000-Increase-flash-PS-area-size.patch10 of memory as it is not cleared on reset or reprogramming of the device.
/openbmc/qemu/docs/specs/
H A Dedu.rst55 below) is cleared.
74 Clear an interrupt. The value will be cleared from the interrupt
H A Dacpi_mem_hotplug.rst64 Due to BUG in versions prior 2.4 that field isn't cleared
H A Drapl-msr.rst36 energy consumed since the last time the register was cleared. If you multiply
/openbmc/qemu/docs/spin/
H A Daio_notify_bug.promela3 * cleared too late, a wakeup could be lost.
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch39 + // When -trimpath is used, GOROOT is cleared
/openbmc/qemu/hw/timer/
H A Dhpet.c483 uint64_t old_val, new_val, cleared; in hpet_ram_write() local
529 cleared = new_val & s->isr; in hpet_ram_write()
531 if (cleared & (1 << i)) { in hpet_ram_write()
/openbmc/qemu/hw/misc/macio/
H A Dtrace-events37 pmu_debug_protocol_clear_treq(int state) "TREQ cleared, clearing TACK, state: %d"
/openbmc/qemu/hw/gpio/
H A Daspeed_gpio.c814 uint32_t cleared; in aspeed_gpio_write() local
888 cleared = ctpop32(data & set->int_status); in aspeed_gpio_write()
889 if (s->pending && cleared) { in aspeed_gpio_write()
890 assert(s->pending >= cleared); in aspeed_gpio_write()
891 s->pending -= cleared; in aspeed_gpio_write()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.0.rst101 of its overrides being cleared out. Before the change, only the
102 non-overridden values were cleared.
/openbmc/openpower-hw-diags/attn/
H A DAttention_Handler.md182 attentions will be detected unless the currently active attentions are cleared.
183 Normally active attentions will be cleared by the host re-IPL but any component
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dpmbus_read_sensor.md98 off, the D-Bus peak/valley sensor values are cleared.
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs674 let cleared = new_val & self.int_status.get(); in set_int_status_reg() localVariable
677 if cleared & (1 << index) != 0 { in set_int_status_reg()
/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces/
H A D0001-Add-boot-initiator-mailbox-interface.patch131 + must not be automatically cleared. This is per IPMI 2.0
/openbmc/u-boot/drivers/bootcount/
H A DKconfig108 counter being cleared.
/openbmc/qemu/target/ppc/
H A Dpower8-pmu-regs.c.inc68 /* 'ret' starts with all mask bits cleared */
/openbmc/openbmc-test-automation/redfish/systems/LogServices/
H A Dtest_post_codes.robot124 ... msg=BIOS POST code logs not cleared.
/openbmc/docs/designs/
H A Dphosphor-hwmon-io-uring.md130 do not get submitted and overlap; the set entries will be cleared upon
/openbmc/qemu/docs/interop/
H A Dparallels.rst67 cleared in this case.

123