Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dcompat_binfmt_elf.c79 #undef ELF_HWCAP2
80 #define ELF_HWCAP2 COMPAT_ELF_HWCAP2 macro
H A Dbinfmt_elf_fdpic.c595 #ifdef ELF_HWCAP2 in create_elf_fdpic_tables()
627 #ifdef ELF_HWCAP2 in create_elf_fdpic_tables()
628 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
H A Dbinfmt_elf.c258 #ifdef ELF_HWCAP2 in create_elf_tables()
259 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()
/linux-6.15/arch/arm/include/asm/
H A Dhwcap.h13 #define ELF_HWCAP2 (elf_hwcap2) macro
/linux-6.15/arch/powerpc/include/asm/
H A Delf.h60 # define ELF_HWCAP2 (cur_cpu_spec->cpu_user_features2) macro
/linux-6.15/arch/arm64/include/asm/
H A Dhwcap.h185 #define ELF_HWCAP2 cpu_get_elf_hwcap2() macro
/linux-6.15/arch/x86/include/asm/
H A Delf.h255 #define ELF_HWCAP2 (elf_hwcap2) macro
/linux-6.15/arch/x86/kernel/cpu/
H A Dintel.c88 ELF_HWCAP2 |= HWCAP2_RING3MWAIT; in probe_xeon_phi_r3mwait()