Searched refs:MVPCONTROL_VPC (Results 1 – 4 of 4) sorted by relevance
194 set_c0_mvpcontrol(MVPCONTROL_VPC); in vsmp_boot_secondary()219 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vsmp_boot_secondary()247 set_c0_mvpcontrol(MVPCONTROL_VPC); in vsmp_smp_setup()265 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vsmp_smp_setup()
254 (val & MVPCONTROL_VPC) >> MVPCONTROL_VPC_SHIFT, in dump_mtregs()730 set_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_run()793 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_run()1021 set_c0_mvpcontrol(MVPCONTROL_VPC); in cleanup_tc()1037 clear_c0_mvpcontrol(MVPCONTROL_VPC); in cleanup_tc()1261 set_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_free()1275 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_free()1476 set_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_module_init()1489 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_module_init()1502 set_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_module_init()[all …]
238 read_c0_mvpcontrol() & ~ MVPCONTROL_VPC ); in smtc_configure_tlb()250 read_c0_mvpcontrol() | MVPCONTROL_VPC ); in smtc_configure_tlb()420 write_c0_mvpcontrol( read_c0_mvpcontrol() | MVPCONTROL_VPC ); in smtc_prepare_cpus()535 write_c0_mvpcontrol( read_c0_mvpcontrol() & ~ MVPCONTROL_VPC ); in smtc_prepare_cpus()
72 #define MVPCONTROL_VPC (_ULCAST_(1) << MVPCONTROL_VPC_SHIFT) macro