| /arch/x86/include/asm/ | 
| D | word-at-a-time.h | 15 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t…  in has_zero() 22 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a…  in prep_zero_mask() 30 #define create_zero_mask(bits) (bits)  argument 32 static inline unsigned long zero_bytemask(unsigned long bits)  in zero_bytemask() 38 #define find_zero(bits) (__ffs(bits) >> 3)  argument 43 static inline unsigned long create_zero_mask(unsigned long bits)  in create_zero_mask()
  | 
| /arch/arm64/include/asm/ | 
| D | word-at-a-time.h | 21 static inline unsigned long has_zero(unsigned long a, unsigned long *bits,  in has_zero() 29 #define prep_zero_mask(a, bits, c) (bits)  argument 30 #define create_zero_mask(bits) (bits)  argument 31 #define find_zero(bits) (__ffs(bits) >> 3)  argument 33 static inline unsigned long zero_bytemask(unsigned long bits)  in zero_bytemask()
  | 
| D | smp_plat.h | 19 	u32	bits;  member
  | 
| /arch/alpha/include/asm/ | 
| D | word-at-a-time.h | 22 static inline unsigned long has_zero(unsigned long val, unsigned long *bits, const struct word_at_a…  in has_zero() 29 static inline unsigned long prep_zero_mask(unsigned long val, unsigned long bits, const struct word…  in prep_zero_mask() 34 #define create_zero_mask(bits) (bits)  argument 36 static inline unsigned long find_zero(unsigned long bits)  in find_zero()
  | 
| /arch/sh/include/asm/ | 
| D | word-at-a-time.h | 29 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t…  in has_zero() 36 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a…  in prep_zero_mask() 41 static inline unsigned long create_zero_mask(unsigned long bits)  in create_zero_mask()
  | 
| /arch/riscv/include/asm/ | 
| D | word-at-a-time.h | 23 	unsigned long *bits, const struct word_at_a_time *c)  in has_zero() 31 	unsigned long bits, const struct word_at_a_time *c)  in prep_zero_mask() 36 static inline unsigned long create_zero_mask(unsigned long bits)  in create_zero_mask()
  | 
| /arch/arm/include/asm/ | 
| D | word-at-a-time.h | 20 static inline unsigned long has_zero(unsigned long a, unsigned long *bits,  in has_zero() 28 #define prep_zero_mask(a, bits, c) (bits)  argument 30 static inline unsigned long create_zero_mask(unsigned long bits)  in create_zero_mask()
  | 
| D | dma-iommu.h | 19 	size_t			bits;		/* per bitmap */  member
  | 
| /arch/powerpc/include/asm/ | 
| D | word-at-a-time.h | 60 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t…  in has_zero() 71 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a…  in prep_zero_mask() 77 static inline unsigned long create_zero_mask(unsigned long bits)  in create_zero_mask() 127 static inline unsigned long create_zero_mask(unsigned long bits)  in create_zero_mask() 139 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t…  in has_zero() 146 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a…  in prep_zero_mask()
  | 
| /arch/sparc/vdso/ | 
| D | vdso2c.c | 100 #define GBE(x, bits, ifnot)						\  argument 111 #define PBE(x, val, bits, ifnot)					\  argument 124 #define BITSFUNC3(name, bits, suffix) name##bits##suffix  argument 125 #define BITSFUNC2(name, bits, suffix) BITSFUNC3(name, bits, suffix)  argument 130 #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x  argument 131 #define ELF_BITS_XFORM(bits, x) ELF_BITS_XFORM2(bits, x)  argument
  | 
| /arch/mips/vdso/ | 
| D | genvdso.c | 77 #define BUILD_SWAP(bits)						\  argument 87 #define __FUNC(name, bits) name##bits  argument 88 #define _FUNC(name, bits) __FUNC(name, bits)  argument 91 #define __ELF(x, bits) Elf##bits##_##x  argument 92 #define _ELF(x, bits) __ELF(x, bits)  argument
  | 
| /arch/x86/entry/vdso/ | 
| D | vdso2c.c | 124 #define GLE(x, bits, ifnot)						\  argument 136 #define PLE(x, val, bits, ifnot)					\  argument 151 #define BITSFUNC3(name, bits, suffix) name##bits##suffix  argument 152 #define BITSFUNC2(name, bits, suffix) BITSFUNC3(name, bits, suffix)  argument 157 #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x  argument 158 #define ELF_BITS_XFORM(bits, x) ELF_BITS_XFORM2(bits, x)  argument
  | 
| /arch/mips/cavium-octeon/executive/ | 
| D | cvmx-helper-jtag.c | 87 uint32_t cvmx_helper_qlm_jtag_shift(int qlm, int bits, uint32_t data)  in cvmx_helper_qlm_jtag_shift() 113 void cvmx_helper_qlm_jtag_shift_zeros(int qlm, int bits)  in cvmx_helper_qlm_jtag_shift_zeros()
  | 
| /arch/m68k/include/asm/ | 
| D | nettel.h | 56 static __inline__ void mcf_setppdata(unsigned int mask, unsigned int bits)  in mcf_setppdata() 93 static __inline__ void mcf_setppdata(unsigned int mask, unsigned int bits)  in mcf_setppdata()
  | 
| /arch/sparc/include/asm/ | 
| D | irq_64.h | 66 static inline void set_softint(unsigned long bits)  in set_softint() 73 static inline void clear_softint(unsigned long bits)  in clear_softint()
  | 
| /arch/um/include/asm/ | 
| D | page.h | 42 #define pte_get_bits(p, bits) ((p).pte & (bits))  argument 43 #define pte_set_bits(p, bits) ((p).pte |= (bits))  argument 44 #define pte_clear_bits(p, bits) ((p).pte &= ~(bits))  argument 69 #define pte_get_bits(p, bits) ((p).pte & (bits))  argument 70 #define pte_set_bits(p, bits) ((p).pte |= (bits))  argument 71 #define pte_clear_bits(p, bits) ((p).pte &= ~(bits))  argument
  | 
| /arch/arm/mach-omap2/ | 
| D | cm2xxx_3xxx.h | 61 static inline u32 omap2_cm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module,  in omap2_cm_rmw_mod_reg_bits() 86 static inline u32 omap2_cm_set_mod_reg_bits(u32 bits, s16 module, s16 idx)  in omap2_cm_set_mod_reg_bits() 91 static inline u32 omap2_cm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx)  in omap2_cm_clear_mod_reg_bits()
  | 
| D | prm2xxx_3xxx.h | 64 static inline u32 omap2_prm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module,  in omap2_prm_rmw_mod_reg_bits() 89 static inline u32 omap2_prm_set_mod_reg_bits(u32 bits, s16 module, s16 idx)  in omap2_prm_set_mod_reg_bits() 94 static inline u32 omap2_prm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx)  in omap2_prm_clear_mod_reg_bits()
  | 
| /arch/mips/kernel/ | 
| D | early_printk_8250.c | 37 	int status, bits;  in prom_putchar()  local
  | 
| /arch/sparc/kernel/ | 
| D | btext.c | 242 	int l, bits;  in draw_byte_32()  local 263 	int l, bits;  in draw_byte_16()  local 281 	int l, bits;  in draw_byte_8()  local
  | 
| /arch/parisc/include/asm/ | 
| D | hash.h | 118 hash_64(u64 a, unsigned int bits)  in hash_64()
  | 
| /arch/arm64/kvm/vgic/ | 
| D | vgic-mmio.h | 48 #define VGIC_ADDR_IRQ_MASK(bits) (((bits) * 1024 / 8) - 1)  argument 58 #define VGIC_ADDR_TO_INTID(addr, bits)  (((addr) & VGIC_ADDR_IRQ_MASK(bits)) * \  argument
  | 
| /arch/s390/tools/ | 
| D | gen_facilities.c | 18 	int *bits;  member
  | 
| /arch/powerpc/sysdev/ | 
| D | cpm2.c | 139 	int i, bits = 0;  in cpm2_clk_setup()  local 265 	int i, bits = 0;  in cpm2_smc_clk_setup()  local
  | 
| /arch/s390/crypto/ | 
| D | sha_common.c | 84 	u64 bits;  in s390_sha_final()  local
  |