Home
last modified time | relevance | path

Searched refs:write_vpe_c0_vpecontrol (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dsmp-mt.c71 write_vpe_c0_vpecontrol(read_vpe_c0_vpecontrol() & ~VPECONTROL_TE); in smvp_vpe_init()
H A Dvpe-mt.c433 write_vpe_c0_vpecontrol(read_vpe_c0_vpecontrol() & in vpe_module_init()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsmtregs.h375 #define write_vpe_c0_vpecontrol(val) mttc0(1, 1, val) macro