Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 148) sorted by relevance

123456

/arch/alpha/include/asm/
Dword-at-a-time.h22 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/
Dword-at-a-time.h21 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/
Dword-at-a-time.h27 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/
Dword-at-a-time.h20 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()
Dsmp_plat.h18 u32 bits; member
/arch/arm/include/asm/
Dword-at-a-time.h19 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()
Ddma-iommu.h20 size_t bits; /* per bitmap */ member
/arch/powerpc/include/asm/
Dword-at-a-time.h60 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/
Dword-at-a-time.h47 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/
Dvdso2c.c100 #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/
Dgenvdso.c77 #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/
Dvdso2c.c119 #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/
Dcvmx-helper-jtag.c87 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/
Dnettel.h57 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/
Dirq_64.h67 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/
Dpage.h42 #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/
Dcm2xxx_3xxx.h61 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()
Dprm2xxx_3xxx.h64 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()
Dprcm_mpu44xx.c38 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/
Dhygon.c119 unsigned int bits; in hygon_detect_cmp() local
184 unsigned int bits, ecx; in early_init_hygon_mc() local
/arch/mips/kernel/
Dearly_printk_8250.c37 int status, bits; in prom_putchar() local
/arch/sparc/kernel/
Dbtext.c244 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/
Dhash.h118 hash_64(u64 a, unsigned int bits) in hash_64()
/arch/s390/crypto/
Dsha_common.c76 u64 bits; in s390_sha_final() local
/arch/s390/tools/
Dgen_facilities.c18 int *bits; member

123456