Lines Matching refs:cpu_has_feature
445 if (cpu_has_feature(CPU_FTR_DABRX)) in __set_dabr()
501 if (cpu_has_feature(CPU_FTR_DAWR)) in __set_breakpoint()
666 if (!cpu_has_feature(CPU_FTR_TM)) in tm_recheckpoint_new_task()
716 if (cpu_has_feature(CPU_FTR_TM)) { in __switch_to_tm()
1025 if ((regs->trap != 0xc00) && cpu_has_feature(CPU_FTR_CFAR)) in show_regs()
1213 if (cpu_has_feature(CPU_FTR_DSCR)) { in copy_thread()
1217 if (cpu_has_feature(CPU_FTR_HAS_PPR)) in copy_thread()
1328 if (cpu_has_feature(CPU_FTR_TM)) in start_thread()
1350 if (cpu_has_feature(CPU_FTR_SPE)) { in set_fpexc_mode()
1395 if (cpu_has_feature(CPU_FTR_SPE)) { in get_fpexc_mode()
1424 if ((val == PR_ENDIAN_LITTLE && !cpu_has_feature(CPU_FTR_REAL_LE)) || in set_endian()
1425 (val == PR_ENDIAN_PPC_LITTLE && !cpu_has_feature(CPU_FTR_PPC_LE))) in set_endian()
1446 if (!cpu_has_feature(CPU_FTR_PPC_LE) && in get_endian()
1447 !cpu_has_feature(CPU_FTR_REAL_LE)) in get_endian()
1454 if (cpu_has_feature(CPU_FTR_REAL_LE)) in get_endian()