/openbmc/qemu/scripts/qapi/ |
H A D | backend.py | 22 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 D | main.py | 77 parser.add_argument('-u', '--unmask-non-abi-names', action='store_true', 78 dest='unmask', 103 unmask=args.unmask,
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-armada-370-xp.c | 47 * | 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 D | irq-jcore-aic.c | 93 * 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 D | vnic_intr.h | 54 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 D | vnic_intr.h | 57 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 D | vnic_intr.h | 67 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 D | fnic_isr.c | 48 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 D | pds_intr.h | 42 * @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 D | interrupts.rst | 67 * 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 D | platform.c | 86 /* 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 D | ionic_regs.h | 29 * @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 D | vfio_platform_irq.c | 119 &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 D | vfio_pci_intrs.c | 27 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 D | vfio-platform.h | 38 EventNotifier *unmask; /* eventfd for unmask on QEMU bypass */ member
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-mvebu.c | 251 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 D | events_internal.h | 25 void (*unmask)(evtchn_port_t port); member 92 return evtchn_ops->unmask(port); in unmask_evtchn()
|
H A D | events_2l.c | 94 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 D | st-poweroff.c | 23 /* syscfg used for unmask the reset */ 51 /* unmask the reset */ in st_restart()
|
/openbmc/linux/arch/powerpc/sysdev/xics/ |
H A D | ics-rtas.c | 32 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 D | ics-native.c | 52 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 D | entry.S | 167 // 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 D | cryptodev-vhost.h | 132 * 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 D | pinctrl-nsp-gpio.c | 166 * 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 D | mvpp2_prs.c | 677 /* 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 …]
|