Home
last modified time | relevance | path

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

/openbmc/qemu/include/
H A Delf.h583 #define HWCAP_SPARC_VIS2 0x00004000 macro
/openbmc/qemu/linux-user/
H A Delfload.c1022 r |= features & CPU_FEATURE_VIS2 ? HWCAP_SPARC_VIS2 : 0; in get_elf_hwcap()