/linux/kernel/irq/ |
H A D | migration.c | 96 bool masked; in __irq_move_irq() local 113 masked = irqd_irq_masked(idata); in __irq_move_irq() 114 if (!masked) in __irq_move_irq() 117 if (!masked) in __irq_move_irq()
|
/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/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()
|
H A D | vfio_platform_private.h | 29 bool masked; member
|
/linux/drivers/gpio/ |
H A D | gpio-virtio.c | 35 bool masked; member 213 if (WARN_ON(irq_line->queued || irq_line->masked || irq_line->disabled)) in virtio_gpio_irq_prepare() 240 irq_line->masked = false; in virtio_gpio_irq_enable() 255 irq_line->masked = true; in virtio_gpio_irq_disable() 269 irq_line->masked = true; in virtio_gpio_irq_mask() 280 irq_line->masked = false; in virtio_gpio_irq_unmask() 375 if (irq_line->masked || irq_line->disabled) { in ignore_irq() 605 vgpio->irq_lines[i].masked = true; in virtio_gpio_probe()
|
/linux/net/openvswitch/ |
H A D | actions.c | 426 const __be32 mask[4], __be32 masked[4]) in mask_ipv6_addr() 428 masked[0] = OVS_MASKED(old[0], addr[0], mask[0]); in mask_ipv6_addr() 429 masked[1] = OVS_MASKED(old[1], addr[1], mask[1]); in mask_ipv6_addr() 430 masked[2] = OVS_MASKED(old[2], addr[2], mask[2]); in mask_ipv6_addr() 431 masked[3] = OVS_MASKED(old[3], addr[3], mask[3]); in mask_ipv6_addr() 566 __be32 masked[4]; in set_ipv6() local 568 mask_ipv6_addr(saddr, key->ipv6_src, mask->ipv6_src, masked); in set_ipv6() 570 if (unlikely(memcmp(saddr, masked, sizeof(masked)))) { in set_ipv6() 571 set_ipv6_addr(skb, flow_key->ip.proto, saddr, masked, in set_ipv6() 573 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/Documentation/translations/zh_CN/core-api/ |
H A D | genericirq.rst | 243 desc->status |= pending | masked; 249 if (desc->status & masked)
|
/linux/drivers/pinctrl/mediatek/ |
H A D | mtk-eint.c | 176 bool masked; in mtk_eint_set_type() local 195 masked = false; in mtk_eint_set_type() 197 masked = true; in mtk_eint_set_type() 217 if (!masked) in mtk_eint_set_type()
|
/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() 753 moxtet->irq.masked = ~0; in moxtet_irq_setup()
|
/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/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/hv/ |
H A D | hv.c | 315 shared_sint.masked = false; in hv_synic_enable_regs() 356 shared_sint.masked = 1; in hv_synic_disable_regs()
|
/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()
|
/linux/Documentation/core-api/ |
H A D | genericirq.rst | 257 desc->status |= pending | masked; 263 if (desc->status & masked) 331 enabled and is masked in the flow handler when an interrupt event 335 is set, then the interrupt is masked at the hardware level and the
|
/linux/arch/x86/include/asm/ |
H A D | io_apic.h | 68 masked : 1, member
|
/linux/arch/arm/mach-omap1/ |
H A D | ams-delta-fiq-handler.S | 99 bics r13, r13, r11 @ clear masked - any left? 125 bics r13, r13, r11 @ clear masked - any left?
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ads.c | 337 #define GUC_MMIO_REG_ADD(gt, regset, reg, masked) \ argument 341 (masked) ? GUC_REGSET_MASKED : 0) 369 #define GUC_MCR_REG_ADD(gt, regset, reg, masked) \ argument 373 (masked) ? GUC_REGSET_MASKED : 0)
|