Searched refs:AT_HWCAP (Results 1 – 19 of 19) sorted by relevance
15 assert(getauxval(AT_HWCAP) & HWCAP_CPUID); in get_pac_feature()
64 if (getauxval(AT_HWCAP) & HWCAP_SVE) { in main()
57 if (getauxval(AT_HWCAP) & HWCAP_DCPOP) { in main()
111 if (!(getauxval(AT_HWCAP) & HWCAP_CPUID)) { in main()
28 hwcap = qemu_getauxval(AT_HWCAP); in cpuinfo_init()
40 unsigned long hwcap = qemu_getauxval(AT_HWCAP); in cpuinfo_init()
68 unsigned long hwcap = qemu_getauxval(AT_HWCAP); in cpuinfo_init()
27 is_mio_supported = !!(qemu_getauxval(AT_HWCAP) & HWCAP_S390_PCI_MIO); in check_is_mio_supported()
167 have_coherent_icache = qemu_getauxval(AT_HWCAP) & PPC_FEATURE_ICACHE_SNOOP; in arch_cache_info()
130 NEW_AUX_ENT(AT_HWCAP, (abi_ulong)ELF_HWCAP); in target_create_elf_tables()
2401 qemu_getauxval(AT_HWCAP) & PPC_FEATURE_HAS_ALTIVEC); in kvmppc_host_cpu_class_init()2403 qemu_getauxval(AT_HWCAP) & PPC_FEATURE_HAS_VSX); in kvmppc_host_cpu_class_init()2405 qemu_getauxval(AT_HWCAP) & PPC_FEATURE_HAS_DFP); in kvmppc_host_cpu_class_init()
326 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
2104 unsigned long hwcap = qemu_getauxval(AT_HWCAP);
2642 NEW_AUX_ENT(AT_HWCAP, (abi_ulong) ELF_HWCAP); in create_elf_tables()
2671 unsigned long hwcap = qemu_getauxval(AT_HWCAP);
3079 return getauxval(AT_HWCAP) == 0;3086 elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap));
2702 unsigned long hwcap = qemu_getauxval(AT_HWCAP);
3670 unsigned long hwcap = qemu_getauxval(AT_HWCAP);