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

<<11121314151617181920>>

/linux-master/lib/crypto/mpi/
H A Dmpicoder.c55 nbits -= count_leading_zeros(buffer[0]) - (BITS_PER_LONG - 8);
484 nbits -= count_leading_zeros(*buff) - (BITS_PER_LONG - 8);
/linux-master/drivers/md/bcache/
H A Dutil.h294 #if BITS_PER_LONG == 32
303 #if BITS_PER_LONG == 32
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c71 printk_deferred("%0*lx: %0*lx (%pB)\n", BITS_PER_LONG/4,
72 (unsigned long)sp, BITS_PER_LONG/4,
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_mem.c81 bytes = ((BITS_PER_LONG - 1 + max_xri) / BITS_PER_LONG) *
/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/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/tools/perf/util/
H A Dauxtrace.h473 #if BITS_PER_LONG == 32
489 #if BITS_PER_LONG == 32
/linux-master/fs/fuse/
H A Dioctl.c236 #if BITS_PER_LONG == 32
450 #if BITS_PER_LONG == 32
/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/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/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/kernel/rcu/
H A Drcu.h421 ((rnp)->grplo + find_next_bit(&(mask), BITS_PER_LONG, (cpu)))
/linux-master/include/linux/
H A Dgfp.h100 #if 16 * GFP_ZONES_SHIFT > BITS_PER_LONG
/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

Completed in 443 milliseconds

<<11121314151617181920>>