Home
last modified time | relevance | path

Searched refs:C_SW1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dsmp-bmips.c257 clear_c0_cause(smp_processor_id() ? C_SW1 : C_SW0); in bmips_init_secondary()
335 set_c0_cause(cpu ? C_SW1 : C_SW0); in bmips43xx_send_ipi_single()
349 clear_c0_cause(cpu ? C_SW1 : C_SW0); in bmips43xx_ipi_interrupt()
405 clear_c0_cause(CAUSEF_IV | C_SW0 | C_SW1); in play_dead()
/openbmc/linux/drivers/irqchip/
H A Dirq-mips-gic.c746 reserved = (C_SW0 | C_SW1) >> __ffs(C_SW0); in gic_of_init()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h208 #define C_SW1 (_ULCAST_(1) << 9) macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h270 #define C_SW1 (_ULCAST_(1) << 9) macro