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()
1214 if (cpu_has_feature(CPU_FTR_DSCR)) { in copy_thread()
1218 if (cpu_has_feature(CPU_FTR_HAS_PPR)) in copy_thread()
1329 if (cpu_has_feature(CPU_FTR_TM)) in start_thread()
1351 if (cpu_has_feature(CPU_FTR_SPE)) { in set_fpexc_mode()
1396 if (cpu_has_feature(CPU_FTR_SPE)) { in get_fpexc_mode()
1425 if ((val == PR_ENDIAN_LITTLE && !cpu_has_feature(CPU_FTR_REAL_LE)) || in set_endian()
1426 (val == PR_ENDIAN_PPC_LITTLE && !cpu_has_feature(CPU_FTR_PPC_LE))) in set_endian()
1447 if (!cpu_has_feature(CPU_FTR_PPC_LE) && in get_endian()
1448 !cpu_has_feature(CPU_FTR_REAL_LE)) in get_endian()
1455 if (cpu_has_feature(CPU_FTR_REAL_LE)) in get_endian()