Go to the documentation of this file. 1 #ifndef _ASM_WORD_AT_A_TIME_H
2 #define _ASM_WORD_AT_A_TIME_H
4 #include <asm/compiler.h>
18 #define WORD_AT_A_TIME_CONSTANTS { 0 }
21 static inline unsigned long has_zero(
unsigned long val,
unsigned long *
bits,
const struct word_at_a_time *
c)
24 *bits = zero_locations;
25 return zero_locations;
33 #define create_zero_mask(bits) (bits)
35 static inline unsigned long find_zero(
unsigned long bits)
37 #if defined(CONFIG_ALPHA_EV6) && defined(CONFIG_ALPHA_EV67)