Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dcompat_binfmt_elf.c78 #undef ELF_HWCAP2
79 #define ELF_HWCAP2 COMPAT_ELF_HWCAP2 macro
Dbinfmt_elf_fdpic.c645 #ifdef ELF_HWCAP2 in create_elf_fdpic_tables()
646 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
Dbinfmt_elf.c262 #ifdef ELF_HWCAP2 in create_elf_tables()
263 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()
/Linux-v4.19/arch/arm/include/asm/
Dhwcap.h13 #define ELF_HWCAP2 (elf_hwcap2) macro
/Linux-v4.19/arch/powerpc/include/asm/
Delf.h66 # define ELF_HWCAP2 (cur_cpu_spec->cpu_user_features2) macro
/Linux-v4.19/arch/x86/include/asm/
Delf.h271 #define ELF_HWCAP2 (elf_hwcap2) macro
/Linux-v4.19/arch/x86/kernel/cpu/
Dintel.c102 ELF_HWCAP2 |= HWCAP2_RING3MWAIT; in probe_xeon_phi_r3mwait()