Home
last modified time | relevance | path

Searched refs:AT_HWCAP (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dauxvec.h25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
/Linux-v4.19/Documentation/arm64/
Delf_hwcaps.txt16 Userspace software can test for features by acquiring the AT_HWCAP entry
22 unsigned long hwcaps = getauxval(AT_HWCAP);
63 3. The hwcaps exposed in AT_HWCAP
Dcpu-feature-registers.txt245 if (!(getauxval(AT_HWCAP) & HWCAP_CPUID)) {
Dsve.txt25 AT_HWCAP entry. Presence of this flag implies the presence of the SVE
/Linux-v4.19/arch/um/os-Linux/
Delf_aux.c47 case AT_HWCAP: in scan_elf_aux()
/Linux-v4.19/tools/testing/selftests/powerpc/include/
Dutils.h36 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/
Dibm,powerpc-cpu-features.txt182 Bits 0-31 correspond to bits 0-31 in AT_HWCAP vector. Bits 32-63 correspond
/Linux-v4.19/fs/
Dbinfmt_elf_fdpic.c644 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_fdpic_tables()
Dbinfmt_elf.c247 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_tables()