Home
last modified time | relevance | path

Searched refs:SCOPE_SYSTEM (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dproton-pack.c842 * SCOPE_SYSTEM call will give the right answer.
1067 switch (spectre_bhb_loop_affected(SCOPE_SYSTEM)) { in spectre_bhb_enable_mitigation()
1102 u16 loop_count = spectre_bhb_loop_affected(SCOPE_SYSTEM); in spectre_bhb_patch_loop_iter()
H A Dcpufeature.c1205 if (scope == SCOPE_SYSTEM) in has_cpuid_feature()
1251 if (scope == SCOPE_SYSTEM) in has_cache_idc()
1276 if (scope == SCOPE_SYSTEM) in has_cache_dic()
1646 /* We don't expect to be called with SCOPE_SYSTEM */ in has_address_auth_cpucap()
1647 WARN_ON(scope == SCOPE_SYSTEM); in has_address_auth_cpucap()
2307 if (scope == SCOPE_SYSTEM) in compat_has_neon()
2694 return cap->matches(cap, SCOPE_SYSTEM); in __system_matches_cap()
2736 update_cpu_capabilities(SCOPE_SYSTEM); in setup_system_capabilities()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dcpufeature.c1454 if (scope == SCOPE_SYSTEM) in read_scoped_sysreg()
1536 if (scope == SCOPE_SYSTEM) in has_32bit_el0()
1580 if (scope == SCOPE_SYSTEM) in has_cache_idc()
1605 if (scope == SCOPE_SYSTEM) in has_cache_dic()
2055 /* We don't expect to be called with SCOPE_SYSTEM */ in has_address_auth_cpucap()
2056 WARN_ON(scope == SCOPE_SYSTEM); in has_address_auth_cpucap()
2882 if (scope == SCOPE_SYSTEM) in compat_has_neon()
3300 return cap->matches(cap, SCOPE_SYSTEM); in __system_matches_cap()
3339 update_cpu_capabilities(SCOPE_SYSTEM); in setup_system_capabilities()
H A Dproton-pack.c834 * SCOPE_SYSTEM call will give the right answer.
1091 u16 loop_count = spectre_bhb_loop_affected(SCOPE_SYSTEM); in spectre_bhb_patch_loop_iter()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dcpufeature.h108 * b) SCOPE_SYSTEM: check all the CPUs and "detect" if all the CPUs
158 * b) SCOPE_LOCAL_CPU, SCOPE_SYSTEM: All CPUs hotplugged on by the
235 #define SCOPE_SYSTEM ARM64_CPUCAP_SCOPE_SYSTEM macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dcpufeature.h135 * b) SCOPE_SYSTEM: check all the CPUs and "detect" if all the CPUs
185 * b) SCOPE_LOCAL_CPU, SCOPE_SYSTEM: All CPUs hotplugged on by the
262 #define SCOPE_SYSTEM ARM64_CPUCAP_SCOPE_SYSTEM macro

Completed in 13 milliseconds