Lines Matching defs:bit
51 #define test_cpu_cap(c, bit) \ argument
54 #define cpu_has(c, bit) \ argument
58 #define this_cpu_has(bit) \ argument
71 #define cpu_feature_enabled(bit) \ argument
74 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) argument
76 #define set_cpu_cap(c, bit) set_bit(bit, (unsigned long *)((c)->x86_capability)) argument
82 #define setup_force_cpu_cap(bit) do { \ argument
91 #define setup_force_cpu_bug(bit) setup_force_cpu_cap(bit) argument
99 static __always_inline bool _static_cpu_has(u16 bit) in _static_cpu_has()
118 #define static_cpu_has(bit) \ argument
125 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) argument
126 #define set_cpu_bug(c, bit) set_cpu_cap(c, (bit)) argument
127 #define clear_cpu_bug(c, bit) clear_cpu_cap(c, (bit)) argument
129 #define static_cpu_has_bug(bit) static_cpu_has((bit)) argument
130 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) argument
131 #define boot_cpu_set_bug(bit) set_cpu_cap(&boot_cpu_data, (bit)) argument