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