masked            411 arch/powerpc/kvm/book3s_xive_native.c 					u32 server, u8 priority, bool masked,
masked            425 arch/powerpc/kvm/book3s_xive_native.c 		 priority, server, masked, state->act_server,
masked            430 arch/powerpc/kvm/book3s_xive_native.c 	if (priority != MASKED && !masked) {
masked            465 arch/powerpc/kvm/book3s_xive_native.c 	bool masked;
masked            486 arch/powerpc/kvm/book3s_xive_native.c 	masked = (kvm_cfg & KVM_XIVE_SOURCE_MASKED_MASK) >>
masked            498 arch/powerpc/kvm/book3s_xive_native.c 						       priority, masked, eisn);
masked            695 arch/s390/include/asm/kvm_host.h 	bool masked;
masked           2337 arch/s390/kvm/interrupt.c 	adapter->masked = false;
masked           2346 arch/s390/kvm/interrupt.c int kvm_s390_mask_adapter(struct kvm *kvm, unsigned int id, bool masked)
masked           2353 arch/s390/kvm/interrupt.c 	ret = adapter->masked;
masked           2354 arch/s390/kvm/interrupt.c 	adapter->masked = masked;
masked           2772 arch/s390/kvm/interrupt.c 	if ((ret > 0) && !adapter->masked) {
masked            233 arch/s390/kvm/kvm-s390.h int kvm_s390_mask_adapter(struct kvm *kvm, unsigned int id, bool masked);
masked            805 arch/x86/include/asm/hyperv-tlfs.h 		u64 masked:1;
masked            225 arch/x86/include/asm/kvm_emulate.h 	void (*set_nmi_mask)(struct x86_emulate_ctxt *ctxt, bool masked);
masked           1090 arch/x86/include/asm/kvm_host.h 	void (*set_nmi_mask)(struct kvm_vcpu *vcpu, bool masked);
masked           1291 arch/x86/include/asm/kvm_host.h 	void (*func)(struct kvm_irq_mask_notifier *kimn, bool masked);
masked            479 arch/x86/include/asm/pgtable_types.h 	unsigned long masked;
masked            481 arch/x86/include/asm/pgtable_types.h 	masked = pgprot_val(pgprot) & _PAGE_CACHE_MASK;
masked            482 arch/x86/include/asm/pgtable_types.h 	if (likely(masked == 0))
masked            484 arch/x86/include/asm/pgtable_types.h 	return __pte2cachemode_tbl[__pte2cm_idx(masked)];
masked            315 arch/x86/include/uapi/asm/kvm.h 		__u8 masked;
masked           1739 arch/x86/kernel/apic/io_apic.c static inline void ioapic_irqd_unmask(struct irq_data *data, bool masked)
masked           1741 arch/x86/kernel/apic/io_apic.c 	if (unlikely(masked)) {
masked           1780 arch/x86/kernel/apic/io_apic.c static inline void ioapic_irqd_unmask(struct irq_data *data, bool masked)
masked           1789 arch/x86/kernel/apic/io_apic.c 	bool masked;
masked           1793 arch/x86/kernel/apic/io_apic.c 	masked = ioapic_irqd_mask(irq_data);
masked           1848 arch/x86/kernel/apic/io_apic.c 	ioapic_irqd_unmask(irq_data, masked);
masked            102 arch/x86/kvm/hyperv.c 	bool masked;
masked            105 arch/x86/kvm/hyperv.c 	masked = data & HV_SYNIC_SINT_MASKED;
masked            112 arch/x86/kvm/hyperv.c 	if (vector < HV_SYNIC_FIRST_VALID_VECTOR && !host && !masked)
masked           5439 arch/x86/kvm/svm.c static void svm_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked)
masked           5443 arch/x86/kvm/svm.c 	if (masked) {
masked           4431 arch/x86/kvm/vmx/vmx.c 	bool masked;
masked           4437 arch/x86/kvm/vmx/vmx.c 	masked = vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & GUEST_INTR_STATE_NMI;
masked           4438 arch/x86/kvm/vmx/vmx.c 	vmx->loaded_vmcs->nmi_known_unmasked = !masked;
masked           4439 arch/x86/kvm/vmx/vmx.c 	return masked;
masked           4442 arch/x86/kvm/vmx/vmx.c void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked)
masked           4447 arch/x86/kvm/vmx/vmx.c 		if (vmx->loaded_vmcs->soft_vnmi_blocked != masked) {
masked           4448 arch/x86/kvm/vmx/vmx.c 			vmx->loaded_vmcs->soft_vnmi_blocked = masked;
masked           4452 arch/x86/kvm/vmx/vmx.c 		vmx->loaded_vmcs->nmi_known_unmasked = !masked;
masked           4453 arch/x86/kvm/vmx/vmx.c 		if (masked)
masked            333 arch/x86/kvm/vmx/vmx.h void vmx_set_nmi_mask(struct kvm_vcpu *vcpu, bool masked);
masked           3805 arch/x86/kvm/x86.c 	events->nmi.masked = kvm_x86_ops->get_nmi_mask(vcpu);
masked           3878 arch/x86/kvm/x86.c 	kvm_x86_ops->set_nmi_mask(vcpu, events->nmi.masked);
masked           6251 arch/x86/kvm/x86.c static void emulator_set_nmi_mask(struct x86_emulate_ctxt *ctxt, bool masked)
masked           6253 arch/x86/kvm/x86.c 	kvm_x86_ops->set_nmi_mask(emul_to_vcpu(ctxt), masked);
masked            645 drivers/bus/moxtet.c 	moxtet->irq.masked |= BIT(d->hwirq);
masked            652 drivers/bus/moxtet.c 	moxtet->irq.masked &= ~BIT(d->hwirq);
masked            704 drivers/bus/moxtet.c 	set &= ~moxtet->irq.masked;
masked            718 drivers/bus/moxtet.c 		set &= ~moxtet->irq.masked;
masked            756 drivers/bus/moxtet.c 	moxtet->irq.masked = ~0;
masked            610 drivers/gpu/drm/exynos/exynos_drm_gsc.c 	bool masked = !enqueue;
masked            619 drivers/gpu/drm/exynos/exynos_drm_gsc.c 	cfg |= masked << buf_id;
masked            927 drivers/gpu/drm/exynos/exynos_drm_gsc.c 	bool masked = !enqueue;
masked            936 drivers/gpu/drm/exynos/exynos_drm_gsc.c 	cfg |= masked << buf_id;
masked            186 drivers/hv/hv.c 	shared_sint.masked = false;
masked            222 drivers/hv/hv.c 	shared_sint.masked = 1;
masked            309 drivers/irqchip/irq-mips-gic.c 	unsigned long pending, masked;
masked            313 drivers/irqchip/irq-mips-gic.c 	masked = read_gic_vl_mask();
masked            315 drivers/irqchip/irq-mips-gic.c 	bitmap_and(&pending, &pending, &masked, GIC_NUM_LOCAL_INTRS);
masked            165 drivers/irqchip/irq-mtk-cirq.c 	bool pending, masked;
masked            196 drivers/irqchip/irq-mtk-cirq.c 							&masked);
masked            199 drivers/irqchip/irq-mtk-cirq.c 			    (pending && !masked))
masked           1020 drivers/media/platform/sh_vou.c 	u32 irq_status = sh_vou_reg_a_read(vou_dev, VOUIR), masked;
masked           1041 drivers/media/platform/sh_vou.c 	masked = ~(0x300 & irq_status) & irq_status & 0x30304;
masked           1044 drivers/media/platform/sh_vou.c 		irq_status, masked, vou_status, cnt);
masked           1050 drivers/media/platform/sh_vou.c 	sh_vou_reg_a_write(vou_dev, VOUIR, masked);
masked            131 drivers/net/dsa/mv88e6xxx/chip.c 	chip->g1_irq.masked |= (1 << n);
masked            139 drivers/net/dsa/mv88e6xxx/chip.c 	chip->g1_irq.masked &= ~(1 << n);
masked            210 drivers/net/dsa/mv88e6xxx/chip.c 	reg |= (~chip->g1_irq.masked & mask);
masked            293 drivers/net/dsa/mv88e6xxx/chip.c 	chip->g1_irq.masked = ~0;
masked            161 drivers/net/dsa/mv88e6xxx/chip.h 	u16 masked;
masked            983 drivers/net/dsa/mv88e6xxx/global2.c 	chip->g2_irq.masked |= (1 << n);
masked            991 drivers/net/dsa/mv88e6xxx/global2.c 	chip->g2_irq.masked &= ~(1 << n);
masked           1032 drivers/net/dsa/mv88e6xxx/global2.c 	err = mv88e6xxx_g2_int_mask(chip, ~chip->g2_irq.masked);
masked           1086 drivers/net/dsa/mv88e6xxx/global2.c 	chip->g2_irq.masked = ~0;
masked           1088 drivers/net/dsa/mv88e6xxx/global2.c 	err = mv88e6xxx_g2_int_mask(chip, ~chip->g2_irq.masked);
masked            113 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c 	u8 masked[DR_STE_SIZE_TAG] = {};
masked            126 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c 			masked[i] = hw_ste->tag[i];
masked            131 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c 	crc32 = mlx5dr_crc32_slice8_calc(masked, DR_STE_SIZE_TAG);
masked             32 drivers/net/wireless/ath/ath9k/ar9002_mac.c static bool ar9002_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked,
masked             53 drivers/net/wireless/ath/ath9k/ar9002_mac.c 		*masked = 0;
masked             58 drivers/net/wireless/ath/ath9k/ar9002_mac.c 		*masked = 0;
masked             91 drivers/net/wireless/ath/ath9k/ar9002_mac.c 			*masked = 0;
masked             95 drivers/net/wireless/ath/ath9k/ar9002_mac.c 		*masked = isr & ATH9K_INT_COMMON;
masked             99 drivers/net/wireless/ath/ath9k/ar9002_mac.c 			*masked |= ATH9K_INT_RX;
masked            106 drivers/net/wireless/ath/ath9k/ar9002_mac.c 			*masked |= ATH9K_INT_TX;
masked            134 drivers/net/wireless/ath/ath9k/ar9002_mac.c 		*masked |= mask2;
masked            153 drivers/net/wireless/ath/ath9k/ar9002_mac.c 			*masked |= ATH9K_INT_GENTIMER;
masked            157 drivers/net/wireless/ath/ath9k/ar9002_mac.c 			*masked |= ATH9K_INT_TIM_TIMER;
masked            190 drivers/net/wireless/ath/ath9k/ar9002_mac.c 			*masked |= ATH9K_INT_FATAL;
masked            197 drivers/net/wireless/ath/ath9k/ar9002_mac.c 			*masked |= ATH9K_INT_FATAL;
masked            182 drivers/net/wireless/ath/ath9k/ar9003_mac.c static bool ar9003_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked,
masked            206 drivers/net/wireless/ath/ath9k/ar9003_mac.c 	*masked = 0;
masked            243 drivers/net/wireless/ath/ath9k/ar9003_mac.c 			*masked = 0;
masked            247 drivers/net/wireless/ath/ath9k/ar9003_mac.c 		*masked = isr & ATH9K_INT_COMMON;
masked            251 drivers/net/wireless/ath/ath9k/ar9003_mac.c 				*masked |= ATH9K_INT_RXLP;
masked            255 drivers/net/wireless/ath/ath9k/ar9003_mac.c 				*masked |= ATH9K_INT_TX;
masked            258 drivers/net/wireless/ath/ath9k/ar9003_mac.c 			*masked |= ATH9K_INT_RXLP;
masked            261 drivers/net/wireless/ath/ath9k/ar9003_mac.c 			*masked |= ATH9K_INT_RXHP;
masked            264 drivers/net/wireless/ath/ath9k/ar9003_mac.c 			*masked |= ATH9K_INT_TX;
masked            293 drivers/net/wireless/ath/ath9k/ar9003_mac.c 				*masked |= ATH9K_INT_GENTIMER;
masked            302 drivers/net/wireless/ath/ath9k/ar9003_mac.c 		*masked |= mask2;
masked            310 drivers/net/wireless/ath/ath9k/ar9003_mac.c 		if (*masked & ATH9K_INT_BB_WATCHDOG)
masked            315 drivers/net/wireless/ath/ath9k/ar9003_mac.c 		ar9003_mci_get_isr(ah, masked);
masked            334 drivers/net/wireless/ath/ath9k/ar9003_mac.c 			*masked |= ATH9K_INT_FATAL;
masked            340 drivers/net/wireless/ath/ath9k/ar9003_mac.c 			*masked |= ATH9K_INT_FATAL;
masked            369 drivers/net/wireless/ath/ath9k/ar9003_mci.c void ar9003_mci_get_isr(struct ath_hw *ah, enum ath9k_int *masked)
masked            384 drivers/net/wireless/ath/ath9k/ar9003_mci.c 		*masked |= ATH9K_INT_MCI;
masked            335 drivers/net/wireless/ath/ath9k/ar9003_mci.h void ar9003_mci_get_isr(struct ath_hw *ah, enum ath9k_int *masked);
masked            374 drivers/net/wireless/ath/ath9k/ar9003_mci.h static inline void ar9003_mci_get_isr(struct ath_hw *ah, enum ath9k_int *masked)
masked             51 drivers/net/wireless/ath/ath9k/hw-ops.h static inline bool ath9k_hw_getisr(struct ath_hw *ah, enum ath9k_int *masked,
masked             54 drivers/net/wireless/ath/ath9k/hw-ops.h 	return ath9k_hw_ops(ah)->get_isr(ah, masked, sync_cause_p);
masked            729 drivers/net/wireless/ath/ath9k/hw.h 	bool (*get_isr)(struct ath_hw *ah, enum ath9k_int *masked,
masked            175 drivers/pci/msi.c 	u32 mask_bits = desc->masked;
masked            190 drivers/pci/msi.c 	desc->masked = __pci_msi_desc_mask_irq(desc, mask, flag);
masked            211 drivers/pci/msi.c 	u32 mask_bits = desc->masked;
masked            232 drivers/pci/msi.c 	desc->masked = __pci_msix_desc_mask_irq(desc, flag);
masked            428 drivers/pci/msi.c 		     entry->masked);
masked            449 drivers/pci/msi.c 		msix_mask_irq(entry, entry->masked);
masked            590 drivers/pci/msi.c 		pci_read_config_dword(dev, entry->mask_pos, &entry->masked);
masked            754 drivers/pci/msi.c 			entry->masked = readl(desc_addr +
masked            757 drivers/pci/msi.c 			entry->masked = 0;
masked            106 drivers/pinctrl/pinctrl-sx150x.c 		u32 masked;
masked            492 drivers/pinctrl/pinctrl-sx150x.c 	pctl->irq.masked |= BIT(n);
masked            501 drivers/pinctrl/pinctrl-sx150x.c 	pctl->irq.masked &= ~BIT(n);
masked            574 drivers/pinctrl/pinctrl-sx150x.c 	regmap_write(pctl->regmap, pctl->data->reg_irq_mask, pctl->irq.masked);
masked           1208 drivers/pinctrl/pinctrl-sx150x.c 		pctl->irq.masked = ~0;
masked             30 drivers/staging/greybus/gpio.c 	bool			masked;
masked            277 drivers/staging/greybus/gpio.c 	line->masked = true;
masked            287 drivers/staging/greybus/gpio.c 	line->masked = false;
masked            349 drivers/staging/greybus/gpio.c 		if (line->masked)
masked           3813 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 		u16 input_b = 0, masked = 0, ioted = 0, BrateCfg = 0;
masked           3823 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 		masked = BrateCfg;
masked           3840 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c 		DBG_8192C("HW_VAR_BASIC_RATE: %#x -> %#x -> %#x\n", input_b, masked, ioted);
masked             52 drivers/vfio/pci/vfio_pci_intrs.c 	} else if (!vdev->ctx[0].masked) {
masked             62 drivers/vfio/pci/vfio_pci_intrs.c 		vdev->ctx[0].masked = true;
masked             90 drivers/vfio/pci/vfio_pci_intrs.c 	} else if (vdev->ctx[0].masked && !vdev->virq_disabled) {
masked            102 drivers/vfio/pci/vfio_pci_intrs.c 		vdev->ctx[0].masked = (ret > 0);
masked            126 drivers/vfio/pci/vfio_pci_intrs.c 		vdev->ctx[0].masked = true;
masked            128 drivers/vfio/pci/vfio_pci_intrs.c 	} else if (!vdev->ctx[0].masked &&  /* may be shared */
masked            130 drivers/vfio/pci/vfio_pci_intrs.c 		vdev->ctx[0].masked = true;
masked            162 drivers/vfio/pci/vfio_pci_intrs.c 	vdev->ctx[0].masked = vdev->virq_disabled;
masked            164 drivers/vfio/pci/vfio_pci_intrs.c 		pci_intx(vdev->pdev, !vdev->ctx[0].masked);
masked            219 drivers/vfio/pci/vfio_pci_intrs.c 	if (!vdev->pci_2_3 && vdev->ctx[0].masked)
masked             47 drivers/vfio/pci/vfio_pci_private.h 	bool			masked;
masked             24 drivers/vfio/platform/vfio_platform_irq.c 	if (!irq_ctx->masked) {
masked             26 drivers/vfio/platform/vfio_platform_irq.c 		irq_ctx->masked = true;
masked             84 drivers/vfio/platform/vfio_platform_irq.c 	if (irq_ctx->masked) {
masked             86 drivers/vfio/platform/vfio_platform_irq.c 		irq_ctx->masked = false;
masked            147 drivers/vfio/platform/vfio_platform_irq.c 	if (!irq_ctx->masked) {
masked            152 drivers/vfio/platform/vfio_platform_irq.c 		irq_ctx->masked = true;
masked            212 drivers/vfio/platform/vfio_platform_irq.c 	if (!irq->masked)
masked            309 drivers/vfio/platform/vfio_platform_irq.c 		vdev->irqs[i].masked = false;
masked             28 drivers/vfio/platform/vfio_platform_private.h 	bool			masked;
masked            347 drivers/watchdog/orion_wdt.c 	bool masked, enabled, running;
masked            349 drivers/watchdog/orion_wdt.c 	masked = readl(dev->rstout_mask) & dev->data->rstout_mask_bit;
masked            353 drivers/watchdog/orion_wdt.c 	return !masked && enabled && running;
masked            484 drivers/xen/events/events_base.c 		int masked = test_and_set_mask(evtchn);
masked            490 drivers/xen/events/events_base.c 		if (!masked)
masked           1300 drivers/xen/events/events_base.c 	int masked;
masked           1316 drivers/xen/events/events_base.c 	masked = test_and_set_mask(evtchn);
masked           1326 drivers/xen/events/events_base.c 	if (!masked)
masked           1378 drivers/xen/events/events_base.c 		int masked = test_and_set_mask(evtchn);
masked           1384 drivers/xen/events/events_base.c 		if (!masked)
masked           1399 drivers/xen/events/events_base.c 	int masked;
masked           1404 drivers/xen/events/events_base.c 	masked = test_and_set_mask(evtchn);
masked           1406 drivers/xen/events/events_base.c 	if (!masked)
masked            449 fs/binfmt_misc.c 				char *masked = kmalloc(e->size, GFP_KERNEL);
masked            455 fs/binfmt_misc.c 				if (masked) {
masked            457 fs/binfmt_misc.c 						masked[i] = e->magic[i] & e->mask[i];
masked            460 fs/binfmt_misc.c 						DUMP_PREFIX_NONE, masked, e->size);
masked            462 fs/binfmt_misc.c 					kfree(masked);
masked             50 include/linux/moxtet.h 		unsigned long		masked, exists;
masked            103 include/linux/msi.h 			u32 masked;
masked             96 kernel/irq/migration.c 	bool masked;
masked            113 kernel/irq/migration.c 	masked = irqd_irq_masked(idata);
masked            114 kernel/irq/migration.c 	if (!masked)
masked            117 kernel/irq/migration.c 	if (!masked)
masked            408 net/openvswitch/actions.c 			   const __be32 mask[4], __be32 masked[4])
masked            410 net/openvswitch/actions.c 	masked[0] = OVS_MASKED(old[0], addr[0], mask[0]);
masked            411 net/openvswitch/actions.c 	masked[1] = OVS_MASKED(old[1], addr[1], mask[1]);
masked            412 net/openvswitch/actions.c 	masked[2] = OVS_MASKED(old[2], addr[2], mask[2]);
masked            413 net/openvswitch/actions.c 	masked[3] = OVS_MASKED(old[3], addr[3], mask[3]);
masked            516 net/openvswitch/actions.c 		__be32 masked[4];
masked            518 net/openvswitch/actions.c 		mask_ipv6_addr(saddr, key->ipv6_src, mask->ipv6_src, masked);
masked            520 net/openvswitch/actions.c 		if (unlikely(memcmp(saddr, masked, sizeof(masked)))) {
masked            521 net/openvswitch/actions.c 			set_ipv6_addr(skb, flow_key->ip.proto, saddr, masked,
masked            523 net/openvswitch/actions.c 			memcpy(&flow_key->ipv6.addr.src, masked,
masked            532 net/openvswitch/actions.c 		__be32 masked[4];
masked            534 net/openvswitch/actions.c 		mask_ipv6_addr(daddr, key->ipv6_dst, mask->ipv6_dst, masked);
masked            536 net/openvswitch/actions.c 		if (unlikely(memcmp(daddr, masked, sizeof(masked)))) {
masked            543 net/openvswitch/actions.c 			set_ipv6_addr(skb, flow_key->ip.proto, daddr, masked,
masked            545 net/openvswitch/actions.c 			memcpy(&flow_key->ipv6.addr.dst, masked,
masked           2667 net/openvswitch/flow_netlink.c 			u8 mac_proto, __be16 eth_type, bool masked, bool log)
masked           2678 net/openvswitch/flow_netlink.c 	if (masked)
masked           2685 net/openvswitch/flow_netlink.c 	if (masked && !validate_masked(nla_data(ovs_key), key_len))
masked           2705 net/openvswitch/flow_netlink.c 		if (masked)
masked           2720 net/openvswitch/flow_netlink.c 		if (masked) {
masked           2741 net/openvswitch/flow_netlink.c 		if (masked) {
masked           2795 net/openvswitch/flow_netlink.c 		if (!validate_nsh(nla_data(a), masked, false, log))
masked           2804 net/openvswitch/flow_netlink.c 	if (!masked && key_type != OVS_KEY_ATTR_TUNNEL) {
masked            543 security/selinux/ss/services.c 	u32 masked = 0;
masked            571 security/selinux/ss/services.c 	masked = ~lo_avd.allowed & avd->allowed;
masked            573 security/selinux/ss/services.c 	if (likely(!masked))
masked            577 security/selinux/ss/services.c 	avd->allowed &= ~masked;
masked            581 security/selinux/ss/services.c 				tclass, masked, "bounds");
masked            315 tools/arch/x86/include/uapi/asm/kvm.h 		__u8 masked;