Lines Matching defs:bit
54 #define test_cpu_cap(c, bit) \ argument
64 #define CHECK_BIT_IN_MASK_WORD(maskname, word, bit) \ argument
126 #define cpu_has(c, bit) \ argument
130 #define this_cpu_has(bit) \ argument
142 #define cpu_feature_enabled(bit) \ argument
145 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) argument
147 #define set_cpu_cap(c, bit) set_bit(bit, (unsigned long *)((c)->x86_capability)) argument
152 #define setup_force_cpu_cap(bit) do { \ argument
161 #define setup_force_cpu_bug(bit) setup_force_cpu_cap(bit) argument
176 static __always_inline bool _static_cpu_has(u16 bit) in _static_cpu_has()
195 #define static_cpu_has(bit) \ argument
202 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) argument
203 #define set_cpu_bug(c, bit) set_cpu_cap(c, (bit)) argument
204 #define clear_cpu_bug(c, bit) clear_cpu_cap(c, (bit)) argument
206 #define static_cpu_has_bug(bit) static_cpu_has((bit)) argument
207 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) argument
208 #define boot_cpu_set_bug(bit) set_cpu_cap(&boot_cpu_data, (bit)) argument