Home
last modified time | relevance | path

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

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