| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H 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()
|
| /OK3568_Linux_fs/u-boot/drivers/irq/ |
| H A D | irq-gpio-v2.c | 92 unsigned gpio_irq, pin, h_pin, unmasked = 0; in generic_gpio_handle_irq() local 113 unmasked = 1; in generic_gpio_handle_irq() 119 unmasked = 1; in generic_gpio_handle_irq() 127 if (!unmasked) in generic_gpio_handle_irq()
|
| H A D | irq-gpio.c | 87 unsigned gpio_irq, pin, unmasked = 0; in generic_gpio_handle_irq() local 107 unmasked = 1; in generic_gpio_handle_irq() 115 if (!unmasked) in generic_gpio_handle_irq()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H 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()
|
| H A D | gpio-tegra.c | 378 bool unmasked = false; in tegra_gpio_irq_handler() local 401 if (!unmasked && lvl & (0x100 << pin)) { in tegra_gpio_irq_handler() 402 unmasked = true; in tegra_gpio_irq_handler() 411 if (!unmasked) in tegra_gpio_irq_handler()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | msi.c | 320 bool unmasked = !(entry->masked & PCI_MSIX_ENTRY_CTRL_MASKBIT); in __pci_write_msi_msg() local 333 if (unmasked) in __pci_write_msi_msg() 340 if (unmasked) in __pci_write_msi_msg()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/ |
| H A D | thinkpad-acpi.rst | 209 will handle it. If it is "unmasked", it signals the firmware that 218 The driver will filter out any unmasked hotkeys, so even if the firmware 220 events for unmasked hotkeys. 223 example, if Fn+F5 is unmasked, that key will no longer enable/disable 469 unmasked. Just leave it alone. 480 even when unmasked. 488 firmware, even when unmasked. 493 firmware, even when unmasked. 498 firmware, even when unmasked.
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | ams-delta-fiq-handler.S | 184 and r11, r11, r10 @ unmask all saved as unmasked
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | interrupts.rst | 160 the parent IRQ should be unmasked, and the status of all children must
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/amazon/ |
| H A D | ena.rst | 189 unmasked by the driver after NAPI processing is complete.
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | api.rst | 387 EINTR an unmasked signal is pending 4700 EINTR an unmasked signal is pending 4993 can re-enter the guest with an unmasked signal pending to complete
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 3927 addresses simultaneously--those addresses whose unmasked bits are 3928 identical to the unmasked bits in the watchpoint address. The
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 3927 addresses simultaneously--those addresses whose unmasked bits are 3928 identical to the unmasked bits in the watchpoint address. The
|