Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dcompat_binfmt_elf.c79 #undef ELF_HWCAP2
80 #define ELF_HWCAP2 COMPAT_ELF_HWCAP2 macro
H A Dbinfmt_elf_fdpic.c643 #ifdef ELF_HWCAP2 in create_elf_fdpic_tables()
644 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
H A Dbinfmt_elf.c277 #ifdef ELF_HWCAP2 in create_elf_tables()
278 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h117 #ifdef ELF_HWCAP2 in target_create_elf_tables()
118 features = ELF_HWCAP2; in target_create_elf_tables()
/openbmc/linux/arch/arm/include/asm/
H A Dhwcap.h13 #define ELF_HWCAP2 (elf_hwcap2) macro
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_elf.h35 #define ELF_HWCAP2 get_elf_hwcap2() macro
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_elf.h91 #define ELF_HWCAP2 get_elf_hwcap2() macro
/openbmc/linux/arch/powerpc/include/asm/
H A Delf.h60 # define ELF_HWCAP2 (cur_cpu_spec->cpu_user_features2) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dhwcap.h148 #define ELF_HWCAP2 cpu_get_elf_hwcap2() macro
/openbmc/linux/arch/x86/include/asm/
H A Delf.h253 #define ELF_HWCAP2 (elf_hwcap2) macro
/openbmc/qemu/linux-user/
H A Delfload.c38 #undef ELF_HWCAP2
508 #define ELF_HWCAP2 get_elf_hwcap2() macro
800 #define ELF_HWCAP2 get_elf_hwcap2() macro
1149 #define ELF_HWCAP2 get_elf_hwcap2() macro
2574 #ifdef ELF_HWCAP2 in create_elf_tables()
2636 #ifdef ELF_HWCAP2 in create_elf_tables()
2637 NEW_AUX_ENT(AT_HWCAP2, (abi_ulong) ELF_HWCAP2); in create_elf_tables()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dintel.c125 ELF_HWCAP2 |= HWCAP2_RING3MWAIT; in probe_xeon_phi_r3mwait()