Lines Matching defs:bit
51 #define test_cpu_cap(c, bit) \ argument
61 #define CHECK_BIT_IN_MASK_WORD(maskname, word, bit) \ argument
110 #define cpu_has(c, bit) \ argument
114 #define this_cpu_has(bit) \ argument
126 #define cpu_feature_enabled(bit) \ argument
129 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) argument
131 #define set_cpu_cap(c, bit) set_bit(bit, (unsigned long *)((c)->x86_capability)) argument
136 #define setup_force_cpu_cap(bit) do { \ argument
141 #define setup_force_cpu_bug(bit) setup_force_cpu_cap(bit) argument
153 #define static_cpu_has(bit) boot_cpu_has(bit) argument
162 static __always_inline __pure bool _static_cpu_has(u16 bit) in _static_cpu_has()
206 #define static_cpu_has(bit) \ argument
214 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) argument
215 #define set_cpu_bug(c, bit) set_cpu_cap(c, (bit)) argument
216 #define clear_cpu_bug(c, bit) clear_cpu_cap(c, (bit)) argument
218 #define static_cpu_has_bug(bit) static_cpu_has((bit)) argument
219 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) argument
220 #define boot_cpu_set_bug(bit) set_cpu_cap(&boot_cpu_data, (bit)) argument