Searched refs:unmasked (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/arch/x86/math-emu/ |
| 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-v5.10/drivers/gpio/ |
| D | gpio-dln2.c | 362 int enabled, unmasked; in dln2_irq_bus_unlock() local 367 unmasked = test_bit(pin, dln2->unmasked_irqs); in dln2_irq_bus_unlock() 369 if (enabled != unmasked) { in dln2_irq_bus_unlock() 370 if (unmasked) { in dln2_irq_bus_unlock()
|
| D | gpio-tegra.c | 378 bool unmasked = false; in tegra_gpio_irq_handler() local 401 if (!unmasked && lvl & (0x100 << pin)) { in tegra_gpio_irq_handler() 402 unmasked = true; in tegra_gpio_irq_handler() 411 if (!unmasked) in tegra_gpio_irq_handler()
|
| /Linux-v5.10/arch/arm/mach-omap1/ |
| D | ams-delta-fiq-handler.S | 183 and r11, r11, r10 @ unmask all saved as unmasked
|
| /Linux-v5.10/Documentation/admin-guide/laptops/ |
| D | thinkpad-acpi.rst | 209 will handle it. If it is "unmasked", it signals the firmware that 218 The driver will filter out any unmasked hotkeys, so even if the firmware 220 events for unmasked hotkeys. 223 example, if Fn+F5 is unmasked, that key will no longer enable/disable 469 unmasked. Just leave it alone. 480 even when unmasked. 488 firmware, even when unmasked. 493 firmware, even when unmasked. 498 firmware, even when unmasked.
|
| /Linux-v5.10/net/openvswitch/ |
| D | flow_table.c | 701 const struct sw_flow_key *unmasked, in masked_flow_lookup() argument 710 ovs_flow_mask_key(&masked_key, unmasked, false, mask); in masked_flow_lookup()
|
| /Linux-v5.10/Documentation/arm/ |
| D | interrupts.rst | 160 the parent IRQ should be unmasked, and the status of all children must
|
| /Linux-v5.10/Documentation/networking/device_drivers/ethernet/amazon/ |
| D | ena.rst | 189 unmasked by the driver after NAPI processing is complete.
|
| /Linux-v5.10/Documentation/virt/kvm/ |
| D | api.rst | 384 EINTR an unmasked signal is pending 4689 EINTR an unmasked signal is pending 4980 can re-enter the guest with an unmasked signal pending to complete
|