Lines Matching refs:cpu_has_feature
651 if (cpu_has_feature(CPU_FTR_SLB)) { in copy_thread()
655 if (cpu_has_feature(CPU_FTR_1T_SEGMENT)) in copy_thread()
780 if (cpu_has_feature(CPU_FTR_SPE)) { in set_fpexc_mode()
812 if (cpu_has_feature(CPU_FTR_SPE)) in get_fpexc_mode()
828 if ((val == PR_ENDIAN_LITTLE && !cpu_has_feature(CPU_FTR_REAL_LE)) || in set_endian()
829 (val == PR_ENDIAN_PPC_LITTLE && !cpu_has_feature(CPU_FTR_PPC_LE))) in set_endian()
850 if (!cpu_has_feature(CPU_FTR_PPC_LE) && in get_endian()
851 !cpu_has_feature(CPU_FTR_REAL_LE)) in get_endian()
858 if (cpu_has_feature(CPU_FTR_REAL_LE)) in get_endian()
1068 if (cpu_has_feature(CPU_FTR_CTRL) && !test_thread_flag(TIF_RUNLATCH)) { in ppc64_runlatch_on()
1083 if (cpu_has_feature(CPU_FTR_CTRL) && test_thread_flag(TIF_RUNLATCH)) { in ppc64_runlatch_off()