Lines Matching defs:bit
23 #define test_cpu_cap(c, bit) \ argument
33 #define CHECK_BIT_IN_MASK_WORD(maskname, word, bit) \ argument
36 #define cpu_has(c, bit) \ argument
39 #define this_cpu_has(bit) \ argument
51 #define cpu_feature_enabled(bit) \ argument
54 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) argument
56 #define set_cpu_cap(c, bit) set_bit(bit, (unsigned long *)((c)->x86_capability)) argument
60 #define setup_force_cpu_cap(bit) do { \ argument
65 #define setup_force_cpu_bug(bit) setup_force_cpu_cap(bit) argument
75 static __always_inline bool _static_cpu_has(u16 bit) in _static_cpu_has()
119 #define static_cpu_has(bit) \ argument
126 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) argument
127 #define set_cpu_bug(c, bit) set_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