Searched refs:HWCAP_MIPS_R6 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/mips/include/uapi/asm/ | ||
D | hwcap.h | 6 #define HWCAP_MIPS_R6 (1 << 0) macro |
/Linux-v4.19/arch/mips/kernel/ | ||
D | cpu-probe.c | 2086 elf_hwcap |= HWCAP_MIPS_R6; in cpu_probe() |