Searched defs:cpu_has (Results 1 – 2 of 2) sorted by relevance
83 #define cpu_has(c, bit) test_bit(bit, (c)->x86_capability) macro86 #define cpu_has(c, bit) test_bit(bit, (c)->x86_capability) macro
80 #define cpu_has(c, bit) test_bit(bit, (c)->x86_capability) macro