Home
last modified time | relevance | path

Searched refs:PR_ENDIAN_LITTLE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dprctl.h63 # define PR_ENDIAN_LITTLE 1 /* True little endian mode */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dprctl.h63 # define PR_ENDIAN_LITTLE 1 /* True little endian mode */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h63 # define PR_ENDIAN_LITTLE 1 /* True little endian mode */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h63 # define PR_ENDIAN_LITTLE 1 /* True little endian mode */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprocess.c1985 if ((val == PR_ENDIAN_LITTLE && !cpu_has_feature(CPU_FTR_REAL_LE)) || in set_endian()
1994 else if (val == PR_ENDIAN_LITTLE || val == PR_ENDIAN_PPC_LITTLE) in set_endian()
2016 val = PR_ENDIAN_LITTLE; in get_endian()