Searched refs:BITS_PER_LONG (Results 276 - 300 of 558) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpio/
H A Dgpio-xilinx.c89 const unsigned long offset = (bit % BITS_PER_LONG) & BIT(5);
97 const unsigned long offset = (bit % BITS_PER_LONG) & BIT(5);
/linux-master/tools/perf/util/
H A Dauxtrace.h473 #if BITS_PER_LONG == 32
489 #if BITS_PER_LONG == 32
/linux-master/drivers/md/
H A Ddm-log.c422 bitset_size = dm_round_up(region_count, BITS_PER_LONG);
623 for (i = lc->region_count; i % BITS_PER_LONG; i++)
/linux-master/drivers/pci/endpoint/
H A Dpci-epc-core.c612 BITS_PER_LONG);
613 if (func_no >= BITS_PER_LONG) {
/linux-master/lib/
H A Dtest_user_copy.c25 #if BITS_PER_LONG == 64 || (!(defined(CONFIG_ARM) && !defined(MMU)) && \
/linux-master/drivers/tty/
H A Dtty_ldsem.c37 #if BITS_PER_LONG == 64
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_profile.c272 if (mthca_is_memfree(dev) || BITS_PER_LONG == 64)
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dmt7601u.h160 unsigned long wcid_mask[N_WCIDS / BITS_PER_LONG];
/linux-master/drivers/xen/events/
H A Devents_fifo.c72 #if BITS_PER_LONG > 32
/linux-master/crypto/
H A Dlrw.c61 BITS_PER_LONG
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h277 #if (BITS_PER_LONG > 32) || (PAGE_SIZE >= 65536)
/linux-master/fs/btrfs/
H A Dmessages.h209 #if BITS_PER_LONG == 32
/linux-master/drivers/video/fbdev/core/
H A Dsyscopyarea.c321 int bits = BITS_PER_LONG, bytes = bits >> 3;
H A Dsysfillrect.c237 int bits = BITS_PER_LONG, bytes = bits >> 3;
/linux-master/kernel/rcu/
H A Drcu.h421 ((rnp)->grplo + find_next_bit(&(mask), BITS_PER_LONG, (cpu)))
/linux-master/include/linux/
H A Dgfp.h98 #if 16 * GFP_ZONES_SHIFT > BITS_PER_LONG
/linux-master/tools/testing/selftests/user_events/
H A Dabi_test.c283 #if BITS_PER_LONG == 8
/linux-master/drivers/rtc/
H A Dclass.c75 #if BITS_PER_LONG == 32
/linux-master/include/net/netfilter/
H A Dnf_flow_table.h39 } __aligned(BITS_PER_LONG / 8); /* Ensure that we can do comparisons as longs. */
/linux-master/arch/x86/kvm/svm/
H A Dvmenter.S11 #define WORD_SIZE (BITS_PER_LONG / 8)
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dbitfield.h220 #if BITS_PER_LONG == 64
346 #if BITS_PER_LONG == 64
593 #if BITS_PER_LONG == 64
/linux-master/drivers/net/ethernet/sfc/
H A Dbitfield.h222 #if BITS_PER_LONG == 64
348 #if BITS_PER_LONG == 64
595 #if BITS_PER_LONG == 64
/linux-master/arch/riscv/kvm/
H A Daia_imsic.c23 unsigned long eip[BITS_PER_TYPE(u64) / BITS_PER_LONG];
24 unsigned long eie[BITS_PER_TYPE(u64) / BITS_PER_LONG];
251 unsigned long eipend[BITS_PER_TYPE(u64) / BITS_PER_LONG];
/linux-master/fs/
H A Dfcntl.c358 #if BITS_PER_LONG != 32
369 #if BITS_PER_LONG != 32
480 #if BITS_PER_LONG == 32
/linux-master/arch/x86/include/asm/
H A Dpercpu.h587 (unsigned long __percpu *)addr + nr / BITS_PER_LONG;
590 return ((1UL << (nr % BITS_PER_LONG)) & raw_cpu_read_8(*a)) != 0;
592 return ((1UL << (nr % BITS_PER_LONG)) & raw_cpu_read_4(*a)) != 0;

Completed in 214 milliseconds

<<11121314151617181920>>