Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv.c3104 bool is_power8; in kvmppc_run_core() local
3207 is_power8 = cpu_has_feature(CPU_FTR_ARCH_207S) in kvmppc_run_core()
3216 if (is_power8) { in kvmppc_run_core()
3274 if (is_power8) { in kvmppc_run_core()
3291 thr = is_power8 ? subcore_thread_map[sub] : sub; in kvmppc_run_core()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv.c3726 bool is_power8; in kvmppc_run_core() local
3813 is_power8 = cpu_has_feature(CPU_FTR_ARCH_207S); in kvmppc_run_core()
3821 if (is_power8) { in kvmppc_run_core()
3871 if (is_power8) { in kvmppc_run_core()
3888 thr = is_power8 ? subcore_thread_map[sub] : sub; in kvmppc_run_core()

Completed in 14 milliseconds