Searched refs:BITS_PER_LONG (Results 101 - 125 of 558) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dpage_counter.h41 #if BITS_PER_LONG == 32
H A Dmath.h45 #if BITS_PER_LONG == 32
199 #if BITS_PER_LONG < 64
H A Dassoc_array_priv.h22 #define ASSOC_ARRAY_KEY_CHUNK_SHIFT (ilog2(BITS_PER_LONG))
/linux-master/arch/parisc/include/asm/
H A Dchecksum.h121 #if BITS_PER_LONG > 32
H A Ddma.h26 #define DMA_CHUNK_SIZE (BITS_PER_LONG*PAGE_SIZE)
/linux-master/tools/perf/util/
H A Dvdso.c41 #if BITS_PER_LONG == 64
54 #if BITS_PER_LONG == 64
117 #if BITS_PER_LONG == 64
173 #if BITS_PER_LONG == 64
350 #if BITS_PER_LONG == 64
/linux-master/drivers/video/fbdev/
H A Damifb.c2557 #if BITS_PER_LONG == 32
2560 #elif BITS_PER_LONG == 64
2604 last = ~(~0UL >> ((dst_idx + n) % BITS_PER_LONG));
2609 if (dst_idx + n <= BITS_PER_LONG) {
2621 n -= BITS_PER_LONG - dst_idx;
2625 n /= BITS_PER_LONG;
2647 right = shift & (BITS_PER_LONG - 1);
2648 left = -shift & (BITS_PER_LONG - 1);
2650 if (dst_idx + n <= BITS_PER_LONG) {
2657 } else if (src_idx + n <= BITS_PER_LONG) {
[all...]
/linux-master/fs/
H A Dfile.c28 unsigned int sysctl_nr_open_min = BITS_PER_LONG;
32 __const_min(INT_MAX, ~(size_t)0/sizeof(void *)) & -BITS_PER_LONG;
92 * BITS_PER_LONG. This is not only because we walk those things in chunks of
97 * The ALIGN(nr, BITS_PER_LONG) here is for clarity: since we just multiplied
120 nr = ALIGN(nr, BITS_PER_LONG);
126 * We make sure that nr remains a multiple of BITS_PER_LONG - otherwise
130 nr = ((sysctl_nr_open - 1) | (BITS_PER_LONG - 1)) + 1;
263 fd /= BITS_PER_LONG;
271 __clear_bit(fd / BITS_PER_LONG, fdt->full_fds_bits);
280 for (i = size / BITS_PER_LONG;
[all...]
/linux-master/lib/
H A Dsiphash.c15 #if defined(CONFIG_DCACHE_WORD_ACCESS) && BITS_PER_LONG == 64
59 #if defined(CONFIG_DCACHE_WORD_ACCESS) && BITS_PER_LONG == 64
92 #if defined(CONFIG_DCACHE_WORD_ACCESS) && BITS_PER_LONG == 64
229 #if BITS_PER_LONG == 64
259 #if defined(CONFIG_DCACHE_WORD_ACCESS) && BITS_PER_LONG == 64
292 #if defined(CONFIG_DCACHE_WORD_ACCESS) && BITS_PER_LONG == 64
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_main.h28 #if BITS_PER_LONG == 32
30 #elif BITS_PER_LONG == 64
/linux-master/drivers/net/hippi/
H A Drrunner.h7 #if ((BITS_PER_LONG != 32) && (BITS_PER_LONG != 64))
8 #error "BITS_PER_LONG not defined or not valid"
491 #if (BITS_PER_LONG == 64)
503 #if (BITS_PER_LONG == 64)
516 #if (BITS_PER_LONG == 64) && defined(__LITTLE_ENDIAN)
519 #elif (BITS_PER_LONG == 64)
533 #if (BITS_PER_LONG == 64) && defined(__LITTLE_ENDIAN)
536 #elif (BITS_PER_LONG == 64)
/linux-master/include/asm-generic/
H A Ddiv64.h29 #if BITS_PER_LONG == 64
53 #elif BITS_PER_LONG == 32
243 #else /* BITS_PER_LONG == ?? */
247 #endif /* BITS_PER_LONG */
/linux-master/arch/parisc/kernel/
H A Dtime.c151 .mask = CLOCKSOURCE_MASK(BITS_PER_LONG),
248 sched_clock_register(read_cr16_sched_clock, BITS_PER_LONG, cr16_hz);
/linux-master/kernel/debug/kdb/
H A Dkdb_private.h39 #if BITS_PER_LONG == 32
51 #elif BITS_PER_LONG == 64
/linux-master/virt/kvm/
H A Ddirty_ring.c137 if (delta >= 0 && delta < BITS_PER_LONG) {
143 if (delta > -BITS_PER_LONG && delta < 0 &&
/linux-master/arch/hexagon/kernel/
H A Dsmp.c43 msg = find_next_bit(ops, BITS_PER_LONG, msg+1);
66 } while (msg < BITS_PER_LONG);
/linux-master/drivers/net/wireguard/
H A Dmessages.h36 COUNTER_REDUNDANT_BITS = BITS_PER_LONG,
/linux-master/arch/arm64/kvm/
H A Dtrng.c36 for (i = 0; i < DIV_ROUND_UP(num_bits, BITS_PER_LONG); i++)
/linux-master/drivers/gpu/drm/i915/
H A Di915_mitigations.c107 if (local & BIT(BITS_PER_LONG - 1)) {
/linux-master/arch/sh/include/asm/
H A Dbitops-op32.h13 #define BITOP_LE_SWIZZLE ((BITS_PER_LONG-1) & ~0x7)
/linux-master/drivers/iio/proximity/
H A Dsx_common.h25 static_assert(SX_COMMON_MAX_NUM_CHANNELS < BITS_PER_LONG);
/linux-master/arch/powerpc/mm/book3s32/
H A Dmmu_context.c49 static unsigned long context_map[LAST_CONTEXT / BITS_PER_LONG + 1];
/linux-master/drivers/scsi/
H A Dscsi_debugfs.c23 for_each_set_bit(i, &flags, BITS_PER_LONG) {
/linux-master/include/trace/events/
H A Dnapi.h60 __entry->hist_head = hist_head * BITS_PER_LONG;
/linux-master/fs/9p/
H A Dv9fs_vfs.h47 #if (BITS_PER_LONG == 32)

Completed in 273 milliseconds

1234567891011>>