Searched refs:unmasked (Results 1 – 10 of 10) sorted by relevance
/linux/arch/x86/math-emu/ |
A 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/drivers/gpio/ |
A D | gpio-dln2.c | 363 int enabled, unmasked; in dln2_irq_bus_unlock() local 368 unmasked = test_bit(pin, dln2->unmasked_irqs); in dln2_irq_bus_unlock() 370 if (enabled != unmasked) { in dln2_irq_bus_unlock() 371 if (unmasked) { in dln2_irq_bus_unlock()
|
A D | gpio-tegra.c | 388 bool unmasked = false; in tegra_gpio_irq_handler() local 420 if (!unmasked && lvl & (0x100 << pin)) { in tegra_gpio_irq_handler() 421 unmasked = true; in tegra_gpio_irq_handler() 430 if (!unmasked) in tegra_gpio_irq_handler()
|
/linux/drivers/pci/ |
A D | msi.c | 295 bool unmasked = !(ctrl & PCI_MSIX_ENTRY_CTRL_MASKBIT); in __pci_write_msi_msg() local 308 if (unmasked) in __pci_write_msi_msg() 315 if (unmasked) in __pci_write_msi_msg()
|
/linux/Documentation/admin-guide/laptops/ |
A D | thinkpad-acpi.rst | 211 will handle it. If it is "unmasked", it signals the firmware that 220 The driver will filter out any unmasked hotkeys, so even if the firmware 222 events for unmasked hotkeys. 225 example, if Fn+F5 is unmasked, that key will no longer enable/disable 471 unmasked. Just leave it alone. 482 even when unmasked. 490 firmware, even when unmasked. 495 firmware, even when unmasked. 500 firmware, even when unmasked.
|
/linux/arch/arm/mach-omap1/ |
A D | ams-delta-fiq-handler.S | 184 and r11, r11, r10 @ unmask all saved as unmasked
|
/linux/net/openvswitch/ |
A 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/Documentation/arm/ |
A D | interrupts.rst | 160 the parent IRQ should be unmasked, and the status of all children must
|
/linux/Documentation/networking/device_drivers/ethernet/amazon/ |
A D | ena.rst | 185 unmasked by the driver after NAPI processing is complete.
|
/linux/Documentation/virt/kvm/ |
A D | api.rst | 398 EINTR an unmasked signal is pending 4974 EINTR an unmasked signal is pending 5682 guest with an unmasked signal pending or with the immediate_exit field set
|
Completed in 29 milliseconds