Home
last modified time | relevance | path

Searched full:unmask (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/openbmc/qemu/scripts/qapi/
H A Dbackend.py22 unmask: bool,
31 :param unmask: Expose non-ABI names through introspection?
44 unmask: bool,
53 :param unmask: Expose non-ABI names through introspection?
63 gen_introspect(schema, output_dir, prefix, unmask)
H A Dmain.py77 parser.add_argument('-u', '--unmask-non-abi-names', action='store_true',
78 dest='unmask',
103 unmask=args.unmask,
/openbmc/linux/drivers/irqchip/
H A Dirq-armada-370-xp.c47 * | mask/unmask | | mask/unmask |
58 * | mask/unmask |
66 * The "global interrupt mask/unmask" is modified using the
71 * The "per-CPU mask/unmask" is modified using the
77 * The per-CPU mask/unmask can also be adjusted using the global
89 * mask/unmask level. It is therefore unmasked at this level for
94 * ARMADA_370_XP_INT_SOURCE_CTL() readjusts the per-CPU mask/unmask
97 * The ->mask() and ->unmask() operations only mask/unmask the
107 * mask/unmask level.
109 * The ->mask() and ->unmask() operations mask/unmask the interrupt
[all …]
H A Dirq-jcore-aic.c93 * The irq chip framework requires either mask/unmask or enable/disable in aic_irq_of_init()
96 * it affects all interrupts. We provide dummy mask/unmask. The hardware in aic_irq_of_init()
/openbmc/linux/drivers/scsi/snic/
H A Dvnic_intr.h54 int unmask, in svnic_intr_return_credits() argument
61 (unmask ? (1 << VNIC_INTR_UNMASK_SHIFT) : 0) | in svnic_intr_return_credits()
77 int unmask = 1; in svnic_intr_return_all_credits() local
80 svnic_intr_return_credits(intr, credits, unmask, reset_timer); in svnic_intr_return_all_credits()
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_intr.h57 unsigned int credits, int unmask, int reset_timer) in vnic_intr_return_credits() argument
63 (unmask ? (1 << VNIC_INTR_UNMASK_SHIFT) : 0) | in vnic_intr_return_credits()
77 int unmask = 1; in vnic_intr_return_all_credits() local
80 vnic_intr_return_credits(intr, credits, unmask, reset_timer); in vnic_intr_return_all_credits()
/openbmc/linux/drivers/scsi/fnic/
H A Dvnic_intr.h67 unsigned int credits, int unmask, int reset_timer) in vnic_intr_return_credits() argument
73 (unmask ? (1 << VNIC_INTR_UNMASK_SHIFT) : 0) | in vnic_intr_return_credits()
87 int unmask = 1; in vnic_intr_return_all_credits() local
90 vnic_intr_return_credits(intr, credits, unmask, reset_timer); in vnic_intr_return_all_credits()
H A Dfnic_isr.c48 1 /* unmask intr */, in fnic_isr_legacy()
69 1 /* unmask intr */, in fnic_isr_msi()
86 1 /* unmask intr */, in fnic_isr_msix_rq()
103 1 /* unmask intr */, in fnic_isr_msix_wq()
119 1 /* unmask intr */, in fnic_isr_msix_wq_copy()
/openbmc/linux/include/linux/pds/
H A Dpds_intr.h42 * @unmask -- When this bit is written with a 1
91 * @PDS_CORE_INTR_MASK_CLEAR: unmask interrupt.
103 * @PDS_CORE_INTR_CRED_UNMASK: unmask the interrupt.
105 * @PDS_CORE_INTR_CRED_REARM: unmask the and reset the timer.
/openbmc/linux/Documentation/arch/arm/
H A Dinterrupts.rst67 * Unmask the IRQ in hardware.
69 void (*unmask)(unsigned int irq);
85 unmask
129 Set the mask/unmask methods for handling this IRQ
/openbmc/qemu/hw/vfio/
H A Dplatform.c86 /* Get an eventfd for resample/unmask */ in vfio_init_intp()
87 intp->unmask = g_new0(EventNotifier, 1); in vfio_init_intp()
88 ret = event_notifier_init(intp->unmask, 0); in vfio_init_intp()
91 g_free(intp->unmask); in vfio_init_intp()
349 * programs the VFIO driver to unmask this IRQ when the
350 * intp->unmask eventfd is triggered
354 int32_t fd = event_notifier_get_fd(intp->unmask); in vfio_set_resample_eventfd()
394 intp->unmask, irq) < 0) { in vfio_start_irqfd_injection()
407 event_notifier_get_fd(intp->unmask)); in vfio_start_irqfd_injection()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_regs.h29 * @IONIC_INTR_MASK_CLEAR: unmask interrupt.
40 * @IONIC_INTR_CRED_UNMASK: unmask the interrupt.
42 * @IONIC_INTR_CRED_REARM: unmask the and reset the timer.
/openbmc/linux/drivers/vfio/platform/
H A Dvfio_platform_irq.c119 &vdev->irqs[index].unmask, in vfio_platform_set_irq_unmask()
122 vfio_virqfd_disable(&vdev->irqs[index].unmask); in vfio_platform_set_irq_unmask()
130 uint8_t unmask = *(uint8_t *)data; in vfio_platform_set_irq_unmask() local
132 if (unmask) in vfio_platform_set_irq_unmask()
357 vfio_virqfd_disable(&vdev->irqs[i].unmask); in vfio_platform_irq_cleanup()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_intrs.c27 struct virqfd *unmask; member
346 vfio_virqfd_flush_thread(&ctx->unmask); in vfio_intx_set_signal()
361 vfio_virqfd_disable(&ctx->unmask); in vfio_intx_disable()
567 vfio_virqfd_disable(&ctx->unmask); in vfio_msi_disable()
599 uint8_t unmask = *(uint8_t *)data; in vfio_pci_set_intx_unmask() local
600 if (unmask) in vfio_pci_set_intx_unmask()
612 &ctx->unmask, fd); in vfio_pci_set_intx_unmask()
614 vfio_virqfd_disable(&ctx->unmask); in vfio_pci_set_intx_unmask()
/openbmc/qemu/include/hw/vfio/
H A Dvfio-platform.h38 EventNotifier *unmask; /* eventfd for unmask on QEMU bypass */ member
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c251 u32 ctrl, lnkcap, cmd, dev_rev, unmask, sspl; in mvebu_pcie_setup_hw() local
330 * Unmask all legacy INTx interrupts as driver does not provide a way in mvebu_pcie_setup_hw()
338 unmask = mvebu_readl(port, PCIE_INT_UNMASK_OFF); in mvebu_pcie_setup_hw()
339 unmask |= PCIE_INT_INTX(0) | PCIE_INT_INTX(1) | in mvebu_pcie_setup_hw()
341 mvebu_writel(port, unmask, PCIE_INT_UNMASK_OFF); in mvebu_pcie_setup_hw()
1022 u32 unmask; in mvebu_pcie_intx_irq_mask() local
1025 unmask = mvebu_readl(port, PCIE_INT_UNMASK_OFF); in mvebu_pcie_intx_irq_mask()
1026 unmask &= ~PCIE_INT_INTX(hwirq); in mvebu_pcie_intx_irq_mask()
1027 mvebu_writel(port, unmask, PCIE_INT_UNMASK_OFF); in mvebu_pcie_intx_irq_mask()
1036 u32 unmask; in mvebu_pcie_intx_irq_unmask() local
[all …]
/openbmc/linux/drivers/xen/events/
H A Devents_internal.h25 void (*unmask)(evtchn_port_t port); member
92 return evtchn_ops->unmask(port); in unmask_evtchn()
H A Devents_2l.c94 smp_wmb(); /* All writes before unmask must be visible. */ in evtchn_2l_unmask()
120 struct evtchn_unmask unmask = { .port = port }; in evtchn_2l_unmask() local
121 (void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask); in evtchn_2l_unmask()
374 .unmask = evtchn_2l_unmask,
/openbmc/linux/drivers/power/reset/
H A Dst-poweroff.c23 /* syscfg used for unmask the reset */
51 /* unmask the reset */ in st_restart()
/openbmc/linux/arch/powerpc/sysdev/xics/
H A Dics-rtas.c32 pr_devel("xics: unmask virq %d [hw 0x%x]\n", d->irq, hw_irq); in ics_rtas_unmask_irq()
48 /* Now unmask the interrupt (often a no-op) */ in ics_rtas_unmask_irq()
59 /* unmask it */ in ics_rtas_startup()
H A Dics-native.c52 pr_devel("ics-native: unmask virq %d [hw 0x%x]\n", d->irq, vec); in ics_native_unmask_irq()
66 * card, using the MSI mask bits. Firmware doesn't appear to unmask in ics_native_startup()
73 /* unmask it */ in ics_native_startup()
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dentry.S167 // without an unmask-SError and isb. The ESB-instruction consumed any
193 msr daifclr, #4 // Unmask aborts
196 // SError is guaranteed to occur at the earliest when we unmask
/openbmc/qemu/include/system/
H A Dcryptodev-vhost.h132 * Mask/unmask events for @idx virtqueue on @dev device
146 * Should be called after unmask to avoid losing events.
/openbmc/linux/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-gpio.c166 * nsp_gpio_irq_set_mask - mask/unmask a GPIO interrupt
169 * @unmask: mask/unmask GPIO interrupt
171 static void nsp_gpio_irq_set_mask(struct irq_data *d, bool unmask) in nsp_gpio_irq_set_mask() argument
180 nsp_set_bit(chip, REG, NSP_GPIO_EVENT_INT_MASK, gpio, unmask); in nsp_gpio_irq_set_mask()
182 nsp_set_bit(chip, REG, NSP_GPIO_INT_MASK, gpio, unmask); in nsp_gpio_irq_set_mask()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.c677 /* Mask/unmask all ports, depending on dsa type */ in mvpp2_prs_dsa_tag_ethertype_set()
959 /* Unmask all ports */ in mvpp2_prs_ip4_proto()
1037 /* Unmask all ports */ in mvpp2_prs_ip4_cast()
1078 /* Unmask all ports */ in mvpp2_prs_ip6_proto()
1118 /* Unmask all ports */ in mvpp2_prs_ip6_cast()
1192 /* Unmask all ports */ in mvpp2_prs_mh_init()
1233 /* Unmask all ports */ in mvpp2_prs_mac_init()
1295 /* Unmask all ports */ in mvpp2_prs_dsa_init()
1323 /* Unmask all ports */ in mvpp2_prs_vid_init()
1349 /* Unmask all ports */ in mvpp2_prs_vid_init()
[all …]

12345678910>>...18