Home
last modified time | relevance | path

Searched refs:__hwcap2_feature (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dcpufeature.h27 #define __hwcap2_feature(x) (32 + ilog2(HWCAP2_ ## x)) macro
28 #define cpu_feature(x) __hwcap2_feature(x)