| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9002_mac.c | 32 static bool ar9002_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked, in ar9002_hw_get_isr() argument 53 *masked = 0; in ar9002_hw_get_isr() 58 *masked = 0; in ar9002_hw_get_isr() 91 *masked = 0; in ar9002_hw_get_isr() 95 *masked = isr & ATH9K_INT_COMMON; in ar9002_hw_get_isr() 99 *masked |= ATH9K_INT_RX; in ar9002_hw_get_isr() 106 *masked |= ATH9K_INT_TX; in ar9002_hw_get_isr() 134 *masked |= mask2; in ar9002_hw_get_isr() 153 *masked |= ATH9K_INT_GENTIMER; in ar9002_hw_get_isr() 157 *masked |= ATH9K_INT_TIM_TIMER; in ar9002_hw_get_isr() [all …]
|
| H A D | ar9003_mac.c | 183 static bool ar9003_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked, in ar9003_hw_get_isr() argument 207 *masked = 0; in ar9003_hw_get_isr() 244 *masked = 0; in ar9003_hw_get_isr() 248 *masked = isr & ATH9K_INT_COMMON; in ar9003_hw_get_isr() 252 *masked |= ATH9K_INT_RXLP; in ar9003_hw_get_isr() 256 *masked |= ATH9K_INT_TX; in ar9003_hw_get_isr() 259 *masked |= ATH9K_INT_RXLP; in ar9003_hw_get_isr() 262 *masked |= ATH9K_INT_RXHP; in ar9003_hw_get_isr() 265 *masked |= ATH9K_INT_TX; in ar9003_hw_get_isr() 294 *masked |= ATH9K_INT_GENTIMER; in ar9003_hw_get_isr() [all …]
|
| H A D | ar9003_mci.h | 335 void ar9003_mci_get_isr(struct ath_hw *ah, enum ath9k_int *masked); 374 static inline void ar9003_mci_get_isr(struct ath_hw *ah, enum ath9k_int *masked) in ar9003_mci_get_isr() argument
|
| H A D | hw-ops.h | 51 static inline bool ath9k_hw_getisr(struct ath_hw *ah, enum ath9k_int *masked, in ath9k_hw_getisr() argument 54 return ath9k_hw_ops(ah)->get_isr(ah, masked, sync_cause_p); in ath9k_hw_getisr()
|
| /linux/kernel/irq/ |
| H A D | migration.c | 106 bool masked; in __irq_move_irq() local 123 masked = irqd_irq_masked(idata); in __irq_move_irq() 124 if (!masked) in __irq_move_irq() 127 if (!masked) in __irq_move_irq()
|
| /linux/drivers/vfio/platform/ |
| H A D | vfio_platform_irq.c | 24 if (!irq_ctx->masked) { in vfio_platform_mask() 26 irq_ctx->masked = true; in vfio_platform_mask() 84 if (irq_ctx->masked) { in vfio_platform_unmask() 86 irq_ctx->masked = false; in vfio_platform_unmask() 157 if (!irq_ctx->masked) { in vfio_automasked_irq_handler() 162 irq_ctx->masked = true; in vfio_automasked_irq_handler() 320 vdev->irqs[i].masked = false; in vfio_platform_irq_init()
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_intrs.c | 31 bool masked; member 129 if (!ctx->masked) { in __vfio_pci_intx_mask() 139 ctx->masked = true; in __vfio_pci_intx_mask() 185 if (ctx->masked && !vdev->virq_disabled) { in vfio_pci_intx_unmask_handler() 197 ctx->masked = (ret > 0); in vfio_pci_intx_unmask_handler() 234 ctx->masked = true; in vfio_intx_handler() 236 } else if (!ctx->masked && /* may be shared */ in vfio_intx_handler() 238 ctx->masked = true; in vfio_intx_handler() 297 ctx->masked = vdev->virq_disabled; in vfio_intx_enable() 299 pci_intx(pdev, !ctx->masked); in vfio_intx_enable() [all …]
|
| /linux/drivers/gpio/ |
| H A D | gpio-virtio.c | 35 bool masked; member 214 if (WARN_ON(irq_line->queued || irq_line->masked || irq_line->disabled)) in virtio_gpio_irq_prepare() 241 irq_line->masked = false; in virtio_gpio_irq_enable() 256 irq_line->masked = true; in virtio_gpio_irq_disable() 270 irq_line->masked = true; in virtio_gpio_irq_mask() 281 irq_line->masked = false; in virtio_gpio_irq_unmask() 363 if (irq_line->masked || irq_line->disabled) { in ignore_irq() 608 vgpio->irq_lines[i].masked = true; in virtio_gpio_probe()
|
| H A D | gpio-adp5585.c | 327 bool masked = test_bit(hwirq, &adp5585_gpio->irq_mask); in adp5585_irq_bus_sync_unlock() local 331 if (masked && !enabled) in adp5585_irq_bus_sync_unlock() 333 if (!masked && enabled) in adp5585_irq_bus_sync_unlock() 339 masked ? 0 : bit); in adp5585_irq_bus_sync_unlock() 340 assign_bit(hwirq, &adp5585_gpio->irq_en, !masked); in adp5585_irq_bus_sync_unlock()
|
| /linux/net/openvswitch/ |
| H A D | actions.c | 385 const __be32 mask[4], __be32 masked[4]) in mask_ipv6_addr() 387 masked[0] = OVS_MASKED(old[0], addr[0], mask[0]); in mask_ipv6_addr() 388 masked[1] = OVS_MASKED(old[1], addr[1], mask[1]); in mask_ipv6_addr() 389 masked[2] = OVS_MASKED(old[2], addr[2], mask[2]); in mask_ipv6_addr() 390 masked[3] = OVS_MASKED(old[3], addr[3], mask[3]); in mask_ipv6_addr() 525 __be32 masked[4]; in set_ipv6() local 527 mask_ipv6_addr(saddr, key->ipv6_src, mask->ipv6_src, masked); in set_ipv6() 529 if (unlikely(memcmp(saddr, masked, sizeof(masked)))) { in set_ipv6() 530 set_ipv6_addr(skb, flow_key->ip.proto, saddr, masked, in set_ipv6() 532 memcpy(&flow_key->ipv6.addr.src, masked, in set_ipv6() [all …]
|
| /linux/drivers/irqchip/ |
| H A D | irq-mtk-cirq.c | 207 bool pending, masked; in mtk_cirq_suspend() local 238 &masked); in mtk_cirq_suspend() 241 (pending && !masked)) in mtk_cirq_suspend()
|
| /linux/arch/x86/kernel/apic/ |
| H A D | io_apic.c | 329 struct IO_APIC_route_entry e = { .masked = true }; in ioapic_mask_entry() 376 static void io_apic_modify_irq(struct mp_chip_data *data, bool masked, in io_apic_modify_irq() argument 381 data->entry.masked = masked; in io_apic_modify_irq() 449 entry1.masked = true; in __eoi_ioapic_pin() 481 if (!entry.masked) { in clear_IO_APIC_pin() 482 entry.masked = true; in clear_IO_APIC_pin() 589 if (!entry.masked) { in mask_ioapic_entries() 590 entry.masked = true; in mask_ioapic_entries() 1159 i, entry.masked ? "disabled" : "enabled ", in io_apic_print_entries() 1290 if (!entry.masked && entry.delivery_mode == APIC_DELIVERY_MODE_EXTINT) { in enable_IO_APIC() [all …]
|
| /linux/drivers/hv/ |
| H A D | mshv_synic.c | 503 sint.masked = false; in mshv_synic_init() 511 sint.masked = false; in mshv_synic_init() 561 sint.masked = true; in mshv_synic_cleanup() 567 sint.masked = true; in mshv_synic_cleanup()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | genericirq.rst | 243 desc->status |= pending | masked; 249 if (desc->status & masked)
|
| /linux/fs/ |
| H A D | binfmt_misc.c | 477 char *masked = kmalloc(e->size, GFP_KERNEL_ACCOUNT); in create_entry() local 483 if (masked) { in create_entry() 485 masked[i] = e->magic[i] & e->mask[i]; in create_entry() 488 DUMP_PREFIX_NONE, masked, e->size); in create_entry() 490 kfree(masked); in create_entry()
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | imx-ddr.rst | 40 - 0: corresponding bit is masked. 41 - 1: corresponding bit is not masked, i.e. used to do the matching. 44 When non-masked bits are matching corresponding AXI_ID bits then counter is
|
| /linux/drivers/bus/ |
| H A D | moxtet.c | 642 moxtet->irq.masked |= BIT(d->hwirq); in moxtet_irq_mask() 649 moxtet->irq.masked &= ~BIT(d->hwirq); in moxtet_irq_unmask() 701 set &= ~moxtet->irq.masked; in moxtet_irq_thread_fn() 715 set &= ~moxtet->irq.masked; in moxtet_irq_thread_fn() 752 moxtet->irq.masked = ~0; in moxtet_irq_setup()
|
| /linux/drivers/staging/greybus/ |
| H A D | gpio.c | 30 bool masked; member 275 line->masked = true; in gb_gpio_irq_mask() 285 line->masked = false; in gb_gpio_irq_unmask() 347 if (line->masked) in gb_gpio_irq_bus_sync_unlock()
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | xics.rst | 84 This bit is set to 1 if the interrupt is masked (cannot be delivered 86 call, or 0 if it is not masked.
|
| /linux/arch/x86/mm/ |
| H A D | init.c | 102 unsigned long masked; in pgprot2cachemode() local 104 masked = pgprot_val(pgprot) & _PAGE_CACHE_MASK; in pgprot2cachemode() 105 if (likely(masked == 0)) in pgprot2cachemode() 107 return __pte2cachemode_tbl[__pte2cm_idx(masked)]; in pgprot2cachemode()
|
| /linux/drivers/pinctrl/mediatek/ |
| H A D | mtk-eint.c | 185 bool masked; in mtk_eint_set_type() local 204 masked = false; in mtk_eint_set_type() 206 masked = true; in mtk_eint_set_type() 226 if (!masked) in mtk_eint_set_type()
|
| /linux/include/linux/ |
| H A D | moxtet.h | 48 unsigned long masked, exists; member
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | global2.c | 1047 chip->g2_irq.masked |= (1 << n); in mv88e6xxx_g2_irq_mask() 1055 chip->g2_irq.masked &= ~(1 << n); in mv88e6xxx_g2_irq_unmask() 1096 err = mv88e6xxx_g2_int_mask(chip, ~chip->g2_irq.masked); in mv88e6xxx_g2_irq_bus_sync_unlock() 1150 chip->g2_irq.masked = ~0; in mv88e6xxx_g2_irq_setup() 1152 err = mv88e6xxx_g2_int_mask(chip, ~chip->g2_irq.masked); in mv88e6xxx_g2_irq_setup()
|
| /linux/Documentation/filesystems/ |
| H A D | adfs.rst | 67 These are then masked by ownmask, eg 700 -> -rwx------ 73 These are then masked by othmask, eg 077 -> ----rwxrwx
|
| /linux/drivers/watchdog/ |
| H A D | orion_wdt.c | 350 bool masked, enabled, running; in armada375_enabled() local 352 masked = readl(dev->rstout_mask) & dev->data->rstout_mask_bit; in armada375_enabled() 356 return !masked && enabled && running; in armada375_enabled()
|