Home
last modified time | relevance | path

Searched refs:HWCAP_S390_VXRS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/
H A Delf.h634 #define HWCAP_S390_VXRS (1 << HWCAP_S390_NR_VXRS) macro
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc3320 #ifndef HWCAP_S390_VXRS
3321 #define HWCAP_S390_VXRS 2048
3346 if (!(hwcap & HWCAP_S390_VXRS)) {
/openbmc/qemu/linux-user/
H A Delfload.c1825 GET_FEATURE(S390_FEAT_VECTOR, HWCAP_S390_VXRS); in get_elf_hwcap()