/openbmc/linux/drivers/gpio/ |
H A D | gpio-ljca.c | 238 int unmasked; in ljca_gpio_async() local 242 unmasked = test_bit(gpio_id, ljca_gpio->unmasked_irqs); in ljca_gpio_async() 243 if (unmasked) in ljca_gpio_async() 336 int unmasked; in ljca_irq_bus_unlock() local 339 unmasked = test_bit(gpio_id, ljca_gpio->unmasked_irqs); in ljca_irq_bus_unlock() 341 if (enabled != unmasked) { in ljca_irq_bus_unlock() 342 if (unmasked) { in ljca_irq_bus_unlock()
|
H A D | gpio-dln2.c | 364 int enabled, unmasked; in dln2_irq_bus_unlock() local 369 unmasked = test_bit(pin, dln2->unmasked_irqs); in dln2_irq_bus_unlock() 371 if (enabled != unmasked) { in dln2_irq_bus_unlock() 372 if (unmasked) { in dln2_irq_bus_unlock()
|
H A D | gpio-tegra.c | 390 bool unmasked = false; in tegra_gpio_irq_handler() local 422 if (!unmasked && lvl & (0x100 << pin)) { in tegra_gpio_irq_handler() 423 unmasked = true; in tegra_gpio_irq_handler() 432 if (!unmasked) in tegra_gpio_irq_handler()
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | fpu_entry.c | 107 int unmasked; in math_emulate() local 279 unmasked = 0; /* Do this here to stop compiler warnings. */ in math_emulate() 282 unmasked = in math_emulate() 286 loaded_tag = unmasked & 0xff; in math_emulate() 287 unmasked &= ~0xff; in math_emulate() 296 unmasked = in math_emulate() 300 loaded_tag = unmasked & 0xff; in math_emulate() 301 unmasked &= ~0xff; in math_emulate() 357 if (unmasked && !((FPU_modrm & 0x30) == 0x10)) { in math_emulate() 373 /* We use the fact here that the unmasked in math_emulate() [all …]
|
H A D | errors.c | 373 /* Returns < 0 if the exception is unmasked */ 412 /* Returns < 0 if the exception is unmasked */ 496 /* Returns < 0 if the exception is unmasked */
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | snps,dw-pcie.yaml | 182 supposed to be unmasked in the Root Control register). 191 Status register (the event is supposed to be unmasked in the 196 Status register (the event is supposed to be unmasked in the
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | irqflags.h | 19 * always masked and unmasked together, and have no side effects for other 21 * exceptions should be unmasked.
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | iqs62x-keys.c | 117 * and are unmasked if mapped to a valid keycode. in iqs62x_keys_init() 136 * Hall UI flags represent switches and are unmasked if their in iqs62x_keys_init() 163 * Interval change events represent keys and are unmasked if in iqs62x_keys_init()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-armada-370-xp.c | 81 * Due to this model, all interrupts need to be mask/unmasked at two 88 * At ->map() time, a global interrupt is unmasked at the per-CPU 89 * mask/unmask level. It is therefore unmasked at this level for 91 * the interrupt unmasked at this level in non-SMP 106 * At ->map() time, a per-CPU interrupt is unmasked at the global
|
/openbmc/linux/drivers/pci/msi/ |
H A D | msi.c | 209 bool unmasked = !(ctrl & PCI_MSIX_ENTRY_CTRL_MASKBIT); in pci_write_msg_msix() local 218 * entry while the entry is unmasked, the result is in pci_write_msg_msix() 221 if (unmasked) in pci_write_msg_msix() 228 if (unmasked) in pci_write_msg_msix() 373 /* All MSIs are unmasked by default; mask them all */ in msi_capability_init() 539 /* Return the device with MSI unmasked as initial states */ in pci_msi_shutdown()
|
/openbmc/linux/include/xen/interface/ |
H A D | physdev.h | 27 * will automatically get unmasked. The page registered is used as a bit 283 * Notify that some PIRQ-bound event channels have been unmasked.
|
/openbmc/linux/drivers/iio/position/ |
H A D | iqs624-pos.c | 39 * so only interval change events are unmasked. Conversely, the IQS624 in iqs624_pos_angle_en() 41 * movement events are unmasked instead. in iqs624_pos_angle_en()
|
/openbmc/qemu/hw/misc/ |
H A D | ivshmem.c | 85 bool unmasked; member 288 assert(!v->unmasked); in ivshmem_vector_unmask() 300 v->unmasked = true; in ivshmem_vector_unmask() 317 assert(v->unmasked); in ivshmem_vector_mask() 324 v->unmasked = false; in ivshmem_vector_mask() 807 if (s->msi_vectors[i].unmasked) { in ivshmem_disable_irqfd()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | internal.h | 334 * @fh_init_mask: initial unmasked fh causes 335 * @hw_init_mask: initial unmasked hw causes 336 * @fh_mask: current unmasked fh causes 337 * @hw_mask: current unmasked hw causes 624 * fh/hw_mask keeps all the unmasked causes. in _iwl_enable_interrupts()
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | physdev.h | 34 * will automatically get unmasked. The page registered is used as a bit 327 * Notify that some PIRQ-bound event channels have been unmasked.
|
/openbmc/linux/tools/testing/selftests/fpu/ |
H A D | test_fpu.c | 51 printf("[FAIL]\taccess with fpu exceptions unmasked failed\n"); in main()
|
/openbmc/linux/drivers/iio/light/ |
H A D | st_uvis25_core.c | 103 * when irq line is unmasked in st_uvis25_read_oneshot() 132 * If the line is unmasked during read_raw() it will be set in st_uvis25_read_raw()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/ |
H A D | pxaregs.c | 1127 { "ICMR_IM7", 0x40D00004, 7, 0x00000001, 'x', "Pending IRQ 7 (HWUART) unmasked?" }, 1128 { "ICMR_IM8", 0x40D00004, 8, 0x00000001, 'x', "Pending IRQ 8 (GPIO0) unmasked" }, 1129 { "ICMR_IM9", 0x40D00004, 9, 0x00000001, 'x', "Pending IRQ 9 (GPIO1) unmasked" }, 1130 { "ICMR_IM10", 0x40D00004, 10, 0x00000001, 'x', "Pending IRQ 10 (GPIO2_80) unmasked" }, 1131 { "ICMR_IM11", 0x40D00004, 11, 0x00000001, 'x', "Pending IRQ 11 (USB) unmasked" }, 1132 { "ICMR_IM12", 0x40D00004, 12, 0x00000001, 'x', "Pending IRQ 12 (PMU) unmasked" }, 1133 { "ICMR_IM13", 0x40D00004, 13, 0x00000001, 'x', "Pending IRQ 13 (I2S) unmasked" }, 1134 { "ICMR_IM14", 0x40D00004, 14, 0x00000001, 'x', "Pending IRQ 14 (AC97) unmasked" }, 1135 { "ICMR_IM17", 0x40D00004, 17, 0x00000001, 'x', "Pending IRQ 17 (LCD) unmasked" }, 1136 { "ICMR_IM18", 0x40D00004, 18, 0x00000001, 'x', "Pending IRQ 18 (I2C) unmasked" }, [all …]
|
/openbmc/linux/drivers/xen/events/ |
H A D | events_internal.h | 47 * be unmasked and used.
|
H A D | events_2l.c | 304 printk("\nglobally unmasked:\n "); in xen_debug_interrupt() 317 printk("\nlocally unmasked:\n "); in xen_debug_interrupt()
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | sislite.h | 279 #define SISL_ISTATUS_UNMASK (0x07FFULL) /* 1 means unmasked */ 374 #define SISL_FC_INTERNAL_UNMASK 0x0000000300000000ULL /* 1 means unmasked */ 384 #define SISL_ASTATUS_UNMASK 0xFFFFFFFFULL /* 1 means unmasked */
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H 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.
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | processor-flags.h | 60 #define X86_CR4_OSXMMEXCPT 0x00000400 /* enable unmasked SSE exceptions */
|
/openbmc/linux/drivers/mailbox/ |
H A D | stm32-ipcc.c | 95 /* search for unmasked 'channel occupied' */ in stm32_ipcc_rx_irq() 125 /* search for unmasked 'channel free' */ in stm32_ipcc_tx_irq()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | hw_irq.h | 139 * interrupt (local_irq_disable()) is unmasked. in irq_soft_mask_set() 143 * standard interrupt becomes unmasked. in irq_soft_mask_set()
|