Searched refs:CPU_FTR_REAL_LE (Results 1 – 6 of 6) sorted by relevance
150 #define CPU_FTR_REAL_LE ASM_CONST(0x00400000) macro422 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \430 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \439 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \454 CPU_FTR_PURR | CPU_FTR_REAL_LE | CPU_FTR_DABRX)
1425 if ((val == PR_ENDIAN_LITTLE && !cpu_has_feature(CPU_FTR_REAL_LE)) || in set_endian()1448 !cpu_has_feature(CPU_FTR_REAL_LE)) in get_endian()1455 if (cpu_has_feature(CPU_FTR_REAL_LE)) in get_endian()
163 {CPU_FTR_REAL_LE, 0, PPC_FEATURE_TRUE_LE, 0, 5, 0, 0},
787 if (cpu_has_feature(CPU_FTR_REAL_LE) && (regs->msr & MSR_LE)) in fix_alignment()
36 END_FTR_SECTION_IFSET(CPU_FTR_REAL_LE) \
1987 cpu_has_feature(CPU_FTR_REAL_LE)) { in emulate_step()