Home
last modified time | relevance | path

Searched refs:ELF_HWCAP (Results 1 – 22 of 22) sorted by relevance

/linux-2.4.37.9/include/asm-arm/
Delf.h56 #define ELF_HWCAP (elf_hwcap) macro
/linux-2.4.37.9/include/asm-s390/
Delf.h67 #define ELF_HWCAP (0) macro
/linux-2.4.37.9/include/asm-s390x/
Delf.h68 #define ELF_HWCAP (0) macro
/linux-2.4.37.9/include/asm-ia64/
Delf.h81 #define ELF_HWCAP 0 macro
Dia32.h399 #define ELF_HWCAP 0 macro
/linux-2.4.37.9/include/asm-alpha/
Delf.h69 #define ELF_HWCAP (~amask(-1)) macro
/linux-2.4.37.9/include/asm-sh/
Delf.h53 #define ELF_HWCAP (0) macro
/linux-2.4.37.9/include/asm-ppc/
Delf.h62 #define ELF_HWCAP (cur_cpu_spec[0]->cpu_user_features) macro
/linux-2.4.37.9/include/asm-sparc/
Delf.h93 #define ELF_HWCAP ((ARCH_SUN4C_SUN4) ? 0 : \ macro
/linux-2.4.37.9/include/asm-m68k/
Delf.h83 #define ELF_HWCAP (0) macro
/linux-2.4.37.9/include/asm-i386/
Delf.h89 #define ELF_HWCAP (boot_cpu_data.x86_capability[0]) macro
/linux-2.4.37.9/include/asm-parisc/
Delf.h142 #define ELF_HWCAP 0 macro
/linux-2.4.37.9/include/asm-sparc64/
Delf.h90 #define ELF_HWCAP ((HWCAP_SPARC_FLUSH | HWCAP_SPARC_STBAR | \ macro
/linux-2.4.37.9/include/asm-mips/
Delf.h77 #define ELF_HWCAP (0) macro
/linux-2.4.37.9/include/asm-cris/
Delf.h108 #define ELF_HWCAP (0) macro
/linux-2.4.37.9/include/asm-ppc64/
Delf.h88 #define ELF_HWCAP (cur_cpu_spec->cpu_user_features) macro
/linux-2.4.37.9/include/asm-mips64/
Delf.h75 #define ELF_HWCAP (0) macro
/linux-2.4.37.9/include/asm-x86_64/
Delf.h110 #define ELF_HWCAP (boot_cpu_data.x86_capability[0]) macro
/linux-2.4.37.9/include/asm-sh64/
Delf.h65 #define ELF_HWCAP (0) macro
/linux-2.4.37.9/arch/s390x/kernel/
Dbinfmt_elf32.c78 #define ELF_HWCAP (0) macro
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_binfmt.c140 #define ELF_HWCAP (boot_cpu_data.x86_capability[0]) macro
/linux-2.4.37.9/fs/
Dbinfmt_elf.c138 hwcap = ELF_HWCAP; in create_elf_tables()