/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/riscv/include/asm/ |
D | word-at-a-time.h | 21 unsigned long *bits, const struct word_at_a_time *c) in has_zero() 29 unsigned long bits, const struct word_at_a_time *c) in prep_zero_mask() 34 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
|
/arch/sh/include/asm/ |
D | word-at-a-time.h | 27 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 34 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask() 39 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
|
/arch/arm64/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 | smp_plat.h | 18 u32 bits; member
|
/arch/arm/include/asm/ |
D | word-at-a-time.h | 19 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, in has_zero() 27 #define prep_zero_mask(a, bits, c) (bits) argument 29 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
|
D | dma-iommu.h | 20 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/x86/include/asm/ |
D | word-at-a-time.h | 47 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 54 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask() 59 static inline unsigned long create_zero_mask(unsigned long bits) in create_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 | 119 #define GLE(x, bits, ifnot) \ argument 131 #define PLE(x, val, bits, ifnot) \ argument 146 #define BITSFUNC3(name, bits, suffix) name##bits##suffix argument 147 #define BITSFUNC2(name, bits, suffix) BITSFUNC3(name, bits, suffix) argument 152 #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x argument 153 #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 | 57 static __inline__ void mcf_setppdata(unsigned int mask, unsigned int bits) in mcf_setppdata() 94 static __inline__ void mcf_setppdata(unsigned int mask, unsigned int bits) in mcf_setppdata()
|
/arch/sparc/include/asm/ |
D | irq_64.h | 67 static inline void set_softint(unsigned long bits) in set_softint() 74 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()
|
D | prcm_mpu44xx.c | 38 u32 omap4_prcm_mpu_rmw_inst_reg_bits(u32 mask, u32 bits, s16 inst, s16 reg) in omap4_prcm_mpu_rmw_inst_reg_bits()
|
/arch/x86/kernel/cpu/ |
D | hygon.c | 119 unsigned int bits; in hygon_detect_cmp() local 184 unsigned int bits, ecx; in early_init_hygon_mc() local
|
/arch/mips/kernel/ |
D | early_printk_8250.c | 37 int status, bits; in prom_putchar() local
|
/arch/sparc/kernel/ |
D | btext.c | 244 int l, bits; in draw_byte_32() local 265 int l, bits; in draw_byte_16() local 283 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/s390/crypto/ |
D | sha_common.c | 76 u64 bits; in s390_sha_final() local
|
/arch/s390/tools/ |
D | gen_facilities.c | 18 int *bits; member
|