Searched refs:HWCAP_SPARC_VIS (Results 1 – 2 of 2) sorted by relevance
/qemu/include/ | ||
H A D | elf.h | 582 #define HWCAP_SPARC_VIS 0x00002000 macro |
/qemu/linux-user/ | ||
H A D | elfload.c | 1025 r |= features & CPU_FEATURE_VIS1 ? HWCAP_SPARC_VIS : 0; in get_elf_hwcap() |