/linux/fs/ |
H A D | compat_binfmt_elf.c | 74 #undef ELF_HWCAP 75 #define ELF_HWCAP COMPAT_ELF_HWCAP macro
|
H A D | binfmt_elf_fdpic.c | 626 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_fdpic_tables()
|
/linux/arch/arm/include/asm/ |
H A D | hwcap.h | 12 #define ELF_HWCAP (elf_hwcap) macro
|
/linux/arch/openrisc/include/asm/ |
H A D | elf.h | 50 #define ELF_HWCAP (0) macro
|
/linux/arch/arc/include/asm/ |
H A D | elf.h | 63 #define ELF_HWCAP (0) macro
|
/linux/arch/csky/include/asm/ |
H A D | elf.h | 76 #define ELF_HWCAP (0) macro
|
/linux/arch/sparc/include/asm/ |
H A D | elf_32.h | 123 #define ELF_HWCAP (HWCAP_SPARC_FLUSH | HWCAP_SPARC_STBAR | \ macro
|
H A D | elf_64.h | 195 #define ELF_HWCAP sparc64_elf_hwcap macro
|
/linux/arch/alpha/include/asm/ |
H A D | elf.h | 127 #define ELF_HWCAP (~amask(-1)) macro
|
/linux/arch/microblaze/include/uapi/asm/ |
H A D | elf.h | 95 #define ELF_HWCAP (0) macro
|
/linux/arch/nios2/include/asm/ |
H A D | elf.h | 80 #define ELF_HWCAP (0) macro
|
/linux/arch/m68k/include/asm/ |
H A D | elf.h | 116 #define ELF_HWCAP (0) macro
|
/linux/arch/riscv/include/asm/ |
H A D | elf.h | 66 #define ELF_HWCAP riscv_get_elf_hwcap() macro
|
/linux/arch/xtensa/include/asm/ |
H A D | elf.h | 133 #define ELF_HWCAP (0) macro
|
/linux/arch/powerpc/include/asm/ |
H A D | elf.h | 56 /* ELF_HWCAP yields a mask that user programs can use to figure out what 59 # define ELF_HWCAP (cur_cpu_spec->cpu_user_features) macro
|
/linux/arch/sh/include/asm/ |
H A D | elf.h | 124 #define ELF_HWCAP (boot_cpu_data.flags) macro
|
/linux/arch/s390/include/asm/ |
H A D | elf.h | 214 #define ELF_HWCAP (elf_hwcap) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | elf.h | 201 #define ELF_HWCAP (0) macro
|
/linux/Documentation/arch/riscv/ |
H A D | vector.rst | 21 please read :c:macro:`COMPAT_HWCAP_ISA_V` bit of :c:macro:`ELF_HWCAP` in the 95 reading :c:macro:`COMPAT_HWCAP_ISA_V` bit of :c:macro:`ELF_HWCAP` in the
|
/linux/arch/x86/um/asm/ |
H A D | elf.h | 211 #define ELF_HWCAP (elf_aux_hwcap) macro
|
/linux/arch/parisc/include/asm/ |
H A D | elf.h | 350 #define ELF_HWCAP 0 macro
|
/linux/arch/arm64/include/asm/ |
H A D | hwcap.h | 186 #define ELF_HWCAP cpu_get_elf_hwcap() macro
|
/linux/arch/x86/include/asm/ |
H A D | elf.h | 242 #define ELF_HWCAP (boot_cpu_data.x86_capability[CPUID_1_EDX]) macro
|
/linux/arch/mips/include/asm/ |
H A D | elf.h | 420 #define ELF_HWCAP (elf_hwcap) macro
|