Searched refs:ACTION_CLR_IPI (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/mips/kernel/
H A Dsmp-bmips.c73 #define ACTION_CLR_IPI(cpu, ipi) (0x2000 | CPUNUM(cpu, 9) | ((ipi) << 8)) macro
124 write_c0_brcm_action(ACTION_CLR_IPI(i, 0));
125 write_c0_brcm_action(ACTION_CLR_IPI(i, 1));
260 write_c0_brcm_action(ACTION_CLR_IPI(smp_processor_id(), 0));
298 write_c0_brcm_action(ACTION_CLR_IPI(smp_processor_id(), action));

Completed in 118 milliseconds