Searched refs:cpu_has_mipsmt (Results 26 - 42 of 42) sorted by relevance

12

/linux-master/arch/mips/include/asm/mach-ip30/
H A Dcpu-feature-overrides.h65 #define cpu_has_mipsmt 0 macro
/linux-master/arch/mips/include/asm/
H A Dsmp-ops.h87 if (!cpu_has_mipsmt)
H A Dmips-cps.h205 if ((!IS_ENABLED(CONFIG_MIPS_MT_SMP) || !cpu_has_mipsmt)
H A Dcpu-features.h442 #ifndef cpu_has_mipsmt
443 #define cpu_has_mipsmt __isa_range_and_ase(2, 6, MIPS_ASE_MIPSMT) macro
H A Dmipsmtregs.h185 if (!cpu_has_mipsmt)
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h63 #define cpu_has_mipsmt 0 macro
/linux-master/arch/mips/lantiq/
H A Dprom.c112 if (cpu_has_mipsmt)
/linux-master/arch/mips/kernel/
H A Dsmp-cps.c436 BUG_ON(!cpu_has_mipsmt && !cpu_has_vp);
450 if (cpu_has_mipsmt)
506 if (cpu_has_mipsmt) {
529 if (cpu_has_mipsmt || cpu_has_vp)
573 if (cpu_has_mipsmt || cpu_has_vp) {
672 } else if (cpu_has_mipsmt) {
H A Drtlx-mt.c73 if (!cpu_has_mipsmt) {
H A Dsmp-mt.c194 if (!cpu_has_mipsmt)
H A Dproc.c132 if (cpu_has_mipsmt)
288 if (cpu_has_mipsmt)
H A Dpm-cps.c424 if (cpu_has_mipsmt)
433 if (cpu_has_mipsmt) {
H A Dvpe-mt.c333 if (!cpu_has_mipsmt) {
H A Dtraps.c2223 if (cpu_has_mipsmt) {
2482 if (cpu_has_mipsmt)
H A Dvpe.c57 if (!cpu_has_mipsmt)
H A Dcpu-probe.c790 if (cpu_has_mipsmt)
/linux-master/drivers/irqchip/
H A Dirq-mips-cpu.c157 if (hw < 2 && cpu_has_mipsmt) {
273 if (cpu_has_mipsmt)

Completed in 191 milliseconds

12