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
52 #define cpu_feature_enabled(bit) \ argument
55 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) argument
57 #define set_cpu_cap(c, bit) set_bit(bit, (unsigned long *)((c)->x86_capability)) argument
61 #define setup_force_cpu_cap(bit) do { \ argument
66 #define setup_force_cpu_bug(bit) setup_force_cpu_cap(bit) argument
76 static __always_inline bool _static_cpu_has(u16 bit) in _static_cpu_has()
120 #define static_cpu_has(bit) \ argument
127 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) argument
128 #define set_cpu_bug(c, bit) set_cpu_cap(c, (bit)) argument
130 #define static_cpu_has_bug(bit) static_cpu_has((bit)) argument
131 #define boot_cpu_has_bug(bit) cpu_has_bug(&boot_cpu_data, (bit)) argument
132 #define boot_cpu_set_bug(bit) set_cpu_cap(&boot_cpu_data, (bit)) argument