Home
last modified time | relevance | path

Searched refs:CPU_FTR_REAL_LE (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dcputable.h183 #define CPU_FTR_REAL_LE LONG_ASM_CONST(0x0000000000001000) macro
429 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
437 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
446 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
457 CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \
476 CPU_FTR_PURR | CPU_FTR_REAL_LE | CPU_FTR_DABRX)
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c1935 if ((val == PR_ENDIAN_LITTLE && !cpu_has_feature(CPU_FTR_REAL_LE)) || in set_endian()
1958 !cpu_has_feature(CPU_FTR_REAL_LE)) in get_endian()
1965 if (cpu_has_feature(CPU_FTR_REAL_LE)) in get_endian()
Dprom.c169 { .pabyte = 5, .pabit = 0, .cpu_features = CPU_FTR_REAL_LE,
Ddt_cpu_ftrs.c565 {"little-endian", feat_enable_le, CPU_FTR_REAL_LE},
Dexceptions-64s.S992 END_FTR_SECTION_IFSET(CPU_FTR_REAL_LE) \
/Linux-v4.19/arch/powerpc/lib/
Dsstep.c3077 cpu_has_feature(CPU_FTR_REAL_LE)) { in emulate_step()