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