Searched refs:HWCAP_MIPS_MIPS16E2 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/mips/include/uapi/asm/ | ||
H A D | hwcap.h | 16 #define HWCAP_MIPS_MIPS16E2 (1 << 10) macro |
/linux/arch/mips/kernel/ | ||
H A D | cpu-probe.c | 1975 elf_hwcap |= HWCAP_MIPS_MIPS16E2; in cpu_probe() |