Searched refs:C_SW1 (Results 1 – 5 of 5) sorted by relevance
242 clear_c0_cause(smp_processor_id() ? C_SW1 : C_SW0); in bmips_init_secondary()319 set_c0_cause(cpu ? C_SW1 : C_SW0); in bmips43xx_send_ipi_single()333 clear_c0_cause(cpu ? C_SW1 : C_SW0); in bmips43xx_ipi_interrupt()390 clear_c0_cause(CAUSEF_IV | C_SW0 | C_SW1); in play_dead()
134 i = C_SW1; in vsmp_send_ipi_single()
106 else if (pending & C_SW1) in plat_irq_dispatch()
198 #define C_CALL C_SW1
222 #define C_SW1 (_ULCAST_(1) << 9) macro