Home
last modified time | relevance | path

Searched refs:unmasked (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/arch/x86/math-emu/
A Dfpu_entry.c106 int unmasked; in math_emulate() local
278 unmasked = 0; /* Do this here to stop compiler warnings. */ in math_emulate()
281 unmasked = in math_emulate()
285 loaded_tag = unmasked & 0xff; in math_emulate()
286 unmasked &= ~0xff; in math_emulate()
295 unmasked = in math_emulate()
299 loaded_tag = unmasked & 0xff; in math_emulate()
300 unmasked &= ~0xff; in math_emulate()
356 if (unmasked && !((FPU_modrm & 0x30) == 0x10)) { in math_emulate()
410 && !unmasked) in math_emulate()
/linux-6.3-rc2/drivers/gpio/
A Dgpio-dln2.c364 int enabled, unmasked; in dln2_irq_bus_unlock() local
369 unmasked = test_bit(pin, dln2->unmasked_irqs); in dln2_irq_bus_unlock()
371 if (enabled != unmasked) { in dln2_irq_bus_unlock()
372 if (unmasked) { in dln2_irq_bus_unlock()
A Dgpio-tegra.c390 bool unmasked = false; in tegra_gpio_irq_handler() local
422 if (!unmasked && lvl & (0x100 << pin)) { in tegra_gpio_irq_handler()
423 unmasked = true; in tegra_gpio_irq_handler()
432 if (!unmasked) in tegra_gpio_irq_handler()
/linux-6.3-rc2/Documentation/devicetree/bindings/pci/
A Dsnps,dw-pcie.yaml173 supposed to be unmasked in the Root Control register).
182 Status register (the event is supposed to be unmasked in the
187 Status register (the event is supposed to be unmasked in the
/linux-6.3-rc2/drivers/pci/msi/
A Dmsi.c209 bool unmasked = !(ctrl & PCI_MSIX_ENTRY_CTRL_MASKBIT); in pci_write_msg_msix() local
221 if (unmasked) in pci_write_msg_msix()
228 if (unmasked) in pci_write_msg_msix()
/linux-6.3-rc2/arch/arm/mach-omap1/
A Dams-delta-fiq-handler.S185 and r11, r11, r10 @ unmask all saved as unmasked
/linux-6.3-rc2/Documentation/admin-guide/laptops/
A Dthinkpad-acpi.rst211 will handle it. If it is "unmasked", it signals the firmware that
220 The driver will filter out any unmasked hotkeys, so even if the firmware
222 events for unmasked hotkeys.
225 example, if Fn+F5 is unmasked, that key will no longer enable/disable
471 unmasked. Just leave it alone.
482 even when unmasked.
490 firmware, even when unmasked.
495 firmware, even when unmasked.
500 firmware, even when unmasked.
/linux-6.3-rc2/net/openvswitch/
A Dflow_table.c702 const struct sw_flow_key *unmasked, in masked_flow_lookup() argument
711 ovs_flow_mask_key(&masked_key, unmasked, false, mask); in masked_flow_lookup()
/linux-6.3-rc2/Documentation/arm/
A Dinterrupts.rst160 the parent IRQ should be unmasked, and the status of all children must
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/amazon/
A Dena.rst185 unmasked by the driver after NAPI processing is complete.
/linux-6.3-rc2/Documentation/virt/kvm/
A Dapi.rst372 EINTR an unmasked signal is pending
1510 the interrupt should be unmasked before returning control to the
5228 EINTR an unmasked signal is pending
6210 guest with an unmasked signal pending or with the immediate_exit field set

Completed in 40 milliseconds