Searched refs:unmasked (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/x86/math-emu/ |
D | fpu_entry.c | 106 int unmasked; in math_emulate() local 281 unmasked = 0; /* Do this here to stop compiler warnings. */ in math_emulate() 284 unmasked = in math_emulate() 288 loaded_tag = unmasked & 0xff; in math_emulate() 289 unmasked &= ~0xff; in math_emulate() 298 unmasked = in math_emulate() 302 loaded_tag = unmasked & 0xff; in math_emulate() 303 unmasked &= ~0xff; in math_emulate() 359 if (unmasked && !((FPU_modrm & 0x30) == 0x10)) { in math_emulate() 413 && !unmasked) in math_emulate()
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-dln2.c | 365 int enabled, unmasked; in dln2_irq_bus_unlock() local 370 unmasked = test_bit(pin, dln2->unmasked_irqs); in dln2_irq_bus_unlock() 372 if (enabled != unmasked) { in dln2_irq_bus_unlock() 373 if (unmasked) { in dln2_irq_bus_unlock()
|
D | gpio-tegra.c | 366 bool unmasked = false; in tegra_gpio_irq_handler() local 389 if (!unmasked && lvl & (0x100 << pin)) { in tegra_gpio_irq_handler() 390 unmasked = true; in tegra_gpio_irq_handler() 399 if (!unmasked) in tegra_gpio_irq_handler()
|
/Linux-v4.19/net/openvswitch/ |
D | flow_table.c | 467 const struct sw_flow_key *unmasked, in masked_flow_lookup() argument 475 ovs_flow_mask_key(&masked_key, unmasked, false, mask); in masked_flow_lookup()
|
/Linux-v4.19/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 191 and r11, r11, r10 @ unmask all saved as unmasked
|
/Linux-v4.19/Documentation/laptops/ |
D | thinkpad-acpi.txt | 197 will handle it. If it is "unmasked", it signals the firmware that 206 The driver will filter out any unmasked hotkeys, so even if the firmware 208 events for unmasked hotkeys. 211 example, if Fn+F5 is unmasked, that key will no longer enable/disable 449 unmasked. Just leave it alone. 460 even when unmasked. 468 firmware, even when unmasked. 473 firmware, even when unmasked. 478 firmware, even when unmasked.
|
/Linux-v4.19/Documentation/arm/ |
D | Interrupts | 157 the parent IRQ should be unmasked, and the status of all children must
|
/Linux-v4.19/Documentation/networking/ |
D | ena.txt | 174 unmasked by the driver after NAPI processing is complete.
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | api.txt | 297 EINTR: an unmasked signal is pending 3817 can re-enter the guest with an unmasked signal pending to complete
|