Home
last modified time | relevance | path

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

/linux-6.1.9/fs/
Dcompat_binfmt_elf.c79 #undef ELF_HWCAP2
80 #define ELF_HWCAP2 COMPAT_ELF_HWCAP2 macro
Dbinfmt_elf_fdpic.c644 #ifdef ELF_HWCAP2 in create_elf_fdpic_tables()
645 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
Dbinfmt_elf.c276 #ifdef ELF_HWCAP2 in create_elf_tables()
277 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()
/linux-6.1.9/arch/arm/include/asm/
Dhwcap.h13 #define ELF_HWCAP2 (elf_hwcap2) macro
/linux-6.1.9/arch/powerpc/include/asm/
Delf.h60 # define ELF_HWCAP2 (cur_cpu_spec->cpu_user_features2) macro
/linux-6.1.9/arch/arm64/include/asm/
Dhwcap.h129 #define ELF_HWCAP2 cpu_get_elf_hwcap2() macro
/linux-6.1.9/arch/x86/include/asm/
Delf.h258 #define ELF_HWCAP2 (elf_hwcap2) macro
/linux-6.1.9/arch/x86/kernel/cpu/
Dintel.c125 ELF_HWCAP2 |= HWCAP2_RING3MWAIT; in probe_xeon_phi_r3mwait()