Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dcpufeature.h231 #define SCOPE_SYSTEM ARM64_CPUCAP_SCOPE_SYSTEM macro
/arch/arm64/kernel/
Dcpufeature.c885 if (scope == SCOPE_SYSTEM) in has_cpuid_feature()
931 if (scope == SCOPE_SYSTEM) in has_cache_idc()
956 if (scope == SCOPE_SYSTEM) in has_cache_dic()
1777 if (scope == SCOPE_SYSTEM) in compat_has_neon()
2169 update_cpu_capabilities(SCOPE_SYSTEM); in setup_system_capabilities()
Dcpu_errata.c1370 switch (spectre_bhb_loop_affected(SCOPE_SYSTEM)) { in spectre_bhb_enable_mitigation()
1417 u16 loop_count = spectre_bhb_loop_affected(SCOPE_SYSTEM); in spectre_bhb_patch_loop_iter()