Searched refs:unmasked (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/irqchip/ |
D | irq-metag.c | 31 unsigned long unmasked; member 144 clear_bit(hw, &priv->unmasked); in metag_internal_irq_mask() 165 set_bit(hw, &priv->unmasked); in metag_internal_irq_unmask() 231 status = metag_in32(HWSTATMETA) & priv->unmasked; in metag_internal_irq_demux()
|
D | irq-metag-ext.c | 38 unsigned long unmasked[4]; member 202 clear_bit(meta_intc_offset(hw), &priv->unmasked[meta_intc_bank(hw)]); in record_irq_is_masked() 218 set_bit(meta_intc_offset(hw), &priv->unmasked[meta_intc_bank(hw)]); in record_irq_is_unmasked() 463 status = metag_in32(stat_addr) & priv->unmasked[bank]; in meta_intc_irq_demux()
|
/linux-4.1.27/arch/x86/math-emu/ |
D | fpu_entry.c | 139 int unmasked; in math_emulate() local 319 unmasked = 0; /* Do this here to stop compiler warnings. */ in math_emulate() 322 unmasked = in math_emulate() 326 loaded_tag = unmasked & 0xff; in math_emulate() 327 unmasked &= ~0xff; in math_emulate() 336 unmasked = in math_emulate() 340 loaded_tag = unmasked & 0xff; in math_emulate() 341 unmasked &= ~0xff; in math_emulate() 397 if (unmasked && !((FPU_modrm & 0x30) == 0x10)) { in math_emulate() 451 && !unmasked) in math_emulate()
|
/linux-4.1.27/arch/arm/mach-orion5x/include/mach/ |
D | entry-macro.S | 21 @ find cause bits that are unmasked
|
/linux-4.1.27/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 | 274 int unmasked = 0; in tegra_gpio_irq_handler() local 295 unmasked = 1; in tegra_gpio_irq_handler() 303 if (!unmasked) in tegra_gpio_irq_handler()
|
D | gpio-omap.c | 720 int unmasked = 0; in omap_gpio_irq_handler() local 752 if (!level_mask && !unmasked) { in omap_gpio_irq_handler() 753 unmasked = 1; in omap_gpio_irq_handler() 783 if (!unmasked) in omap_gpio_irq_handler()
|
/linux-4.1.27/net/openvswitch/ |
D | flow_table.c | 470 const struct sw_flow_key *unmasked, in masked_flow_lookup() argument 478 ovs_flow_mask_key(&masked_key, unmasked, false, mask); in masked_flow_lookup()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 191 and r11, r11, r10 @ unmask all saved as unmasked
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 196 will handle it. If it is "unmasked", it signals the firmware that 205 The driver will filter out any unmasked hotkeys, so even if the firmware 207 events for unmasked hotkeys. 210 example, if Fn+F5 is unmasked, that key will no longer enable/disable 448 unmasked. Just leave it alone. 459 even when unmasked. 467 firmware, even when unmasked. 472 firmware, even when unmasked. 477 firmware, even when unmasked.
|
/linux-4.1.27/Documentation/arm/ |
D | Interrupts | 157 the parent IRQ should be unmasked, and the status of all children must
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 277 EINTR: an unmasked signal is pending 3101 can re-enter the guest with an unmasked signal pending to complete
|