Home
last modified time | relevance | path

Searched refs:COMPAT_UTS_MACHINE (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dcompat.h12 #define COMPAT_UTS_MACHINE "ppc\0\0" macro
14 #define COMPAT_UTS_MACHINE "ppcle\0\0" macro
/linux-4.1.27/arch/arm64/include/asm/
Dcompat.h30 #define COMPAT_UTS_MACHINE "armv8b\0\0" macro
32 #define COMPAT_UTS_MACHINE "armv8l\0\0" macro
/linux-4.1.27/arch/sparc/include/asm/
Dcompat.h9 #define COMPAT_UTS_MACHINE "sparc\0\0" macro
/linux-4.1.27/arch/mips/include/asm/
Dcompat.h12 #define COMPAT_UTS_MACHINE "mips\0\0\0" macro
/linux-4.1.27/arch/parisc/include/asm/
Dcompat.h11 #define COMPAT_UTS_MACHINE "parisc\0\0" macro
/linux-4.1.27/arch/x86/include/asm/
Dcompat.h14 #define COMPAT_UTS_MACHINE "i686\0\0" macro
/linux-4.1.27/arch/s390/include/asm/
Dcompat.h49 #define COMPAT_UTS_MACHINE "s390\0\0\0\0" macro
/linux-4.1.27/kernel/
Dsys.c1101 #ifdef COMPAT_UTS_MACHINE
1104 copy_to_user(name->machine, COMPAT_UTS_MACHINE, \
1105 sizeof(COMPAT_UTS_MACHINE)))