Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dcompat_binfmt_elf.c79 #undef ELF_HWCAP2
80 #define ELF_HWCAP2 COMPAT_ELF_HWCAP2 macro
H A Dbinfmt_elf_fdpic.c642 #ifdef ELF_HWCAP2 in create_elf_fdpic_tables()
643 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
H A Dbinfmt_elf.c271 #ifdef ELF_HWCAP2 in create_elf_tables()
272 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dhwcap.h13 #define ELF_HWCAP2 (elf_hwcap2) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Delf.h60 # define ELF_HWCAP2 (cur_cpu_spec->cpu_user_features2) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dhwcap.h117 #define ELF_HWCAP2 cpu_get_elf_hwcap2() macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Delf.h268 #define ELF_HWCAP2 (elf_hwcap2) macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dintel.c119 ELF_HWCAP2 |= HWCAP2_RING3MWAIT; in probe_xeon_phi_r3mwait()