Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dcompat_binfmt_elf.c68 #ifdef COMPAT_ELF_PLATFORM
70 #define ELF_PLATFORM COMPAT_ELF_PLATFORM
/openbmc/linux/arch/arm64/include/asm/
H A Delf.h199 #define COMPAT_ELF_PLATFORM ("v8b") macro
201 #define COMPAT_ELF_PLATFORM ("v8l") macro
/openbmc/linux/arch/riscv/include/asm/
H A Delf.h87 #define COMPAT_ELF_PLATFORM (NULL) macro
/openbmc/linux/arch/x86/include/asm/
H A Delf.h182 #define COMPAT_ELF_PLATFORM ("i686") macro
/openbmc/linux/arch/arm64/kernel/
H A Dcpuinfo.c194 MIDR_REVISION(midr), COMPAT_ELF_PLATFORM); in c_show()