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