Home
last modified time | relevance | path

Searched refs:write_vpe_c0_cause (Results 1 – 5 of 5) sorted by relevance

/linux/arch/mips/kernel/
H A Drtlx-mt.c63 write_vpe_c0_cause(read_vpe_c0_cause() | C_SW0); in _interrupt_sp()
H A Dsmp-mt.c38 write_vpe_c0_cause(0); in smvp_copy_vpe_config()
H A Dvpe-mt.c123 write_vpe_c0_cause(0); in vpe_run()
/linux/drivers/irqchip/
H A Dirq-mips-cpu.c104 write_vpe_c0_cause(read_vpe_c0_cause() | (C_SW0 << hwirq)); in mips_mt_send_ipi()
/linux/arch/mips/include/asm/
H A Dmipsmtregs.h437 #define write_vpe_c0_cause(val) mttc0($13, 0, val) macro