Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dcpufeature.c218 static bool __system_matches_cap(unsigned int n);
1886 return (__system_matches_cap(ARM64_HAS_NESTED_VIRT) && in has_nv1()
2246 bool gpi = __system_matches_cap(ARM64_HAS_GENERIC_AUTH_IMP_DEF); in has_generic_auth()
2247 bool gpa = __system_matches_cap(ARM64_HAS_GENERIC_AUTH_ARCH_QARMA5); in has_generic_auth()
2248 bool gpa3 = __system_matches_cap(ARM64_HAS_GENERIC_AUTH_ARCH_QARMA3); in has_generic_auth()
3860 static bool __maybe_unused __system_matches_cap(unsigned int n) in __system_matches_cap() function