Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dvpe-mt.c108 write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() & ~(VPECONF0_VPA)); in vpe_run()
113 write_vpe_c0_vpeconf0((read_vpe_c0_vpeconf0() & ~(VPECONF0_XTC)) in vpe_run()
119 write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() | VPECONF0_VPA); in vpe_run()
216 write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() & ~VPECONF0_VPA); in vpe_stop()
242 write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() & ~VPECONF0_VPA); in vpe_free()
429 write_vpe_c0_vpeconf0(tmp); in vpe_module_init()
H A Dsmp-mt.c61 write_vpe_c0_vpeconf0(tmp); in smvp_vpe_init()
96 write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() | (tc << VPECONF0_XTC_SHIFT)); in smvp_tc_init()
160 write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() | VPECONF0_VPA); in vsmp_boot_secondary()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsmtregs.h377 #define write_vpe_c0_vpeconf0(val) mttc0(1, 2, val) macro