Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dcpu-info.h155 MIPS_GLOBALNUMBER_CORE_SHF; in cpu_core()
Dmipsregs.h159 #define MIPS_GLOBALNUMBER_CORE_SHF 8 macro
160 #define MIPS_GLOBALNUMBER_CORE (_ULCAST_(0xff) << MIPS_GLOBALNUMBER_CORE_SHF)
/Linux-v4.19/arch/mips/kernel/
Dcpu-probe.c2131 WARN_ON(core > (MIPS_GLOBALNUMBER_CORE >> MIPS_GLOBALNUMBER_CORE_SHF)); in cpu_set_core()
2134 cpuinfo->globalnumber |= core << MIPS_GLOBALNUMBER_CORE_SHF; in cpu_set_core()