Home
last modified time | relevance | path

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

/Linux-v5.15/arch/mips/include/asm/
Dcpu-info.h163 return (cpuinfo->globalnumber & MIPS_GLOBALNUMBER_CORE) >> in cpu_core()
Dmipsregs.h161 #define MIPS_GLOBALNUMBER_CORE (_ULCAST_(0xff) << MIPS_GLOBALNUMBER_CORE_SHF) macro
/Linux-v5.15/arch/mips/kernel/
Dcpu-probe.c2171 WARN_ON(core > (MIPS_GLOBALNUMBER_CORE >> MIPS_GLOBALNUMBER_CORE_SHF)); in cpu_set_core()
2173 cpuinfo->globalnumber &= ~MIPS_GLOBALNUMBER_CORE; in cpu_set_core()