/linux-4.1.27/kernel/irq/ |
D | migration.c | 53 bool masked; in irq_move_irq() local 66 masked = irqd_irq_masked(idata); in irq_move_irq() 67 if (!masked) in irq_move_irq() 70 if (!masked) in irq_move_irq()
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | irq.c | 364 int masked[NBR_REGS]; in crisv32_do_multiple() local 377 masked[i] = REG_RD_INT_VECT(intr_vect, irq_regs[cpu], in crisv32_do_multiple() 382 mask &= ~masked[i]; in crisv32_do_multiple() 386 if ((i == 1) && (masked[0] & TIMER_MASK)) in crisv32_do_multiple() 389 if ((i == 0) && (masked[0] & TIMER_MASK)) in crisv32_do_multiple() 397 if ((i == 1) && (masked[i] & TIMER_MASK)) { in crisv32_do_multiple() 398 masked[i] &= ~TIMER_MASK; in crisv32_do_multiple() 402 if ((i == 0) && (masked[i] & TIMER_MASK)) { in crisv32_do_multiple() 403 masked[i] &= ~TIMER_MASK; in crisv32_do_multiple() 411 masked[0] &= ~IGNORE_MASK; in crisv32_do_multiple() [all …]
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
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 …]
|
D | ar9003_mac.c | 182 static bool ar9003_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked, in ar9003_hw_get_isr() argument 206 *masked = 0; in ar9003_hw_get_isr() 243 *masked = 0; in ar9003_hw_get_isr() 247 *masked = isr & ATH9K_INT_COMMON; in ar9003_hw_get_isr() 251 *masked |= ATH9K_INT_RXLP; in ar9003_hw_get_isr() 255 *masked |= ATH9K_INT_TX; in ar9003_hw_get_isr() 258 *masked |= ATH9K_INT_RXLP; in ar9003_hw_get_isr() 261 *masked |= ATH9K_INT_RXHP; in ar9003_hw_get_isr() 264 *masked |= ATH9K_INT_TX; in ar9003_hw_get_isr() 293 *masked |= ATH9K_INT_GENTIMER; in ar9003_hw_get_isr() [all …]
|
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()
|
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
|
D | ar9003_mci.c | 369 void ar9003_mci_get_isr(struct ath_hw *ah, enum ath9k_int *masked) in ar9003_mci_get_isr() argument 384 *masked |= ATH9K_INT_MCI; in ar9003_mci_get_isr()
|
D | hw.h | 727 bool (*get_isr)(struct ath_hw *ah, enum ath9k_int *masked,
|
/linux-4.1.27/drivers/vfio/platform/ |
D | vfio_platform_irq.c | 32 if (!irq_ctx->masked) { in vfio_platform_mask() 34 irq_ctx->masked = true; in vfio_platform_mask() 92 if (irq_ctx->masked) { in vfio_platform_unmask() 94 irq_ctx->masked = false; in vfio_platform_unmask() 155 if (!irq_ctx->masked) { in vfio_automasked_irq_handler() 160 irq_ctx->masked = true; in vfio_automasked_irq_handler() 219 if (!irq->masked) in vfio_set_trigger() 316 vdev->irqs[i].masked = false; in vfio_platform_irq_init()
|
D | vfio_platform_private.h | 36 bool masked; member
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | irq.c | 138 unsigned masked; in do_multiple_IRQ() local 143 mask = masked = *R_VECT_MASK_RD; in do_multiple_IRQ() 169 if (masked & (1 << bit)) { in do_multiple_IRQ() 178 *R_VECT_MASK_SET = (masked | ethmask); in do_multiple_IRQ()
|
/linux-4.1.27/net/openvswitch/ |
D | actions.c | 331 const __be32 mask[4], __be32 masked[4]) in mask_ipv6_addr() 333 masked[0] = MASKED(old[0], addr[0], mask[0]); in mask_ipv6_addr() 334 masked[1] = MASKED(old[1], addr[1], mask[1]); in mask_ipv6_addr() 335 masked[2] = MASKED(old[2], addr[2], mask[2]); in mask_ipv6_addr() 336 masked[3] = MASKED(old[3], addr[3], mask[3]); in mask_ipv6_addr() 439 __be32 masked[4]; in set_ipv6() local 441 mask_ipv6_addr(saddr, key->ipv6_src, mask->ipv6_src, masked); in set_ipv6() 443 if (unlikely(memcmp(saddr, masked, sizeof(masked)))) { in set_ipv6() 444 set_ipv6_addr(skb, key->ipv6_proto, saddr, masked, in set_ipv6() 446 memcpy(&flow_key->ipv6.addr.src, masked, in set_ipv6() [all …]
|
D | flow_netlink.c | 1817 bool *skip_copy, __be16 eth_type, bool masked, bool log) in validate_set() argument 1828 if (masked) in validate_set() 1836 if (masked && !validate_masked(nla_data(ovs_key), key_len)) in validate_set() 1853 if (masked) in validate_set() 1868 if (masked) { in validate_set() 1889 if (masked) { in validate_set() 1945 if (!masked && key_type != OVS_KEY_ATTR_TUNNEL) { in validate_set()
|
/linux-4.1.27/drivers/vfio/pci/ |
D | vfio_pci_intrs.c | 55 } else if (!vdev->ctx[0].masked) { in vfio_pci_intx_mask() 65 vdev->ctx[0].masked = true; in vfio_pci_intx_mask() 93 } else if (vdev->ctx[0].masked && !vdev->virq_disabled) { in vfio_pci_intx_unmask_handler() 105 vdev->ctx[0].masked = (ret > 0); in vfio_pci_intx_unmask_handler() 129 vdev->ctx[0].masked = true; in vfio_intx_handler() 131 } else if (!vdev->ctx[0].masked && /* may be shared */ in vfio_intx_handler() 133 vdev->ctx[0].masked = true; in vfio_intx_handler() 165 vdev->ctx[0].masked = vdev->virq_disabled; in vfio_intx_enable() 167 pci_intx(vdev->pdev, !vdev->ctx[0].masked); in vfio_intx_enable() 222 if (!vdev->pci_2_3 && vdev->ctx[0].masked) in vfio_intx_set_signal()
|
D | vfio_pci_private.h | 31 bool masked; member
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable_types.h | 331 unsigned long masked; in pgprot2cachemode() local 333 masked = pgprot_val(pgprot) & _PAGE_CACHE_MASK; in pgprot2cachemode() 334 if (likely(masked == 0)) in pgprot2cachemode() 336 return __pte2cachemode_tbl[__pte2cm_idx(masked)]; in pgprot2cachemode()
|
D | kvm_emulate.h | 211 void (*set_nmi_mask)(struct x86_emulate_ctxt *ctxt, bool masked);
|
D | kvm_host.h | 769 void (*set_nmi_mask)(struct kvm_vcpu *vcpu, bool masked); 896 void (*func)(struct kvm_irq_mask_notifier *kimn, bool masked);
|
/linux-4.1.27/arch/tile/kernel/ |
D | irq.c | 88 unsigned long masked = __insn_mfspr(SPR_IPI_MASK_K); in tile_dev_intr() local 89 original_irqs = __insn_mfspr(SPR_IPI_EVENT_K) & ~masked; in tile_dev_intr()
|
/linux-4.1.27/arch/metag/include/asm/ |
D | cacheflush.h | 152 unsigned long masked = (unsigned long)addr & -0x40; in cachewd_line() local 153 __builtin_meta2_cachewd((void *)masked, data); in cachewd_line()
|
/linux-4.1.27/drivers/xen/events/ |
D | events_base.c | 491 int masked = test_and_set_mask(evtchn); in eoi_pirq() local 497 if (!masked) in eoi_pirq() 1310 int masked; in rebind_irq_to_cpu() local 1330 masked = test_and_set_mask(evtchn); in rebind_irq_to_cpu() 1340 if (!masked) in rebind_irq_to_cpu() 1379 int masked = test_and_set_mask(evtchn); in ack_dynirq() local 1385 if (!masked) in ack_dynirq() 1400 int masked; in retrigger_dynirq() local 1405 masked = test_and_set_mask(evtchn); in retrigger_dynirq() 1407 if (!masked) in retrigger_dynirq()
|
/linux-4.1.27/fs/ |
D | binfmt_misc.c | 423 char *masked = kmalloc(e->size, GFP_KERNEL); in create_entry() local 429 if (masked) { in create_entry() 431 masked[i] = e->magic[i] & e->mask[i]; in create_entry() 434 DUMP_PREFIX_NONE, masked, e->size); in create_entry() 436 kfree(masked); in create_entry()
|
/linux-4.1.27/drivers/pci/ |
D | msi.c | 225 u32 mask_bits = desc->masked; in __pci_msi_desc_mask_irq() 239 desc->masked = __pci_msi_desc_mask_irq(desc, mask, flag); in msi_mask_irq() 251 u32 mask_bits = desc->masked; in __pci_msix_desc_mask_irq() 268 desc->masked = __pci_msix_desc_mask_irq(desc, flag); in msix_mask_irq() 460 entry->masked); in __pci_restore_msi_state() 481 msix_mask_irq(entry, entry->masked); in __pci_restore_msix_state() 614 pci_read_config_dword(dev, entry->mask_pos, &entry->masked); in msi_setup_entry() 754 entry->masked = readl(entry->mask_base + offset); in msix_program_entries()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_gsc.c | 666 bool masked; in gsc_src_set_buf_seq() local 677 masked = false; in gsc_src_set_buf_seq() 680 masked = true; in gsc_src_set_buf_seq() 689 cfg |= masked << buf_id; in gsc_src_set_buf_seq() 1098 bool masked; in gsc_dst_set_buf_seq() local 1112 masked = false; in gsc_dst_set_buf_seq() 1115 masked = true; in gsc_dst_set_buf_seq() 1125 cfg |= masked << buf_id; in gsc_dst_set_buf_seq()
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | xics.txt | 59 This bit is set to 1 if the interrupt is masked (cannot be delivered 61 call, or 0 if it is not masked.
|
D | s390_flic.txt | 65 to use, maskable whether this adapter may be masked (interrupts turned off)
|
/linux-4.1.27/Documentation/filesystems/ |
D | adfs.txt | 35 These are then masked by ownmask, eg 700 -> -rwx------ 41 These are then masked by othmask, eg 077 -> ----rwxrwx
|
D | spufs.txt | 347 The bits masked with this value contain the code returned from
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | sync_serial.c | 1331 reg_dma_r_masked_intr masked; in tr_interrupt() local 1344 masked = REG_RD(dma, port->regi_dmaout, r_masked_intr); in tr_interrupt() 1345 if (!masked.data) in tr_interrupt() 1489 reg_dma_r_masked_intr masked; in rx_interrupt() local 1502 masked = REG_RD(dma, port->regi_dmain, r_masked_intr); in rx_interrupt() 1504 if (!masked.data) in rx_interrupt() 1523 reg_sser_r_masked_intr masked; in manual_interrupt() local 1531 masked = REG_RD(sser, port->regi_sser, r_masked_intr); in manual_interrupt() 1533 if (masked.rdav) { in manual_interrupt() 1582 if (masked.trdy) { in manual_interrupt()
|
/linux-4.1.27/drivers/watchdog/ |
D | orion_wdt.c | 330 bool masked, enabled, running; in armada375_enabled() local 332 masked = readl(dev->rstout_mask) & dev->data->rstout_mask_bit; in armada375_enabled() 336 return !masked && enabled && running; in armada375_enabled()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 106 bics r13, r13, r11 @ clear masked - any left? 132 bics r13, r13, r11 @ clear masked - any left?
|
/linux-4.1.27/drivers/hv/ |
D | hv.c | 442 shared_sint.masked = false; in hv_synic_init() 511 shared_sint.masked = 1; in hv_synic_cleanup()
|
D | hyperv_vmbus.h | 259 u64 masked:1; member
|
/linux-4.1.27/drivers/irqchip/ |
D | irq-mips-gic.c | 439 unsigned long pending, masked; in gic_handle_local_int() local 443 masked = gic_read(GIC_REG(VPE_LOCAL, GIC_VPE_MASK)); in gic_handle_local_int() 445 bitmap_and(&pending, &pending, &masked, GIC_NUM_LOCAL_INTRS); in gic_handle_local_int()
|
/linux-4.1.27/include/linux/ |
D | msi.h | 31 u32 masked; /* mask bits */ member
|
/linux-4.1.27/Documentation/powerpc/ |
D | cpu_features.txt | 14 arch/powerpc/kernel/cputable.c. The PVR register is masked and compared with
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | kvm.h | 307 __u8 masked; member
|
/linux-4.1.27/security/selinux/ss/ |
D | services.c | 549 u32 masked = 0; in type_attribute_bounds_av() local 571 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av() 586 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av() 602 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av() 605 if (masked) { in type_attribute_bounds_av() 607 avd->allowed &= ~masked; in type_attribute_bounds_av() 611 tclass, masked, "bounds"); in type_attribute_bounds_av()
|
/linux-4.1.27/drivers/media/platform/ |
D | sh_vou.c | 1057 u32 irq_status = sh_vou_reg_a_read(vou_dev, VOUIR), masked; in sh_vou_isr() local 1078 masked = ~(0x300 & irq_status) & irq_status & 0x30304; in sh_vou_isr() 1081 irq_status, masked, vou_status, cnt); in sh_vou_isr() 1087 sh_vou_reg_a_write(vou_dev, VOUIR, masked); in sh_vou_isr()
|
/linux-4.1.27/arch/x86/um/ |
D | checksum_32.S | 204 notl %ecx # 1->2, 2->1, 3->0, higher bits are masked
|
/linux-4.1.27/arch/x86/kernel/apic/ |
D | io_apic.c | 1902 struct irq_cfg *cfg, bool masked) in ioapic_irqd_unmask() argument 1904 if (unlikely(masked)) { in ioapic_irqd_unmask() 1942 struct irq_cfg *cfg, bool masked) in ioapic_irqd_unmask() argument 1952 bool masked; in ack_ioapic_level() local 1955 masked = ioapic_irqd_mask(data, cfg); in ack_ioapic_level() 2011 ioapic_irqd_unmask(data, cfg, masked); in ack_ioapic_level()
|
/linux-4.1.27/Documentation/hwmon/ |
D | lm63 | 43 value have to be masked out. The value is still 16 bit in width.
|
D | adm1026 | 44 generated. The interrupts can be masked. In addition, there are over-temp
|
D | lm85 | 152 temperature sensors fail. Individual sensor interrupts can be masked so
|
/linux-4.1.27/arch/s390/kvm/ |
D | interrupt.c | 1815 adapter->masked = false; in register_io_adapter() 1822 int kvm_s390_mask_adapter(struct kvm *kvm, unsigned int id, bool masked) in kvm_s390_mask_adapter() argument 1829 ret = adapter->masked; in kvm_s390_mask_adapter() 1830 adapter->masked = masked; in kvm_s390_mask_adapter() 2092 if ((ret > 0) && !adapter->masked) { in set_adapter_int()
|
D | kvm-s390.h | 184 int kvm_s390_mask_adapter(struct kvm *kvm, unsigned int id, bool masked);
|
/linux-4.1.27/arch/s390/include/asm/ |
D | kvm_host.h | 535 bool masked; member
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 53 configuration registers to a sane state-- masked or
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 159 masked.
|
/linux-4.1.27/arch/arm/kernel/ |
D | head.S | 91 @ ensure svc mode and all interrupts masked
|
/linux-4.1.27/arch/x86/lib/ |
D | checksum_32.S | 240 notl %ecx # 1->2, 2->1, 3->0, higher bits are masked
|
/linux-4.1.27/Documentation/frv/ |
D | kernel-ABI.txt | 222 ICC2.Z would be shifted into the save variable and masked off
|
/linux-4.1.27/Documentation/arm64/ |
D | booting.txt | 137 All forms of interrupts must be masked in PSTATE.DAIF (Debug, SError,
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | object.txt | 123 is not masked, the object will be queued for processing (by calling
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 95 are not masked. Tests show that the extra wakeups from scheduler tick
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 115 (b) the underflow exception is masked.
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 58 and UUIDs masked off 195 events. If a key is "masked" (bit set to 0 in the mask), the firmware 392 disabled or with Fn+F3 masked
|
/linux-4.1.27/arch/x86/kvm/ |
D | vmx.c | 4935 static void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked) in vmx_set_nmi_mask() argument 4940 if (vmx->soft_vnmi_blocked != masked) { in vmx_set_nmi_mask() 4941 vmx->soft_vnmi_blocked = masked; in vmx_set_nmi_mask() 4945 vmx->nmi_known_unmasked = !masked; in vmx_set_nmi_mask() 4946 if (masked) in vmx_set_nmi_mask()
|
D | x86.c | 3113 events->nmi.masked = kvm_x86_ops->get_nmi_mask(vcpu); in kvm_vcpu_ioctl_x86_get_vcpu_events() 3147 kvm_x86_ops->set_nmi_mask(vcpu, events->nmi.masked); in kvm_vcpu_ioctl_x86_set_vcpu_events() 5021 static void emulator_set_nmi_mask(struct x86_emulate_ctxt *ctxt, bool masked) in emulator_set_nmi_mask() argument 5023 kvm_x86_ops->set_nmi_mask(emul_to_vcpu(ctxt), masked); in emulator_set_nmi_mask()
|
D | svm.c | 3686 static void svm_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked) in svm_set_nmi_mask() argument 3690 if (masked) { in svm_set_nmi_mask()
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 644 SELECT First, masked with 0xE0 if LBA48, 0xEF
|
/linux-4.1.27/Documentation/networking/ |
D | scaling.txt | 58 The indirection table of an RSS device, which resolves a queue by masked
|
/linux-4.1.27/Documentation/PCI/ |
D | MSI-HOWTO.txt | 24 in PCI 3.0 to allow each interrupt to be masked individually. The MSI-X
|
D | pci.txt | 442 iterations later). Once the shared IRQ is masked, the remaining devices
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 573 by the driver does not have the capability, is can be masked out by 822 not masked:
|
/linux-4.1.27/Documentation/ |
D | parport-lowlevel.txt | 1141 The interrupt itself is not masked.
|
/linux-4.1.27/Documentation/scsi/ |
D | st.txt | 449 the pattern is non-zero, the pattern must match the masked
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 934 entry in the chipset's IO-APIC is masked (as, e.g. the RT 937 the original IRQ line masked so that only the equivalent "boot
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 818 __u8 masked; 1214 with unknown or unsupported features masked out. Some features (for example,
|