Home
last modified time | relevance | path

Searched refs:masked (Results 1 – 25 of 145) sorted by relevance

123456

/openbmc/linux/kernel/irq/
H A Dmigration.c96 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()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9002_mac.c32 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 Dar9003_mac.c183 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 Dhw-ops.h51 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()
H A Dar9003_mci.h335 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
/openbmc/linux/drivers/vfio/platform/
H A Dvfio_platform_irq.c24 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()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_intrs.c30 bool masked; member
133 if (!ctx->masked) { in __vfio_pci_intx_mask()
143 ctx->masked = true; in __vfio_pci_intx_mask()
193 if (ctx->masked && !vdev->virq_disabled) { in vfio_pci_intx_unmask_handler()
205 ctx->masked = (ret > 0); in vfio_pci_intx_unmask_handler()
244 ctx->masked = true; in vfio_intx_handler()
246 } else if (!ctx->masked && /* may be shared */ in vfio_intx_handler()
248 ctx->masked = true; in vfio_intx_handler()
306 ctx->masked = vdev->virq_disabled; in vfio_intx_enable()
308 pci_intx(pdev, !ctx->masked); in vfio_intx_enable()
[all …]
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dspl_boot.c58 uint8_t masked; in mxs_get_bootmode_index() local
86 masked = bootmode & mxs_boot_modes[i].boot_mask; in mxs_get_bootmode_index()
87 if (masked == mxs_boot_modes[i].boot_pads) in mxs_get_bootmode_index()
/openbmc/linux/drivers/gpio/
H A Dgpio-virtio.c35 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()
/openbmc/linux/net/openvswitch/
H A Dactions.c410 const __be32 mask[4], __be32 masked[4]) in mask_ipv6_addr()
412 masked[0] = OVS_MASKED(old[0], addr[0], mask[0]); in mask_ipv6_addr()
413 masked[1] = OVS_MASKED(old[1], addr[1], mask[1]); in mask_ipv6_addr()
414 masked[2] = OVS_MASKED(old[2], addr[2], mask[2]); in mask_ipv6_addr()
415 masked[3] = OVS_MASKED(old[3], addr[3], mask[3]); in mask_ipv6_addr()
550 __be32 masked[4]; in set_ipv6() local
552 mask_ipv6_addr(saddr, key->ipv6_src, mask->ipv6_src, masked); in set_ipv6()
554 if (unlikely(memcmp(saddr, masked, sizeof(masked)))) { in set_ipv6()
555 set_ipv6_addr(skb, flow_key->ip.proto, saddr, masked, in set_ipv6()
557 memcpy(&flow_key->ipv6.addr.src, masked, in set_ipv6()
[all …]
/openbmc/qemu/hw/intc/
H A Dioapic.c50 uint8_t masked; member
65 info->masked = (entry >> IOAPIC_LVT_MASKED_SHIFT) & 1; in ioapic_entry_parse()
106 if (!info.masked) { in ioapic_service()
202 if (!info.masked) { in ioapic_update_kvm_routes()
/openbmc/linux/drivers/irqchip/
H A Dirq-mtk-cirq.c207 bool pending, masked; in mtk_cirq_suspend() local
238 &masked); in mtk_cirq_suspend()
241 (pending && !masked)) in mtk_cirq_suspend()
/openbmc/linux/Documentation/admin-guide/perf/
H A Dimx-ddr.rst41 - 0: corresponding bit is masked.
42 - 1: corresponding bit is not masked, i.e. used to do the matching.
45 When non-masked bits are matching corresponding AXI_ID bits then counter is
/openbmc/linux/fs/
H A Dbinfmt_misc.c449 char *masked = kmalloc(e->size, GFP_KERNEL); in create_entry() local
455 if (masked) { in create_entry()
457 masked[i] = e->magic[i] & e->mask[i]; in create_entry()
460 DUMP_PREFIX_NONE, masked, e->size); in create_entry()
462 kfree(masked); in create_entry()
/openbmc/qemu/hw/pci/
H A Dtrace-events13 msix_write_config(char *name, bool enabled, bool masked) "dev %s enabled %d masked %d"
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dgenericirq.rst243 desc->status |= pending | masked;
249 if (desc->status & masked)
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dmtk-eint.c176 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()
/openbmc/linux/arch/x86/kernel/apic/
H A Dio_apic.c341 struct IO_APIC_route_entry e = { .masked = true }; in ioapic_mask_entry()
411 static void io_apic_modify_irq(struct mp_chip_data *data, bool masked, in io_apic_modify_irq() argument
416 data->entry.masked = masked; in io_apic_modify_irq()
490 entry1.masked = true; in __eoi_ioapic_pin()
526 if (!entry.masked) { in clear_IO_APIC_pin()
527 entry.masked = true; in clear_IO_APIC_pin()
643 if (!entry.masked) { in mask_ioapic_entries()
644 entry.masked = true; in mask_ioapic_entries()
1234 entry.masked ? "disabled" : "enabled ", in io_apic_print_entries()
1373 if (!entry.masked && in enable_IO_APIC()
[all …]
/openbmc/linux/drivers/bus/
H A Dmoxtet.c644 moxtet->irq.masked |= BIT(d->hwirq); in moxtet_irq_mask()
651 moxtet->irq.masked &= ~BIT(d->hwirq); in moxtet_irq_unmask()
703 set &= ~moxtet->irq.masked; in moxtet_irq_thread_fn()
717 set &= ~moxtet->irq.masked; in moxtet_irq_thread_fn()
755 moxtet->irq.masked = ~0; in moxtet_irq_setup()
/openbmc/linux/drivers/staging/greybus/
H A Dgpio.c30 bool masked; member
284 line->masked = true; in gb_gpio_irq_mask()
294 line->masked = false; in gb_gpio_irq_unmask()
356 if (line->masked) in gb_gpio_irq_bus_sync_unlock()
/openbmc/linux/arch/x86/mm/
H A Dinit.c99 unsigned long masked; in pgprot2cachemode() local
101 masked = pgprot_val(pgprot) & _PAGE_CACHE_MASK; in pgprot2cachemode()
102 if (likely(masked == 0)) in pgprot2cachemode()
104 return __pte2cachemode_tbl[__pte2cm_idx(masked)]; in pgprot2cachemode()
/openbmc/linux/Documentation/virt/kvm/devices/
H A Dxics.rst84 This bit is set to 1 if the interrupt is masked (cannot be delivered
86 call, or 0 if it is not masked.
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_xive_native.c419 u32 server, u8 priority, bool masked, in kvmppc_xive_native_update_source_config() argument
433 priority, server, masked, state->act_server, in kvmppc_xive_native_update_source_config()
438 if (priority != MASKED && !masked) { in kvmppc_xive_native_update_source_config()
473 bool masked; in kvmppc_xive_native_set_source_config() local
494 masked = (kvm_cfg & KVM_XIVE_SOURCE_MASKED_MASK) >> in kvmppc_xive_native_set_source_config()
506 priority, masked, eisn); in kvmppc_xive_native_set_source_config()
/openbmc/linux/include/linux/
H A Dmoxtet.h50 unsigned long masked, exists; member
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/
H A DREADME.md47 service is masked.
49 - Masked - indicates whether the service is masked, `true` indicates the service

123456