Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/include/asm/
H A Delf.h98 #define ELF_PLATFORM_SIZE 8 macro
/linux-6.15/arch/arm64/include/asm/
H A Delf.h87 #define ELF_PLATFORM_SIZE 16 macro
/linux-6.15/arch/s390/include/asm/
H A Delf.h223 #define ELF_PLATFORM_SIZE 8 macro
/linux-6.15/arch/s390/kernel/
H A Dprocessor.c33 char elf_platform[ELF_PLATFORM_SIZE];
/linux-6.15/arch/arm/kernel/
H A Dsetup.c147 char elf_platform[ELF_PLATFORM_SIZE];
725 snprintf(elf_platform, ELF_PLATFORM_SIZE, "%s%c", in setup_processor()