Home
last modified time | relevance | path

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

1234567

/arch/alpha/include/asm/
Dword-at-a-time.h21 static inline unsigned long has_zero(unsigned long val, unsigned long *bits, const struct word_at_a… in has_zero()
28 static inline unsigned long prep_zero_mask(unsigned long val, unsigned long bits, const struct word… in prep_zero_mask()
33 #define create_zero_mask(bits) (bits) argument
35 static inline unsigned long find_zero(unsigned long bits) in find_zero()
/arch/sh/include/asm/
Dword-at-a-time.h26 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
33 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
38 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
/arch/arm64/include/asm/
Dword-at-a-time.h31 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, in has_zero()
39 #define prep_zero_mask(a, bits, c) (bits) argument
41 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
Dsmp_plat.h29 u32 bits; member
/arch/powerpc/include/asm/
Dword-at-a-time.h59 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
70 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
76 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
126 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
138 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
145 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
/arch/arm/include/asm/
Dword-at-a-time.h18 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, in has_zero()
26 #define prep_zero_mask(a, bits, c) (bits) argument
28 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
/arch/mips/vdso/
Dgenvdso.c81 #define BUILD_SWAP(bits) \ argument
91 #define __FUNC(name, bits) name##bits argument
92 #define _FUNC(name, bits) __FUNC(name, bits) argument
95 #define __ELF(x, bits) Elf##bits##_##x argument
96 #define _ELF(x, bits) __ELF(x, bits) argument
/arch/x86/include/asm/
Dword-at-a-time.h46 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
53 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
58 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
/arch/x86/entry/vdso/
Dvdso2c.c126 #define GLE(x, bits, ifnot) \ argument
138 #define PLE(x, val, bits, ifnot) \ argument
153 #define BITSFUNC3(name, bits, suffix) name##bits##suffix argument
154 #define BITSFUNC2(name, bits, suffix) BITSFUNC3(name, bits, suffix) argument
159 #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x argument
160 #define ELF_BITS_XFORM(bits, x) ELF_BITS_XFORM2(bits, x) argument
/arch/ia64/sn/pci/pcibr/
Dpcibr_reg.c26 void pcireg_control_bit_clr(struct pcibus_info *pcibus_info, u64 bits) in pcireg_control_bit_clr()
46 void pcireg_control_bit_set(struct pcibus_info *pcibus_info, u64 bits) in pcireg_control_bit_set()
124 void pcireg_intr_enable_bit_clr(struct pcibus_info *pcibus_info, u64 bits) in pcireg_intr_enable_bit_clr()
144 void pcireg_intr_enable_bit_set(struct pcibus_info *pcibus_info, u64 bits) in pcireg_intr_enable_bit_set()
/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.h56 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/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/sparc/include/asm/
Dirq_64.h66 static inline void set_softint(unsigned long bits) in set_softint()
73 static inline void clear_softint(unsigned long bits) in clear_softint()
/arch/arm/mach-omap2/
Dcm2xxx_3xxx.h64 static inline u32 omap2_cm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, in omap2_cm_rmw_mod_reg_bits()
89 static inline u32 omap2_cm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_cm_set_mod_reg_bits()
94 static inline u32 omap2_cm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_cm_clear_mod_reg_bits()
Dprm2xxx_3xxx.h67 static inline u32 omap2_prm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, in omap2_prm_rmw_mod_reg_bits()
92 static inline u32 omap2_prm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_prm_set_mod_reg_bits()
97 static inline u32 omap2_prm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_prm_clear_mod_reg_bits()
/arch/tile/lib/
Dstrlen_32.c30 uint32_t bits; in strlen() local
Dstrlen_64.c29 uint64_t bits; in strlen() local
Dstrnlen_32.c26 uint32_t v, bits; in strnlen() local
Dstrnlen_64.c27 uint64_t v, bits; in strnlen() local
Dmemchr_64.c26 uint64_t goal, before_mask, v, bits; in memchr() local
Dmemchr_32.c25 uint32_t goal, before_mask, v, bits; in memchr() local
/arch/s390/include/asm/
Dfacilities_src.h13 int *bits; member
/arch/tile/kernel/
Dtile-desc_32.c2526 find_opcode(tilepro_bundle_bits bits, tilepro_pipeline pipe) in find_opcode()
2547 parse_insn_tilepro(tilepro_bundle_bits bits, in parse_insn_tilepro()
Dtile-desc_64.c2139 find_opcode(tilegx_bundle_bits bits, const unsigned short *table) in find_opcode()
2159 parse_insn_tilegx(tilegx_bundle_bits bits, in parse_insn_tilegx()

1234567