Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dsmp-bmips.c68 #define CPUNUM(cpu, shift) (((cpu) + bmips_cpu_offset) << (shift)) macro
69 #define ACTION_CLR_IPI(cpu, ipi) (0x2000 | CPUNUM(cpu, 9) | ((ipi) << 8))
70 #define ACTION_SET_IPI(cpu, ipi) (0x3000 | CPUNUM(cpu, 9) | ((ipi) << 8))
71 #define ACTION_BOOT_THREAD(cpu) (0x08 | CPUNUM(cpu, 0))