Searched refs:cpu_has (Results 1 – 1 of 1) sorted by relevance
125 #define cpu_has(c, bit) (__builtin_constant_p(bit) && ( (((bit)>>5)==0 && (1UL<<((bit)&31) & RE… macro126 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit)