Searched refs:__khwcap_feature (Results 1 – 1 of 1) sorted by relevance
54 #define __khwcap_feature(x) const_ilog2(HWCAP_ ## x) macro55 #define KERNEL_HWCAP_FP __khwcap_feature(FP)56 #define KERNEL_HWCAP_ASIMD __khwcap_feature(ASIMD)57 #define KERNEL_HWCAP_EVTSTRM __khwcap_feature(EVTSTRM)58 #define KERNEL_HWCAP_AES __khwcap_feature(AES)59 #define KERNEL_HWCAP_PMULL __khwcap_feature(PMULL)60 #define KERNEL_HWCAP_SHA1 __khwcap_feature(SHA1)61 #define KERNEL_HWCAP_SHA2 __khwcap_feature(SHA2)62 #define KERNEL_HWCAP_CRC32 __khwcap_feature(CRC32)63 #define KERNEL_HWCAP_ATOMICS __khwcap_feature(ATOMICS)[all …]