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