Home
last modified time | relevance | path

Searched refs:SCOPE_BOOT_CPU (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dcpufeature.c1660 if (scope & SCOPE_BOOT_CPU) in has_address_auth_cpucap()
2405 if ((scope_mask & SCOPE_BOOT_CPU) && (caps->type & SCOPE_BOOT_CPU)) in update_cpu_capabilities()
2417 u16 non_boot_scope = SCOPE_ALL & ~SCOPE_BOOT_CPU; in cpu_enable_non_boot_scope_capabilities()
2445 boot_scope = !!(scope_mask & SCOPE_BOOT_CPU); in enable_cpu_capabilities()
2462 * Capabilities with SCOPE_BOOT_CPU scope are finalised in enable_cpu_capabilities()
2550 verify_local_cpu_caps(SCOPE_BOOT_CPU); in check_early_cpu_features()
2624 * The capabilities with SCOPE_BOOT_CPU are checked from in verify_local_cpu_capabilities()
2628 verify_local_cpu_caps(SCOPE_ALL & ~SCOPE_BOOT_CPU); in verify_local_cpu_capabilities()
2664 /* Detect capabilities with either SCOPE_BOOT_CPU o in setup_boot_cpu_capabilities()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dcpufeature.c2069 if (scope & SCOPE_BOOT_CPU) in has_address_auth_cpucap()
2989 if ((scope_mask & SCOPE_BOOT_CPU) && (caps->type & SCOPE_BOOT_CPU)) in update_cpu_capabilities()
3001 u16 non_boot_scope = SCOPE_ALL & ~SCOPE_BOOT_CPU; in cpu_enable_non_boot_scope_capabilities()
3029 boot_scope = !!(scope_mask & SCOPE_BOOT_CPU); in enable_cpu_capabilities()
3043 * Capabilities with SCOPE_BOOT_CPU scope are finalised in enable_cpu_capabilities()
3131 verify_local_cpu_caps(SCOPE_BOOT_CPU); in check_early_cpu_features()
3230 * The capabilities with SCOPE_BOOT_CPU are checked from in verify_local_cpu_capabilities()
3234 verify_local_cpu_caps(SCOPE_ALL & ~SCOPE_BOOT_CPU); in verify_local_cpu_capabilities()
3269 /* Detect capabilities with either SCOPE_BOOT_CPU o in setup_boot_cpu_capabilities()
[all...]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dcpufeature.h115 * c) SCOPE_BOOT_CPU: Check only on the primary boot CPU to detect the
155 * a) SCOPE_BOOT_CPU : All CPUs are verified against the capability
237 #define SCOPE_BOOT_CPU ARM64_CPUCAP_SCOPE_BOOT_CPU macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dcpufeature.h142 * c) SCOPE_BOOT_CPU: Check only on the primary boot CPU to detect the
182 * a) SCOPE_BOOT_CPU : All CPUs are verified against the capability
264 #define SCOPE_BOOT_CPU ARM64_CPUCAP_SCOPE_BOOT_CPU macro

Completed in 10 milliseconds