Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dhwcap.h12 #define ELF_HWCAP (elf_hwcap) macro
/linux/arch/openrisc/include/asm/
H A Delf.h50 #define ELF_HWCAP (0) macro
/linux/arch/arc/include/asm/
H A Delf.h63 #define ELF_HWCAP (0) macro
/linux/arch/csky/include/asm/
H A Delf.h76 #define ELF_HWCAP (0) macro
/linux/arch/sparc/include/asm/
H A Delf_32.h123 #define ELF_HWCAP (HWCAP_SPARC_FLUSH | HWCAP_SPARC_STBAR | \ macro
/linux/arch/microblaze/include/uapi/asm/
H A Delf.h95 #define ELF_HWCAP (0) macro
/linux/arch/alpha/include/asm/
H A Delf.h127 #define ELF_HWCAP (~amask(-1)) macro
/linux/arch/nios2/include/asm/
H A Delf.h80 #define ELF_HWCAP (0) macro
/linux/arch/m68k/include/asm/
H A Delf.h116 #define ELF_HWCAP (0) macro
/linux/arch/riscv/include/asm/
H A Delf.h66 #define ELF_HWCAP riscv_get_elf_hwcap() macro
/linux/arch/xtensa/include/asm/
H A Delf.h133 #define ELF_HWCAP (0) macro
/linux/arch/powerpc/include/asm/
H A Delf.h59 # define ELF_HWCAP (cur_cpu_spec->cpu_user_features) macro
/linux/arch/sh/include/asm/
H A Delf.h124 #define ELF_HWCAP (boot_cpu_data.flags) macro
/linux/Documentation/arch/riscv/
H A Dvector.rst21 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/hexagon/include/asm/
H A Delf.h201 #define ELF_HWCAP (0) macro
/linux/arch/x86/um/asm/
H A Delf.h179 #define ELF_HWCAP (elf_aux_hwcap) macro
/linux/arch/parisc/include/asm/
H A Delf.h350 #define ELF_HWCAP 0 macro
/linux/arch/loongarch/include/asm/
H A Delf.h308 #define ELF_HWCAP (elf_hwcap) macro
/linux/arch/mips/include/asm/
H A Delf.h422 #define ELF_HWCAP (elf_hwcap) macro
/linux/fs/
H A Dbinfmt_elf_fdpic.c632 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_fdpic_tables()
H A Dbinfmt_elf.c250 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_tables()