Searched defs:HWCAP_MIPS_MSA (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/mips/include/uapi/asm/ | ||
H A D | hwcap.h | 7 #define HWCAP_MIPS_MSA (1 << 1) macro |
/openbmc/qemu/linux-user/ | ||
H A D | elfload.c | 1460 HWCAP_MIPS_MSA = (1 << 1), enumerator |