Searched refs:BITS_PER_LONG (Results 251 - 275 of 564) sorted by relevance

<<11121314151617181920>>

/linux-master/kernel/time/
H A Dsched_clock.c56 * because we register with BITS_PER_LONG
244 sched_clock_register(jiffy_sched_clock_read, BITS_PER_LONG, HZ);
H A Dtime.c384 # if BITS_PER_LONG == 32
411 # if BITS_PER_LONG == 32
/linux-master/kernel/sched/
H A Dclock.c327 #if BITS_PER_LONG != 64
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dio.h62 #if BITS_PER_LONG == 64
/linux-master/drivers/net/ethernet/sfc/
H A Dio.h38 #if BITS_PER_LONG == 64
/linux-master/drivers/pci/endpoint/
H A Dpci-epc-mem.c30 #if BITS_PER_LONG == 32
/linux-master/arch/m68k/mm/
H A Dmcfmmu.c28 unsigned long context_map[LAST_CONTEXT / BITS_PER_LONG + 1];
/linux-master/arch/powerpc/include/asm/
H A Dbitops.h46 #define PPC_BITLSHIFT(be) (BITS_PER_LONG - 1 - (be))
/linux-master/drivers/infiniband/core/
H A Dumem.c104 GENMASK(BITS_PER_LONG - 1,
/linux-master/drivers/gpu/drm/i915/
H A Dintel_wakeref.h162 GENMASK(BITS_PER_LONG - 1, __INTEL_WAKEREF_PUT_LAST_BIT__)
/linux-master/include/linux/i3c/
H A Dmaster.h342 unsigned long addrslots[((I2C_MAX_ADDR + 1) * 2) / BITS_PER_LONG];
/linux-master/lib/
H A Dgeneric-radix-tree.c36 DIV_ROUND_UP(BITS_PER_LONG - GENRADIX_NODE_SHIFT, GENRADIX_ARY_SHIFT)
/linux-master/arch/powerpc/kexec/
H A Dcore.c210 #define cpu_to_be_ulong __PASTE(cpu_to_be, BITS_PER_LONG)
/linux-master/arch/riscv/include/asm/
H A Dvector.h151 unsigned long vl, vtype_inval = 1UL << (BITS_PER_LONG - 1);
/linux-master/arch/x86/kvm/vmx/
H A Dvmenter.S12 #define WORD_SIZE (BITS_PER_LONG / 8)
/linux-master/fs/btrfs/
H A Dmessages.c257 #if BITS_PER_LONG == 32
/linux-master/drivers/md/
H A Ddm-clone-metadata.c664 unsigned long index = word * BITS_PER_LONG;
665 unsigned long max_index = min(cmd->nr_regions, (word + 1) * BITS_PER_LONG);
848 word = region_nr / BITS_PER_LONG;
894 word = region_nr / BITS_PER_LONG;
/linux-master/fs/
H A Dpidfs.c127 #if BITS_PER_LONG == 32
H A Dselect.c428 set = ~(~0UL << (n & (BITS_PER_LONG-1)));
429 n /= BITS_PER_LONG;
456 max += n * BITS_PER_LONG;
523 i += BITS_PER_LONG;
527 for (j = 0; j < BITS_PER_LONG; ++j, ++i, bit <<= 1) {
/linux-master/fs/bcachefs/
H A Dbtree_iter.h85 unsigned long *w = trans->paths_allocated + *idx / BITS_PER_LONG;
89 * - and we know that nr_paths is a multiple of BITS_PER_LONG,
92 unsigned long v = *w >> (*idx & (BITS_PER_LONG - 1));
98 *idx += BITS_PER_LONG;
99 *idx &= ~(BITS_PER_LONG - 1);
/linux-master/arch/riscv/kvm/
H A Dvcpu_onereg.c631 for (i = 0; i < BITS_PER_LONG; i++) {
632 ext_id = i + reg_num * BITS_PER_LONG;
654 for_each_set_bit(i, &reg_val, BITS_PER_LONG) {
655 ext_id = i + reg_num * BITS_PER_LONG;
/linux-master/scripts/mod/
H A Dfile2alias.c20 #define BITS_PER_LONG 32 macro
23 #define BITS_PER_LONG 64 macro
743 for (i = min / BITS_PER_LONG; i < max / BITS_PER_LONG + 1; i++)
746 if (arr[i / BITS_PER_LONG] & (1L << (i%BITS_PER_LONG)))
/linux-master/net/netlink/
H A Dgenetlink.c410 BITS_PER_LONG);
413 mc_groups_longs * BITS_PER_LONG,
419 mc_groups_longs * BITS_PER_LONG);
428 if (id + n_groups > mc_groups_longs * BITS_PER_LONG) {
512 mc_groups_longs * BITS_PER_LONG);
527 mc_groups_longs * BITS_PER_LONG);
/linux-master/drivers/gpio/
H A Dgpio-winbond.c357 for_each_set_bit(i, &params.gpios, BITS_PER_LONG) {
575 for_each_set_bit(i, &params.gpios, BITS_PER_LONG)
/linux-master/fs/ocfs2/
H A Docfs2.h888 #if BITS_PER_LONG == 64
891 #elif BITS_PER_LONG == 32

Completed in 392 milliseconds

<<11121314151617181920>>