Searched defs:cpu_has (Results 1 – 2 of 2) sorted by relevance
36 #define cpu_has(c, bit) \ macro
16 #define cpu_has(feat) (cpu_data[0].options & BIT_ULL(feat)) macro