Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dsmp-mt.c69 tmp |= VPECONF0_MVP; in smvp_vpe_init()
Dvpe.c685 if (!(val & VPECONF0_MVP)) { in vpe_run()
1520 tmp |= VPECONF0_MVP; in vpe_module_init()
Dsmtc.c471 write_vpe_c0_vpeconf0(read_vpe_c0_vpeconf0() | VPECONF0_MVP); in smtc_prepare_cpus()
/arch/mips/include/asm/
Dmipsmtregs.h123 #define VPECONF0_MVP (_ULCAST_(1) << VPECONF0_MVP_SHIFT) macro