Searched refs:PR_ENDIAN_LITTLE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dprctl.h63 # define PR_ENDIAN_LITTLE 1 /* True little endian mode */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h63 # define PR_ENDIAN_LITTLE 1 /* True little endian mode */ macro
/linux-master/arch/powerpc/kernel/
H A Dprocess.c2092 if ((val == PR_ENDIAN_LITTLE && !cpu_has_feature(CPU_FTR_REAL_LE)) ||
2101 else if (val == PR_ENDIAN_LITTLE || val == PR_ENDIAN_PPC_LITTLE)
2123 val = PR_ENDIAN_LITTLE;

Completed in 134 milliseconds