Lines Matching full:safe
31 * The safe value of a CPUID feature field is dependent on the implications
38 * a field when EXACT is specified, failing which, the safe value specified
43 FTR_EXACT, /* Use a predefined safe value */
44 FTR_LOWER_SAFE, /* Smaller value is safe */
45 FTR_HIGHER_SAFE, /* Bigger value is safe */
46 FTR_HIGHER_OR_ZERO_SAFE, /* Bigger value is safe, but 0 is biggest */
68 s64 safe_val; /* safe value for FTR_EXACT features */
96 * @sys_val Safe value across the CPUs (system view)
172 * kernel), the kernel should make sure that it is safe to use the CPU,
273 /* Is it safe for a late CPU to miss this capability when system has it */
281 * has been enabled, it is safe to allow any CPU to boot that doesn't
282 * require the workaround. However, it is not safe if a "late" CPU
289 * feature. It is safe for a late CPU to have this feature even though
325 * CPU feature used early in the boot based on the boot CPU. It is safe for a
846 * As a safe limit, we return the limit supported by the kernel. in id_aa64mmfr0_parange_to_phys_shift()