Home
last modified time | relevance | path

Searched refs:clearing (Results 1 – 25 of 125) sorted by relevance

12345

/openbmc/linux/block/
H A Ddisk-events.c18 unsigned int clearing; /* events being cleared */ member
159 ev->clearing |= mask; in disk_flush_events()
188 unsigned int clearing = *clearing_ptr; in disk_check_events() local
193 events = disk->fops->check_events(disk, clearing); in disk_check_events()
200 *clearing_ptr &= ~clearing; in disk_check_events()
231 unsigned int clearing = mask; in disk_clear_events() local
244 clearing |= ev->clearing; in disk_clear_events()
245 ev->clearing = 0; in disk_clear_events()
248 disk_check_events(ev, &clearing); in disk_clear_events()
253 __disk_unblock_events(disk, ev->clearing ? true : false); in disk_clear_events()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/powerpc/opal/
H A Dsensor-groups.txt17 operations like clearing the min/max history of all
26 sensor groups like clearing min/max, enabling/disabling sensor
/openbmc/linux/Documentation/mm/
H A Dmmu_notifier.rst4 When clearing a pte/pmd we are given a choice to notify the event through
11 those secondary TLB while holding page table lock when clearing a pte/pmd:
27 If clearing the page table entry is not followed by a notify before setting
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Fix-type-of-single-bit-bitfields.patch33 * for clearing latent flag. */
39 * backend is responsible for clearing the delayed flag. See
/openbmc/linux/drivers/scsi/
H A Dsr.c119 unsigned int clearing, int slot);
206 unsigned int clearing, int slot) in sr_check_events() argument
243 if (!(clearing & DISK_EVENT_MEDIA_CHANGE)) in sr_check_events()
556 unsigned int clearing) in sr_block_check_events() argument
562 return cdrom_check_events(&cd->cdi, clearing); in sr_block_check_events()
/openbmc/linux/Documentation/arch/x86/
H A Dmds.rst81 clearing. Either the modified VERW instruction or via the L1D Flush
94 The kernel provides a function to invoke the buffer clearing:
179 sibling threads are offline CPU buffer clearing is not required.
181 The idle clearing is enabled on CPUs which are only affected by MSBDS
185 idle clearing would be a window dressing exercise and is therefore not
/openbmc/openpower-pnor-code-mgmt/vpnor/
H A Dobmc-vpnor-enable-clearvolatile@.service2 Description=Enable the clearing of the Volatile PNOR partitions in host%I
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Fedora/
H A Dks.cfg28 # Partition clearing information
/openbmc/qemu/target/s390x/kvm/
H A Dtrace-events5 kvm_clear_cmma(int rc) "CMMA: clearing with result code %d"
/openbmc/linux/include/linux/
H A Dcdrom.h77 unsigned int clearing, int slot);
110 unsigned int clearing);
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dreg-file-data-sampling.rst72 on If the CPU is vulnerable, enable mitigation; CPU buffer clearing
98 - The processor is vulnerable and the CPU buffer clearing mitigation is
H A Dmds.rst109 - The processor is vulnerable and the CPU buffer clearing mitigation is
153 CPU buffer clearing
255 for the MDS vulnerability, CPU buffer clearing on exit to
306 - Enable CPU buffer clearing
H A Dprocessor_mmio_stale_data.rst160 Kernel reuses the MDS function to invoke the buffer clearing:
200 full If the CPU is vulnerable, enable mitigation; CPU buffer clearing
231 - The processor is vulnerable and the CPU buffer clearing mitigation is
/openbmc/qemu/tests/vm/
H A Dcentos-8-aarch64.ks11 # Partition clearing information
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dindex.rst67 clearing-warn-once
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dindex.rst67 clearing-warn-once
/openbmc/openbmc/meta-openpower/classes/
H A Dopenpower-software-manager-virtual-pnor.bbclass13 # To handle warm reboot scenarios, the checking and clearing of
/openbmc/linux/drivers/cdrom/
H A Dgdrom.c379 unsigned int clearing, int ignore) in gdrom_check_events() argument
497 unsigned int clearing) in gdrom_bdops_check_events() argument
499 return cdrom_check_events(gd.cd_info, clearing); in gdrom_bdops_check_events()
/openbmc/linux/arch/sparc/lib/
H A DM7memset.S151 inccc %o3 ! byte clearing loop
187 ! initial cache-clearing stores
/openbmc/qemu/hw/misc/macio/
H A Dtrace-events36 pmu_debug_protocol_clear_treq(int state) "TREQ cleared, clearing TACK, state: %d"
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-gsmi53 clearing though, and this writes to this file
/openbmc/linux/Documentation/admin-guide/
H A Dindex.rst89 clearing-warn-once
/openbmc/linux/drivers/firmware/google/
H A DKconfig18 clearing the event log. If CONFIG_EFI is also enabled this
/openbmc/linux/Documentation/devicetree/bindings/clock/ti/
H A Dgate.txt43 gates the clock and clearing the bit ungates the clock.
/openbmc/linux/Documentation/core-api/
H A Dgfp_mask-from-fs-io.rst20 respectively __GFP_IO (note the latter implies clearing the first as well) in

12345