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

/linux-master/arch/arm64/kernel/
H A Dcpufeature.c2185 if (scope & SCOPE_BOOT_CPU)
3149 if ((scope_mask & SCOPE_BOOT_CPU) && (caps->type & SCOPE_BOOT_CPU))
3161 u16 non_boot_scope = SCOPE_ALL & ~SCOPE_BOOT_CPU;
3189 boot_scope = !!(scope_mask & SCOPE_BOOT_CPU);
3199 * Capabilities with SCOPE_BOOT_CPU scope are finalised
3287 verify_local_cpu_caps(SCOPE_BOOT_CPU);
3378 * The capabilities with SCOPE_BOOT_CPU are checked from
3382 verify_local_cpu_caps(SCOPE_ALL & ~SCOPE_BOOT_CPU);
3477 update_cpu_capabilities(SCOPE_BOOT_CPU | SCOPE_LOCAL_CP
[all...]
/linux-master/arch/arm64/include/asm/
H A Dcpufeature.h144 * c) SCOPE_BOOT_CPU: Check only on the primary boot CPU to detect the
184 * a) SCOPE_BOOT_CPU : All CPUs are verified against the capability
266 #define SCOPE_BOOT_CPU ARM64_CPUCAP_SCOPE_BOOT_CPU macro

Completed in 128 milliseconds