Lines Matching full:safe
26 * The safe value of a CPUID feature field is dependent on the implications
33 * a field when EXACT is specified, failing which, the safe value specified
38 FTR_EXACT, /* Use a predefined safe value */
39 FTR_LOWER_SAFE, /* Smaller value is safe */
40 FTR_HIGHER_SAFE, /* Bigger value is safe */
41 FTR_HIGHER_OR_ZERO_SAFE, /* Bigger value is safe, but 0 is biggest */
63 s64 safe_val; /* safe value for FTR_EXACT features */
69 * @sys_val Safe value across the CPUs (system view)
144 * kernel), the kernel should make sure that it is safe to use the CPU,
245 /* Is it safe for a late CPU to miss this capability when system has it */
253 * has been enabled, it is safe to allow any CPU to boot that doesn't
254 * require the workaround. However, it is not safe if a "late" CPU
261 * feature. It is safe for a late CPU to have this feature even though
297 * CPU feature used early in the boot based on the boot CPU. It is safe for a
748 * As a safe limit, we return the limit supported by the kernel. in id_aa64mmfr0_parange_to_phys_shift()