Searched refs:CPUNUM (Results 1 – 1 of 1) sorted by relevance
70 #define CPUNUM(cpu, shift) (((cpu) + bmips_cpu_offset) << (shift)) macro71 #define ACTION_CLR_IPI(cpu, ipi) (0x2000 | CPUNUM(cpu, 9) | ((ipi) << 8))72 #define ACTION_SET_IPI(cpu, ipi) (0x3000 | CPUNUM(cpu, 9) | ((ipi) << 8))73 #define ACTION_BOOT_THREAD(cpu) (0x08 | CPUNUM(cpu, 0))