Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcpufeature.c189 static bool __system_matches_cap(unsigned int n);
1825 return __system_matches_cap(ARM64_HAS_GENERIC_AUTH_ARCH) || in has_generic_auth()
1826 __system_matches_cap(ARM64_HAS_GENERIC_AUTH_IMP_DEF); in has_generic_auth()
2874 static bool __system_matches_cap(unsigned int n) in __system_matches_cap() function
3005 return (__system_matches_cap(ARM64_HAS_PAN) && !__system_matches_cap(ARM64_HAS_UAO)); in cpufeature_pan_not_uao()