Searched refs:AT_HWCAP (Results 1 – 16 of 16) sorted by relevance
26 unsigned long hwcaps = getauxval(AT_HWCAP); \32 unsigned long hwcaps = getauxval(AT_HWCAP); \256 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST()299 unsigned long hwcaps = getauxval(AT_HWCAP); in TEST()
21 hwcaps = getauxval(AT_HWCAP); in main()
17 Userspace software can test for features by acquiring the AT_HWCAP or23 unsigned long hwcaps = getauxval(AT_HWCAP);64 3. The hwcaps exposed in AT_HWCAP248 4. Unused AT_HWCAP bits252 and 63 of AT_HWCAP will always be returned as 0.
313 if (!(getauxval(AT_HWCAP) & HWCAP_CPUID)) {
27 AT_HWCAP entry. Presence of this flag implies the presence of the SVE
25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
27 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
112 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) { in main()
318 if (!(getauxval(AT_HWCAP) & HWCAP_SVE)) in main()
47 case AT_HWCAP: in scan_elf_aux()
62 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
264 if (getauxval(AT_HWCAP) & HWCAP_SSBS) in test_init()
286 unsigned long hwcaps = getauxval(AT_HWCAP); in mte_default_setup()
182 Bits 0-31 correspond to bits 0-31 in AT_HWCAP vector. Bits 32-63 correspond
641 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_fdpic_tables()
256 NEW_AUX_ENT(AT_HWCAP, ELF_HWCAP); in create_elf_tables()