Searched refs:HWCAP_SPARC_VIS2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/ | ||
H A D | elf.h | 583 #define HWCAP_SPARC_VIS2 0x00004000 macro |
/openbmc/qemu/linux-user/ | ||
H A D | elfload.c | 1022 r |= features & CPU_FEATURE_VIS2 ? HWCAP_SPARC_VIS2 : 0; in get_elf_hwcap() |