Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dsmp-mt.c48 write_vpe_c0_cause(0); in smvp_copy_vpe_config()
145 write_vpe_c0_cause(read_vpe_c0_cause() | i); in vsmp_send_ipi_single()
Drtlx-mt.c68 write_vpe_c0_cause(read_vpe_c0_cause() | C_SW0); in _interrupt_sp()
Dvpe-mt.c124 write_vpe_c0_cause(0); in vpe_run()
/linux-4.4.14/arch/mips/include/asm/
Dmipsmtregs.h384 #define write_vpe_c0_cause(val) mttc0(13, 0, val) macro