Home
last modified time | relevance | path

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

12345

/linux/block/
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()
260 WARN_ON_ONCE(clearing & mask); in disk_clear_events()
[all …]
/linux/Documentation/devicetree/bindings/powerpc/opal/
A Dsensor-groups.txt17 operations like clearing the min/max history of all
26 sensor groups like clearing min/max, enabling/disabling sensor
/linux/Documentation/mm/
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
/linux/Documentation/devicetree/bindings/gpio/
A Dgpio-mmio.yaml57 will turn that line into an output line. Conversely, clearing a bit
61 will turn that line into an input line. Conversely, clearing a bit
/linux/drivers/scsi/
A Dsr.c118 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()
559 unsigned int clearing) in sr_block_check_events() argument
565 return cdrom_check_events(&cd->cdi, clearing); in sr_block_check_events()
/linux/Documentation/arch/x86/
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
/linux/include/linux/
A Dcdrom.h77 unsigned int clearing, int slot);
110 unsigned int clearing);
/linux/Documentation/admin-guide/hw-vuln/
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
A Dmds.rst119 - The processor is vulnerable and the CPU buffer clearing mitigation is
145 CPU buffer clearing
247 for the MDS vulnerability, CPU buffer clearing on exit to
298 - Enable CPU buffer clearing
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
242 - The processor is vulnerable and the CPU buffer clearing mitigation is
/linux/Documentation/translations/zh_CN/admin-guide/
A Dindex.rst66 clearing-warn-once
/linux/Documentation/translations/zh_TW/admin-guide/
A Dindex.rst69 clearing-warn-once
/linux/drivers/cdrom/
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()
/linux/Documentation/ABI/testing/
A Ddebugfs-tpmi40 clearing all the statuses can be done by writing "0\n" to this file.
A Dsysfs-firmware-gsmi53 clearing though, and this writes to this file
/linux/arch/sparc/lib/
A DM7memset.S151 inccc %o3 ! byte clearing loop
187 ! initial cache-clearing stores
/linux/Documentation/devicetree/bindings/thermal/
A Dmediatek,lvts-thermal.yaml41 description: LVTS reset for clearing temporary data on AP/MCU.
/linux/Documentation/arch/powerpc/
A Ddexcr.rst109 * The set/clear terminology refers to setting/clearing the bit in the DEXCR.
170 For example, clearing NPHIE on exec is a privileged operation (a process
/linux/Documentation/admin-guide/
A Dindex.rst91 clearing-warn-once
/linux/drivers/firmware/google/
A DKconfig18 clearing the event log. If CONFIG_EFI is also enabled this
/linux/Documentation/devicetree/bindings/clock/ti/
A Dgate.txt41 gates the clock and clearing the bit ungates the clock.
/linux/Documentation/core-api/
A Dgfp_mask-from-fs-io.rst20 respectively __GFP_IO (note the latter implies clearing the first as well) in
/linux/Documentation/spi/
A Dbutterfly.rst44 by clearing PORTB.[0-3]); (b) configure the mtd_dataflash driver; and
/linux/Documentation/virt/kvm/s390/
A Ds390-pv-boot.rst73 non-clearing IPL subcodes are not allowed.
/linux/Documentation/devicetree/bindings/timer/
A Drenesas,rz-mtu3.yaml24 - Counter-clearing operation
27 - Simultaneous clearing on compare match or input capture

Completed in 20 milliseconds

12345