Searched refs:BITS_PER_LONG (Results 26 - 50 of 560) sorted by last modified time

1234567891011>>

/linux-master/arch/riscv/kvm/
H A Dvcpu_sbi.c221 for_each_set_bit(i, &reg_val, BITS_PER_LONG) {
222 ext_id = i + reg_num * BITS_PER_LONG;
241 for (i = 0; i < BITS_PER_LONG; i++) {
242 ext_id = i + reg_num * BITS_PER_LONG;
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;
H A Dvcpu_pmu.c175 for_each_set_bit(i, &cmask, BITS_PER_LONG) {
H A Daia.c23 struct kvm_vcpu *owners[BITS_PER_LONG];
251 switch (bitpos / BITS_PER_LONG) {
273 return (hviprio >> (bitpos % BITS_PER_LONG)) & TOPI_IPRIO_MASK;
284 switch (bitpos / BITS_PER_LONG) {
306 hviprio &= ~(TOPI_IPRIO_MASK << (bitpos % BITS_PER_LONG));
307 hviprio |= (unsigned long)prio << (bitpos % BITS_PER_LONG);
309 switch (bitpos / BITS_PER_LONG) {
345 nirqs = 4 * (BITS_PER_LONG / 32);
468 for_each_set_bit(i, &hgei_mask, BITS_PER_LONG) {
/linux-master/arch/powerpc/kernel/
H A Dsmp.c301 #define IPI_MESSAGE(A) (1uL << ((BITS_PER_LONG - 8) - 8 * (A)))
/linux-master/arch/powerpc/include/asm/
H A Dcpu_has_feature.h19 #define NUM_CPU_FTR_KEYS BITS_PER_LONG
/linux-master/arch/parisc/mm/
H A Dinit.c550 > BITS_PER_LONG);
/linux-master/arch/loongarch/kvm/
H A Dexit.c727 for (i = 0; i < 2; i++, min += BITS_PER_LONG) {
732 cpu = find_first_bit((void *)&ipi_bitmap, BITS_PER_LONG);
733 while (cpu < BITS_PER_LONG) {
735 cpu = find_next_bit((void *)&ipi_bitmap, BITS_PER_LONG, cpu + 1);
/linux-master/arch/loongarch/kernel/
H A Dparavirt.c34 #define KVM_IPI_CLUSTER_SIZE (2 * BITS_PER_LONG)
68 (unsigned long)(bitmap >> BITS_PER_LONG), min);
77 (unsigned long)(bitmap >> BITS_PER_LONG), min);
/linux-master/tools/include/linux/
H A Dbitmap.h26 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1)))
27 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1)))
29 #define bitmap_size(nbits) (ALIGN(nbits, BITS_PER_LONG) / BITS_PER_BYTE)
H A Dbitops.h11 #ifndef BITS_PER_LONG
12 # define BITS_PER_LONG __WORDSIZE macro
/linux-master/security/selinux/ss/
H A Debitmap.h30 #define EBITMAP_UNIT_SIZE BITS_PER_LONG
/linux-master/security/selinux/
H A Dhooks.c3909 #if BITS_PER_LONG == 32
/linux-master/net/unix/
H A Daf_unix.c3209 #define BUCKET_SPACE (BITS_PER_LONG - (UNIX_HASH_BITS + 1) - 1)
/linux-master/net/sched/
H A Dcls_flower.c78 } __aligned(BITS_PER_LONG / 8); /* Ensure that we can do comparisons as longs. */
/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);
H A Daf_netlink.c1027 if (nlk->ngroups < BITS_PER_LONG)
/linux-master/net/netlabel/
H A Dnetlabel_kapi.c734 if ((off & (BITS_PER_LONG - 1)) != 0)
815 if (((spot & (BITS_PER_LONG - 1)) == 0) &&
816 ((end - spot) > BITS_PER_LONG)) {
821 spot += BITS_PER_LONG;
851 if ((offset & (BITS_PER_LONG - 1)) != 0)
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c375 int i = k * BITS_PER_LONG + r;
708 new_bucket_size = DIV_ROUND_UP(rules, BITS_PER_LONG);
1664 f->bsize * BITS_PER_LONG);
H A Dnft_set_pipapo.h58 #if BITS_PER_LONG == 64
61 #define NFT_PIPAPO_MAP_TOBITS (BITS_PER_LONG - NFT_PIPAPO_MAP_NBITS)
91 #if BITS_PER_LONG == 64
201 f->bsize * BITS_PER_LONG);
206 f->bsize * BITS_PER_LONG);
226 f->bsize * BITS_PER_LONG);
H A Dnf_conntrack_proto_dccp.c449 BUILD_BUG_ON(DCCP_PKT_INVALID >= BITS_PER_LONG);
H A Dnf_conntrack_core.c2675 if (BITS_PER_LONG >= 64 &&
/linux-master/net/mac80211/
H A Dieee80211_i.h727 unsigned long mbss_changed[64 / BITS_PER_LONG];
/linux-master/net/ipv4/
H A Dudp.c1379 #if BITS_PER_LONG == 64
1396 #if BITS_PER_LONG == 64
H A Daf_inet.c1674 #if BITS_PER_LONG==32

Completed in 354 milliseconds

1234567891011>>