Home
last modified time | relevance | path

Searched defs:compat_elf_check_arch (Results 1 – 6 of 6) sorted by relevance

/linux-5.10/arch/powerpc/include/asm/
Delf.h17 #define compat_elf_check_arch(x) ((x)->e_machine == EM_PPC) macro
/linux-5.10/arch/arm64/include/asm/
Delf.h216 #define compat_elf_check_arch(x) (system_supports_32bit_el0() && \ macro
/linux-5.10/arch/x86/include/asm/
Delf.h162 #define compat_elf_check_arch(x) \ macro
/linux-5.10/arch/s390/include/asm/
Delf.h157 #define compat_elf_check_arch(x) \ macro
/linux-5.10/arch/sparc/include/asm/
Delf_64.h181 #define compat_elf_check_arch(x) ((x)->e_machine == EM_SPARC || \ macro
/linux-5.10/arch/parisc/include/asm/
Delf.h313 #define compat_elf_check_arch(x) \ macro