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