Home
last modified time | relevance | path

Searched refs:HWCAP_SPARC_VIS (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/
H A Delf.h582 #define HWCAP_SPARC_VIS 0x00002000 macro
/openbmc/qemu/linux-user/
H A Delfload.c1021 r |= features & CPU_FEATURE_VIS1 ? HWCAP_SPARC_VIS : 0; in get_elf_hwcap()