Searched refs:BITS_TO_LONGS (Results 1 - 25 of 244) sorted by path

12345678910

/linux-master/drivers/misc/sgi-gru/
H A Dgruhandles.h172 unsigned long fault_bits[BITS_TO_LONGS(GRU_NUM_CBE)];
174 unsigned long done_bits[BITS_TO_LONGS(GRU_NUM_CBE)];
/linux-master/drivers/net/wireless/ti/wlcore/
H A Drx.c201 unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0};
/linux-master/arch/arc/kernel/
H A Dperf_event.c211 unsigned long used_mask[BITS_TO_LONGS(ARC_PERF_MAX_COUNTERS)];
/linux-master/arch/arm/mm/
H A Ddma-mapping.c1550 unsigned int bitmap_size = BITS_TO_LONGS(bits) * sizeof(long);
/linux-master/arch/arm64/mm/
H A Dcontext.c81 unsigned int len = BITS_TO_LONGS(NUM_USER_ASIDS) * sizeof(unsigned long);
/linux-master/arch/csky/kernel/
H A Dperf_event.c33 unsigned long used_mask[BITS_TO_LONGS(CSKY_PMU_MAX_EVENTS)];
/linux-master/arch/loongarch/kernel/
H A Dperf_event.c97 unsigned long used_mask[BITS_TO_LONGS(LOONGARCH_MAX_HWEVENTS)];
/linux-master/arch/mips/kernel/
H A Dperf_event_mipsxx.c39 unsigned long used_mask[BITS_TO_LONGS(MIPS_MAX_HWEVENTS)];
/linux-master/arch/powerpc/kernel/
H A Diommu.c735 sz = BITS_TO_LONGS(tbl->it_size) * sizeof(unsigned long);
/linux-master/arch/powerpc/kvm/
H A Dmpic.c141 unsigned long queue[BITS_TO_LONGS((MAX_IRQ + 63) & ~63)];
/linux-master/arch/powerpc/sysdev/
H A Dmsi_bitmap.c120 size = BITS_TO_LONGS(irq_count) * sizeof(long);
/linux-master/arch/s390/pci/
H A Dpci.c1038 zpci_iomap_bitmap = kcalloc(BITS_TO_LONGS(ZPCI_IOMAP_ENTRIES),
/linux-master/arch/sh/kernel/
H A Dperf_event.c30 unsigned long used_mask[BITS_TO_LONGS(MAX_HWEVENTS)];
31 unsigned long active_mask[BITS_TO_LONGS(MAX_HWEVENTS)];
/linux-master/arch/sparc/mm/
H A Dinit_64.c762 #define CTX_BMAP_SLOTS BITS_TO_LONGS(MAX_CTX_NR)
H A Dsrmmu.c288 memblock_alloc(BITS_TO_LONGS(bitmap_bits) * sizeof(long),
292 BITS_TO_LONGS(bitmap_bits) * sizeof(long));
/linux-master/arch/um/drivers/
H A Dvirt-pci.c59 static unsigned long um_pci_msi_used[BITS_TO_LONGS(MAX_MSI_VECTORS)];
/linux-master/arch/x86/events/amd/
H A Dibs.c80 unsigned long state[BITS_TO_LONGS(IBS_MAX_STATES)];
/linux-master/arch/x86/events/intel/
H A Dp4.c986 static DEFINE_PER_CPU(unsigned long [BITS_TO_LONGS(X86_PMC_IDX_MAX)], p4_running);
1242 unsigned long used_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
1243 unsigned long escr_mask[BITS_TO_LONGS(P4_ESCR_MSR_TABLE_SIZE)];
H A Duncore.c460 unsigned long used_mask[BITS_TO_LONGS(UNCORE_PMC_IDX_MAX)];
H A Duncore.h148 unsigned long active_mask[BITS_TO_LONGS(UNCORE_PMC_IDX_MAX)];
/linux-master/arch/x86/events/
H A Dperf_event.h53 unsigned long idxmsk[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
241 unsigned long active_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
242 unsigned long dirty[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
783 unsigned long events_mask[BITS_TO_LONGS(ARCH_PERFMON_EVENTS_COUNT)];
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1172 unsigned long poll_mask[BITS_TO_LONGS(KVM_MAX_VCPUS)];
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c99 [0 ... BITS_TO_LONGS(MAX_NR_BANKS)-1] = ~0UL
/linux-master/arch/x86/kvm/
H A Dhyperv.c1804 sizeof(*vcpu_mask) * BITS_TO_LONGS(KVM_MAX_VCPUS));
H A Dirq_comm.c52 unsigned long i, dest_vcpu_bitmap[BITS_TO_LONGS(KVM_MAX_VCPUS)];

Completed in 396 milliseconds

12345678910