Searched refs:unmasked (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/x86/math-emu/ |
D | fpu_entry.c | 105 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-4.4.14/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() 462 status = metag_in32(stat_addr) & priv->unmasked[bank]; in meta_intc_irq_demux()
|
/linux-4.4.14/arch/arm/mach-orion5x/include/mach/ |
D | entry-macro.S | 21 @ find cause bits that are unmasked
|
/linux-4.4.14/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 | 273 int unmasked = 0; in tegra_gpio_irq_handler() local 293 unmasked = 1; in tegra_gpio_irq_handler() 301 if (!unmasked) in tegra_gpio_irq_handler()
|
/linux-4.4.14/net/openvswitch/ |
D | flow_table.c | 472 const struct sw_flow_key *unmasked, in masked_flow_lookup() argument 480 ovs_flow_mask_key(&masked_key, unmasked, false, mask); in masked_flow_lookup()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 190 and r11, r11, r10 @ unmask all saved as unmasked
|
/linux-4.4.14/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.4.14/Documentation/arm/ |
D | Interrupts | 157 the parent IRQ should be unmasked, and the status of all children must
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 282 EINTR: an unmasked signal is pending 3159 can re-enter the guest with an unmasked signal pending to complete
|