Searched refs:unmasked (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/arch/x86/math-emu/ |
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.12.1/drivers/gpio/ |
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()
|
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()
|
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.12.1/drivers/pci/msi/ |
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.12.1/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 185 and r11, r11, r10 @ unmask all saved as unmasked
|
/linux-6.12.1/Documentation/admin-guide/laptops/ |
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 474 unmasked. Just leave it alone. 485 even when unmasked. 493 firmware, even when unmasked. 498 firmware, even when unmasked. 503 firmware, even when unmasked.
|
/linux-6.12.1/net/openvswitch/ |
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.12.1/Documentation/arch/arm/ |
D | interrupts.rst | 160 the parent IRQ should be unmasked, and the status of all children must
|
/linux-6.12.1/Documentation/networking/ |
D | napi.rst | 136 IRQ should only be unmasked after a successful call to napi_complete_done():
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/amazon/ |
D | ena.rst | 187 unmasked by the driver after NAPI processing is complete.
|
/linux-6.12.1/Documentation/virt/kvm/ |
D | api.rst | 391 EINTR an unmasked signal is pending 1556 the interrupt should be unmasked before returning control to the 5333 EINTR an unmasked signal is pending 6400 EINTR An unmasked signal is pending and no page was processed. 6627 guest with an unmasked signal pending or with the immediate_exit field set
|