Searched refs:unmasked (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/x86/math-emu/ |
A D | fpu_entry.c | 106 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 D | gpio-dln2.c | 364 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 D | gpio-tegra.c | 390 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 D | snps,dw-pcie.yaml | 173 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 D | msi.c | 209 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 D | ams-delta-fiq-handler.S | 185 and r11, r11, r10 @ unmask all saved as unmasked
|
/linux-6.3-rc2/Documentation/admin-guide/laptops/ |
A D | thinkpad-acpi.rst | 211 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 D | flow_table.c | 702 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 D | interrupts.rst | 160 the parent IRQ should be unmasked, and the status of all children must
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/amazon/ |
A D | ena.rst | 185 unmasked by the driver after NAPI processing is complete.
|
/linux-6.3-rc2/Documentation/virt/kvm/ |
A D | api.rst | 372 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