Searched refs:HWCAP_MIPS_MIPS16 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/mips/include/uapi/asm/ | ||
| D | hwcap.h | 9 #define HWCAP_MIPS_MIPS16 (1 << 3) macro |
| /Linux-v5.4/arch/mips/kernel/ | ||
| D | cpu-probe.c | 2184 elf_hwcap |= HWCAP_MIPS_MIPS16; in cpu_probe() |