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