Home
last modified time | relevance | path

Searched defs:cpu_has_feature (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dcpu_has_feature.h23 static __always_inline bool cpu_has_feature(unsigned long feature) in cpu_has_feature() function
49 static __always_inline bool cpu_has_feature(unsigned long feature) in cpu_has_feature() function
/openbmc/linux/include/linux/raid/
H A Dpq.h53 #define cpu_has_feature(x) 1 macro