Searched refs:C_SW0 (Results 1 – 5 of 5) sorted by relevance
193 clear_c0_cause(smp_processor_id() ? C_SW1 : C_SW0); in bmips_init_secondary()273 set_c0_cause(cpu ? C_SW1 : C_SW0); in bmips_send_ipi_single()287 clear_c0_cause(cpu ? C_SW1 : C_SW0); in bmips_ipi_interrupt()345 clear_c0_cause(CAUSEF_IV | C_SW0 | C_SW1); in play_dead()
131 i = C_SW0; in vsmp_send_ipi_single()
102 else if (pending & C_SW0) /* do software after hardware */ in plat_irq_dispatch()
295 #define C_RESCHED C_SW0
283 #define C_SW0 (_ULCAST_(1) << 8) macro