Home
last modified time | relevance | path

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

/openbmc/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()
H A Dcps-vec.S245 ori t0, t0, MVPCONTROL_VPC
289 xori t0, t0, MVPCONTROL_VPC
398 ori t1, t1, MVPCONTROL_VPC
491 xori t1, t1, MVPCONTROL_VPC
/openbmc/linux/arch/mips/include/asm/
H A Dmipsmtregs.h77 #define MVPCONTROL_VPC (_ULCAST_(1) << MVPCONTROL_VPC_SHIFT) macro