Home
last modified time | relevance | path

Searched defs:hwcap (Results 1 – 5 of 5) sorted by relevance

/qemu/util/
H A Dcpuinfo-loongarch.c22 unsigned long hwcap; in cpuinfo_init() local
H A Dcpuinfo-ppc.c22 unsigned long hwcap, hwcap2; in cpuinfo_init() local
H A Dcpuinfo-aarch64.c59 unsigned long hwcap = qemu_getauxval(AT_HWCAP); in cpuinfo_init() local
/qemu/bsd-user/arm/
H A Dtarget_arch_elf.h37 #define GET_FEATURE(feat, hwcap) \ argument
40 #define GET_FEATURE_ID(feat, hwcap) \ argument
/qemu/linux-user/
H A Delfload.c521 #define GET_FEATURE(feat, hwcap) \ in get_elf_hwcap() argument
524 #define GET_FEATURE_ID(feat, hwcap) \ in get_elf_hwcap() argument
785 #define GET_FEATURE_ID(feat, hwcap) \ argument
1637 uint32_t hwcap = 0; in get_elf_hwcap() local
1750 uint32_t hwcap = HWCAP_S390_ESAN3 | HWCAP_S390_ZARCH | HWCAP_S390_HIGH_GPRS; in get_elf_hwcap() local