Home
last modified time | relevance | path

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

/qemu/util/
H A Dcpuinfo-loongarch.c22 unsigned long hwcap; in cpuinfo_init() local
H A Dcpuinfo-ppc.c40 unsigned long hwcap = qemu_getauxval(AT_HWCAP); in cpuinfo_init() local
H A Dcpuinfo-aarch64.c68 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/bsd-user/aarch64/
H A Dtarget_arch_elf.h93 #define GET_FEATURE_ID(feat, hwcap) \ argument
/qemu/linux-user/
H A Delfload.c525 #define GET_FEATURE(feat, hwcap) \ in get_elf_hwcap() argument
528 #define GET_FEATURE_ID(feat, hwcap) \ in get_elf_hwcap() argument
841 #define GET_FEATURE_ID(feat, hwcap) \ argument
1727 uint32_t hwcap = 0; in get_elf_hwcap() local
1825 uint32_t hwcap = HWCAP_S390_ESAN3 | HWCAP_S390_ZARCH | HWCAP_S390_HIGH_GPRS; in get_elf_hwcap() local