Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/
Dcpu.h440 #define MIPS_ASE_MIPSMT 0x00000020 /* CPU supports MIPS MT */ macro
Dcpu-features.h428 #define cpu_has_mipsmt __isa_range_and_ase(2, 6, MIPS_ASE_MIPSMT)
/kernel/linux/linux-5.10/arch/mips/kernel/
Dcpu-probe.c528 c->ases |= MIPS_ASE_MIPSMT; in decode_config3()