Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dvpe-mt.c36 if (!(val & VPECONF0_MVP)) { in vpe_run()
428 tmp |= VPECONF0_MVP; in vpe_module_init()
H A Dsmp-mt.c60 tmp |= VPECONF0_MVP; in smvp_vpe_init()
H A Dcps-vec.S269 li t0, VPECONF0_MVP
/openbmc/linux/arch/mips/include/asm/
H A Dmipsmtregs.h128 #define VPECONF0_MVP (_ULCAST_(1) << VPECONF0_MVP_SHIFT) macro