Home
last modified time | relevance | path

Searched refs:read_c0_mvpconf0 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/mips/include/asm/
Dmipsmtregs.h23 #define read_c0_mvpconf0() __read_32bit_c0_register($0, 2) macro
189 conf0 = read_c0_mvpconf0(); in core_nvpes()
/Linux-v5.4/arch/mips/kernel/
Dsmp-cmp.c116 unsigned int mvpconf0 = read_c0_mvpconf0(); in cmp_smp_setup()
Dsmp-mt.c203 mvpconf0 = read_c0_mvpconf0(); in vsmp_smp_setup()
Dmips-mt.c68 printk(" MVPConf0 : %08lx\n", (mvpconf0 = read_c0_mvpconf0())); in mips_mt_regdump()
Dvpe-mt.c385 val = read_c0_mvpconf0(); in vpe_module_init()