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

/linux-master/arch/arm64/kernel/
H A Dcpufeature.c123 static bool __read_mostly allow_mismatched_32bit_el0; variable
126 * Static branch enabled only if allow_mismatched_32bit_el0 is set and we have
1223 if (!allow_mismatched_32bit_el0 || boot_cpu_32bit_regs_overridden)
1620 allow_mismatched_32bit_el0 = true;
1623 early_param("allow_mismatched_32bit_el0", parse_32bit_el0_param);
1639 if (!allow_mismatched_32bit_el0)
1654 return allow_mismatched_32bit_el0;
3602 if (!allow_mismatched_32bit_el0)

Completed in 116 milliseconds