Searched refs:BITS_PER_LONG (Results 176 - 200 of 558) sorted by relevance

1234567891011>>

/linux-master/net/mpls/
H A Dinternal.h32 #if BITS_PER_LONG == 32
/linux-master/lib/lz4/
H A Dlz4defs.h191 return (BITS_PER_LONG - 1 - __fls(val)) >> 3;
/linux-master/drivers/scsi/
H A Dmegaraid.h479 #if BITS_PER_LONG == 32
483 #if BITS_PER_LONG == 64
491 #if BITS_PER_LONG == 32
495 #if BITS_PER_LONG == 64
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_disc.h75 #define XRI_BITMAP_ULONGS (LPFC_SLI4_MAX_XRI / BITS_PER_LONG)
/linux-master/include/linux/
H A Drandom.h46 #if BITS_PER_LONG == 64
H A Dktime.h126 #if BITS_PER_LONG < 64
145 #else /* BITS_PER_LONG < 64 */
H A Dstring.h231 if (BITS_PER_LONG == 32)
239 if (BITS_PER_LONG == 32)
H A Dfilelock.h154 #if BITS_PER_LONG == 32
241 #if BITS_PER_LONG == 32
/linux-master/drivers/md/
H A Ddm-cache-policy-internal.h119 return sizeof(unsigned long) * dm_div_up(nr_entries, BITS_PER_LONG);
/linux-master/include/trace/stages/
H A Dstage3_trace_output.h84 #if BITS_PER_LONG == 32
/linux-master/include/asm-generic/
H A Dlocal64.h20 #if BITS_PER_LONG == 64
66 #else /* BITS_PER_LONG != 64 */
105 #endif /* BITS_PER_LONG != 64 */
/linux-master/tools/perf/ui/browsers/
H A Dmap.c117 char tmp[BITS_PER_LONG / 4];
/linux-master/drivers/crypto/
H A Dsa2ul.h206 BITS_PER_LONG)];
/linux-master/include/linux/raid/
H A Dpq.h29 #define BITS_PER_LONG __WORDSIZE macro
/linux-master/drivers/irqchip/
H A Dirq-mvebu-pic.c112 for_each_set_bit(irqn, &irqmap, BITS_PER_LONG)
/linux-master/security/selinux/ss/
H A Debitmap.h30 #define EBITMAP_UNIT_SIZE BITS_PER_LONG
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf_types.h505 #define FORMAT_MASK_SIZE DIV_ROUND_UP(I915_OA_FORMAT_MAX - 1, BITS_PER_LONG)
/linux-master/lib/
H A Dflex_proportions.c124 if (period - pl->period < BITS_PER_LONG) {
H A Doverflow_kunit.c42 BITS_PER_LONG != 64
835 #if BITS_PER_LONG == 64
865 #if BITS_PER_LONG == 64
896 #if BITS_PER_LONG == 64
913 #if BITS_PER_LONG == 64
932 #if BITS_PER_LONG == 64
1038 #if BITS_PER_LONG == 64
1062 #if BITS_PER_LONG == 64
1105 #if BITS_PER_LONG == 64
1159 #if BITS_PER_LONG
[all...]
/linux-master/lib/math/
H A Ddiv64.c29 #if BITS_PER_LONG == 32
174 #endif /* BITS_PER_LONG == 32 */
/linux-master/arch/powerpc/include/asm/
H A Dpaca.h155 unsigned char mm_ctx_low_slices_psize[BITS_PER_LONG / BITS_PER_BYTE];
/linux-master/fs/smb/server/
H A Dvfs_cache.h121 #define KSMBD_NR_OPEN_DEFAULT BITS_PER_LONG
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h399 #define MK_IOSPACE_PFN(space, pfn) (pfn | (space << (BITS_PER_LONG - 4)))
400 #define GET_IOSPACE(pfn) (pfn >> (BITS_PER_LONG - 4))
/linux-master/drivers/xen/events/
H A Devents_2l.c179 word_idx = evtchn / BITS_PER_LONG;
180 bit_idx = evtchn % BITS_PER_LONG;
/linux-master/net/ethtool/
H A Dfeatures.c140 dest[i] = (unsigned long)(val >> (i * BITS_PER_LONG));
151 ret |= (netdev_features_t)(src[i]) << (i * BITS_PER_LONG);

Completed in 404 milliseconds

1234567891011>>