Home
last modified time | relevance | path

Searched refs:DECLARE_BITMAP (Results 1 – 25 of 43) sorted by relevance

12

/arch/x86/kernel/cpu/
Dperfctr-watchdog.c41 static DECLARE_BITMAP(perfctr_nmi_owner, NMI_MAX_COUNTER_BITS);
42 static DECLARE_BITMAP(evntsel_nmi_owner, NMI_MAX_COUNTER_BITS);
Dcpuid-deps.c88 DECLARE_BITMAP(disable, MAX_FEATURE_BITS); in do_clear_cpu_cap()
/arch/mips/sgi-ip27/
Dip27-irqno.c12 static DECLARE_BITMAP(irq_map, NR_IRQS);
Dip27-init.c41 static DECLARE_BITMAP(hub_init_mask, MAX_COMPACT_NODES);
/arch/mips/include/asm/mach-ip27/
Dmmzone.h20 DECLARE_BITMAP(h_bigwin_used, HUB_NUM_BIG_WINDOW);
/arch/powerpc/platforms/powernv/
Dopal-async.c28 static DECLARE_BITMAP(opal_async_complete_map, N_ASYNC_COMPLETIONS) = {~0UL};
29 static DECLARE_BITMAP(opal_async_token_map, N_ASYNC_COMPLETIONS);
/arch/sh/kernel/cpu/irq/
Dimask.c28 static DECLARE_BITMAP(imask_mask, IMASK_PRIORITY);
/arch/powerpc/platforms/pasemi/
Ddma_lib.c48 static DECLARE_BITMAP(txch_free, MAX_TXCH);
49 static DECLARE_BITMAP(rxch_free, MAX_RXCH);
50 static DECLARE_BITMAP(flags_free, MAX_FLAGS);
51 static DECLARE_BITMAP(fun_free, MAX_FUN);
/arch/sparc/include/asm/
Diommu_64.h71 DECLARE_BITMAP(ctx_bitmap, IOMMU_NUM_CTXS);
Dparport.h46 static DECLARE_BITMAP(dma_slot_map, PARPORT_PC_MAX_PORTS);
/arch/x86/kernel/
Dnmi_selftest.c29 static DECLARE_BITMAP(nmi_ipi_mask, NR_CPUS) __initdata;
/arch/x86/kvm/
Dioapic.h46 DECLARE_BITMAP(map, KVM_MAX_VCPU_ID);
/arch/arm/mach-imx/
Diomux-imx31.c43 static DECLARE_BITMAP(mxc_pin_alloc_map, NB_PORTS * 32);
/arch/x86/include/asm/
Dmpspec.h40 extern DECLARE_BITMAP(mp_bus_not_pci, MAX_MP_BUSSES);
Dkvm_host.h301 DECLARE_BITMAP(unsync_child_bitmap, 512);
466 DECLARE_BITMAP(auto_eoi_bitmap, 256);
467 DECLARE_BITMAP(vec_bitmap, 256);
480 DECLARE_BITMAP(stimer_pending_bitmap, HV_SYNIC_STIMER_COUNT);
505 DECLARE_BITMAP(ioapic_handled_vectors, 256);
Dmce.h275 typedef DECLARE_BITMAP(mce_banks_t, MAX_NR_BANKS); typedef
/arch/arm/mm/
Dcontext.c47 static DECLARE_BITMAP(asid_map, NUM_USER_ASIDS);
/arch/arm/include/asm/
Dkvm_host.h152 DECLARE_BITMAP(features, KVM_VCPU_MAX_FEATURES);
/arch/arm64/include/asm/
Dcpufeature.h338 extern DECLARE_BITMAP(cpu_hwcaps, ARM64_NCAPS);
Dkvm_host.h283 DECLARE_BITMAP(features, KVM_VCPU_MAX_FEATURES);
/arch/powerpc/platforms/powermac/
Dpic.c61 static DECLARE_BITMAP(ppc_lost_interrupts, 128);
62 static DECLARE_BITMAP(ppc_cached_irq_mask, 128);
/arch/powerpc/sysdev/
Dmsi_bitmap.c228 DECLARE_BITMAP(expected, size); in test_of_node()
/arch/s390/include/asm/
Dkvm_host.h525 DECLARE_BITMAP(sigp_emerg_pending, KVM_MAX_VCPUS);
750 DECLARE_BITMAP(cpu_feat, KVM_S390_VM_CPU_FEAT_NR_BITS);
/arch/powerpc/mm/
Dslice.c48 DECLARE_BITMAP(high_slices, SLICE_NUM_HIGH);
178 DECLARE_BITMAP(result, SLICE_NUM_HIGH); in slice_check_fit()
/arch/mips/kernel/
Dsmp-cps.c31 static DECLARE_BITMAP(core_power, NR_CPUS);

12