Searched refs:unmasked (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/arch/x86/math-emu/ |
| H A D | fpu_entry.c | 107 int unmasked; in math_emulate() local 279 unmasked = 0; /* Do this here to stop compiler warnings. */ in math_emulate() 282 unmasked = in math_emulate() 286 loaded_tag = unmasked & 0xff; in math_emulate() 287 unmasked &= ~0xff; in math_emulate() 296 unmasked = in math_emulate() 300 loaded_tag = unmasked & 0xff; in math_emulate() 301 unmasked &= ~0xff; in math_emulate() 357 if (unmasked && !((FPU_modrm & 0x30) == 0x10)) { in math_emulate() 411 && !unmasked) in math_emulate()
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-ljca.c | 269 int gpio_id, unmasked; in ljca_gpio_async() local 273 unmasked = test_bit(gpio_id, ljca_gpio->unmasked_irqs); in ljca_gpio_async() 274 if (unmasked) in ljca_gpio_async() 372 int enabled, unmasked; in ljca_irq_bus_unlock() local 375 unmasked = test_bit(gpio_id, ljca_gpio->unmasked_irqs); in ljca_irq_bus_unlock() 377 if (enabled != unmasked) { in ljca_irq_bus_unlock() 378 if (unmasked) { in ljca_irq_bus_unlock()
|
| H 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()
|
| H A D | gpio-tegra.c | 386 bool unmasked = false; in tegra_gpio_irq_handler() local 418 if (!unmasked && lvl & (0x100 << pin)) { in tegra_gpio_irq_handler() 419 unmasked = true; in tegra_gpio_irq_handler() 428 if (!unmasked) in tegra_gpio_irq_handler()
|
| /linux-6.15/Documentation/devicetree/bindings/pci/ |
| H A D | snps,dw-pcie.yaml | 184 supposed to be unmasked in the Root Control register). 193 Status register (the event is supposed to be unmasked in the 198 Status register (the event is supposed to be unmasked in the
|
| /linux-6.15/drivers/pci/msi/ |
| H A D | msi.c | 213 bool unmasked = !(ctrl & PCI_MSIX_ENTRY_CTRL_MASKBIT); in pci_write_msg_msix() local 225 if (unmasked) in pci_write_msg_msix() 232 if (unmasked) in pci_write_msg_msix()
|
| /linux-6.15/arch/arm/mach-omap1/ |
| H A D | ams-delta-fiq-handler.S | 185 and r11, r11, r10 @ unmask all saved as unmasked
|
| /linux-6.15/Documentation/admin-guide/laptops/ |
| H A D | thinkpad-acpi.rst | 212 will handle it. If it is "unmasked", it signals the firmware that 221 The driver will filter out any unmasked hotkeys, so even if the firmware 223 events for unmasked hotkeys. 226 example, if Fn+F5 is unmasked, that key will no longer enable/disable 476 unmasked. Just leave it alone. 487 even when unmasked. 495 firmware, even when unmasked. 500 firmware, even when unmasked. 505 firmware, even when unmasked.
|
| /linux-6.15/net/openvswitch/ |
| H A D | flow_table.c | 699 const struct sw_flow_key *unmasked, in masked_flow_lookup() argument 708 ovs_flow_mask_key(&masked_key, unmasked, false, mask); in masked_flow_lookup()
|
| /linux-6.15/Documentation/arch/arm/ |
| H A D | interrupts.rst | 160 the parent IRQ should be unmasked, and the status of all children must
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/amazon/ |
| H A D | ena.rst | 187 unmasked by the driver after NAPI processing is complete.
|
| /linux-6.15/Documentation/networking/ |
| H A D | napi.rst | 136 IRQ should only be unmasked after a successful call to napi_complete_done():
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 404 EINTR an unmasked signal is pending 1575 the interrupt should be unmasked before returning control to the 5343 EINTR an unmasked signal is pending 6410 EINTR An unmasked signal is pending and no page was processed. 6639 guest with an unmasked signal pending or with the immediate_exit field set
|