Searched refs:CPU_FTR_REAL_LE (Results 1 – 6 of 6) sorted by relevance
150 #define CPU_FTR_REAL_LE ASM_CONST(0x00400000) macro424 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \432 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \441 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \456 CPU_FTR_PURR | CPU_FTR_REAL_LE | CPU_FTR_DABRX)
1424 if ((val == PR_ENDIAN_LITTLE && !cpu_has_feature(CPU_FTR_REAL_LE)) || in set_endian()1447 !cpu_has_feature(CPU_FTR_REAL_LE)) in get_endian()1454 if (cpu_has_feature(CPU_FTR_REAL_LE)) in get_endian()
162 {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()