Searched refs:C_SW1 (Results 1 – 4 of 4) sorted by relevance
246 clear_c0_cause(smp_processor_id() ? C_SW1 : C_SW0); in bmips_init_secondary()324 set_c0_cause(cpu ? C_SW1 : C_SW0); in bmips43xx_send_ipi_single()338 clear_c0_cause(cpu ? C_SW1 : C_SW0); in bmips43xx_ipi_interrupt()396 clear_c0_cause(CAUSEF_IV | C_SW0 | C_SW1); in play_dead()
106 else if (pending & C_SW1) in plat_irq_dispatch()
682 reserved = (C_SW0 | C_SW1) >> __ffs(C_SW0); in gic_of_init()
284 #define C_SW1 (_ULCAST_(1) << 9) macro