Home
last modified time | relevance | path

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

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