Home
last modified time | relevance | path

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

/qemu/tests/tcg/aarch64/
H A Dpauth.h15 assert(getauxval(AT_HWCAP) & HWCAP_CPUID); in get_pac_feature()
H A Dsve-ioctls.c64 if (getauxval(AT_HWCAP) & HWCAP_SVE) { in main()
H A Ddcpop.c57 if (getauxval(AT_HWCAP) & HWCAP_DCPOP) { in main()
H A Dsysregs.c111 if (!(getauxval(AT_HWCAP) & HWCAP_CPUID)) { in main()
/qemu/util/
H A Dcpuinfo-loongarch.c28 hwcap = qemu_getauxval(AT_HWCAP); in cpuinfo_init()
H A Dcpuinfo-ppc.c40 unsigned long hwcap = qemu_getauxval(AT_HWCAP); in cpuinfo_init()
H A Dcpuinfo-aarch64.c68 unsigned long hwcap = qemu_getauxval(AT_HWCAP); in cpuinfo_init()
H A Ds390x_pci_mmio.c27 is_mio_supported = !!(qemu_getauxval(AT_HWCAP) & HWCAP_S390_PCI_MIO); in check_is_mio_supported()
H A Dcacheflush.c167 have_coherent_icache = qemu_getauxval(AT_HWCAP) & PPC_FEATURE_ICACHE_SNOOP; in arch_cache_info()
/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h130 NEW_AUX_ENT(AT_HWCAP, (abi_ulong)ELF_HWCAP); in target_create_elf_tables()
/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h130 NEW_AUX_ENT(AT_HWCAP, (abi_ulong)ELF_HWCAP); in target_create_elf_tables()
/qemu/target/ppc/
H A Dkvm.c2401 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()
/qemu/include/
H A Delf.h326 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc2104 unsigned long hwcap = qemu_getauxval(AT_HWCAP);
/qemu/linux-user/
H A Delfload.c2642 NEW_AUX_ENT(AT_HWCAP, (abi_ulong) ELF_HWCAP); in create_elf_tables()
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc2671 unsigned long hwcap = qemu_getauxval(AT_HWCAP);
/qemu/
H A Dmeson.build3079 return getauxval(AT_HWCAP) == 0;
3086 elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap));
/qemu/tcg/arm/
H A Dtcg-target.c.inc2702 unsigned long hwcap = qemu_getauxval(AT_HWCAP);
/qemu/tcg/s390x/
H A Dtcg-target.c.inc3670 unsigned long hwcap = qemu_getauxval(AT_HWCAP);