/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() 411 && !unmasked) in math_emulate()
|
/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/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/pci/msi/ |
H A D | msi.c | 209 bool unmasked = !(ctrl & PCI_MSIX_ENTRY_CTRL_MASKBIT); in pci_write_msg_msix() local 221 if (unmasked) in pci_write_msg_msix() 228 if (unmasked) in pci_write_msg_msix()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 687 bool unmasked = false; in arm_excp_unmasked() local 770 unmasked = true; in arm_excp_unmasked() 775 unmasked = true; in arm_excp_unmasked() 824 unmasked = true; in arm_excp_unmasked() 833 return unmasked || pstate_unmasked; in arm_excp_unmasked()
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | ams-delta-fiq-handler.S | 185 and r11, r11, r10 @ unmask all saved as 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/qemu/hw/virtio/ |
H A D | virtio-pci.c | 1049 int ret, index, unmasked = 0; in virtio_pci_vector_unmask() local 1062 ++unmasked; in virtio_pci_vector_unmask() 1081 while (vq && unmasked >= 0) { in virtio_pci_vector_unmask() 1086 --unmasked; in virtio_pci_vector_unmask()
|
/openbmc/linux/net/openvswitch/ |
H A D | flow_table.c | 702 const struct sw_flow_key *unmasked, in masked_flow_lookup() argument 711 ovs_flow_mask_key(&masked_key, unmasked, false, mask); in masked_flow_lookup()
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | interrupts.rst | 160 the parent IRQ should be unmasked, and the status of all children must
|
/openbmc/linux/Documentation/networking/ |
H A D | napi.rst | 136 IRQ should only be unmasked after a successful call to napi_complete_done():
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/amazon/ |
H A D | ena.rst | 187 unmasked by the driver after NAPI processing is complete.
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 686 /* unmasked unit stride load */ 730 /* unmasked unit stride store */ 1161 * unmasked unit-stride store of elements with EEW=8.
|
/openbmc/qemu/docs/specs/ |
H A D | rocker.rst | 294 the device and there is no outstanding work), then the interrupt is unmasked,
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 372 EINTR an unmasked signal is pending 1510 the interrupt should be unmasked before returning control to the 5230 EINTR an unmasked signal is pending 6251 guest with an unmasked signal pending or with the immediate_exit field set
|