Home
last modified time | relevance | path

Searched refs:MIPS_ASE_MSA (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
Dcpu.h401 #define MIPS_ASE_MSA 0x00000100 /* MIPS SIMD Architecture */ macro
Dcpu-features.h400 # define cpu_has_msa (cpu_data[0].ases & MIPS_ASE_MSA)
/linux-4.4.14/arch/mips/kernel/
Dcpu-probe.c538 c->ases |= MIPS_ASE_MSA; in decode_config3()