Home
last modified time | relevance | path

Searched refs:next32 (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/arch/arm64/kernel/
Dprocess.c522 bool prev32, next32; in erratum_1418040_thread_switch() local
529 next32 = is_compat_thread(task_thread_info(next)); in erratum_1418040_thread_switch()
531 if (prev32 == next32 || !this_cpu_has_cap(ARM64_WORKAROUND_1418040)) in erratum_1418040_thread_switch()
536 if (!next32) in erratum_1418040_thread_switch()