Home
last modified time | relevance | path

Searched refs:ELF_HWCAP2 (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/fs/
Dcompat_binfmt_elf.c75 #undef ELF_HWCAP2
76 #define ELF_HWCAP2 COMPAT_ELF_HWCAP2 macro
Dbinfmt_elf_fdpic.c641 #ifdef ELF_HWCAP2 in create_elf_fdpic_tables()
642 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
Dbinfmt_elf.c261 #ifdef ELF_HWCAP2 in create_elf_tables()
262 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()
/Linux-v5.4/arch/arm/include/asm/
Dhwcap.h13 #define ELF_HWCAP2 (elf_hwcap2) macro
/Linux-v5.4/arch/arm64/include/asm/
Dhwcap.h95 #define ELF_HWCAP2 cpu_get_elf_hwcap2() macro
/Linux-v5.4/arch/powerpc/include/asm/
Delf.h62 # define ELF_HWCAP2 (cur_cpu_spec->cpu_user_features2) macro
/Linux-v5.4/arch/x86/include/asm/
Delf.h270 #define ELF_HWCAP2 (elf_hwcap2) macro
/Linux-v5.4/arch/x86/kernel/cpu/
Dintel.c128 ELF_HWCAP2 |= HWCAP2_RING3MWAIT; in probe_xeon_phi_r3mwait()