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