Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dvpe-mt.c60 set_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_run()
126 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_run()
156 set_c0_mvpcontrol(MVPCONTROL_VPC); in cleanup_tc()
169 clear_c0_mvpcontrol(MVPCONTROL_VPC); in cleanup_tc()
239 set_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_free()
253 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_free()
380 set_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_module_init()
391 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_module_init()
404 set_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_module_init()
485 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_module_init()
H A Dsmp-mt.c147 set_c0_mvpcontrol(MVPCONTROL_VPC); in vsmp_boot_secondary()
172 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vsmp_boot_secondary()
202 set_c0_mvpcontrol(MVPCONTROL_VPC); in vsmp_smp_setup()
220 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vsmp_smp_setup()
/linux/arch/mips/include/asm/
H A Dmipsmtregs.h77 #define MVPCONTROL_VPC (_ULCAST_(1) << MVPCONTROL_VPC_SHIFT) macro