Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/kernel/
Dsmp-mt.c195 set_c0_mvpcontrol(MVPCONTROL_VPC); in vsmp_boot_secondary()
220 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vsmp_boot_secondary()
248 set_c0_mvpcontrol(MVPCONTROL_VPC); in vsmp_smp_setup()
266 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vsmp_smp_setup()
Dvpe.c256 (val & MVPCONTROL_VPC) >> MVPCONTROL_VPC_SHIFT, in dump_mtregs()
732 set_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_run()
795 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_run()
1023 set_c0_mvpcontrol(MVPCONTROL_VPC); in cleanup_tc()
1039 clear_c0_mvpcontrol(MVPCONTROL_VPC); in cleanup_tc()
1263 set_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_free()
1277 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_free()
1478 set_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_module_init()
1491 clear_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_module_init()
1504 set_c0_mvpcontrol(MVPCONTROL_VPC); in vpe_module_init()
[all …]
Dsmtc.c239 read_c0_mvpcontrol() & ~ MVPCONTROL_VPC ); in smtc_configure_tlb()
251 read_c0_mvpcontrol() | MVPCONTROL_VPC ); in smtc_configure_tlb()
421 write_c0_mvpcontrol( read_c0_mvpcontrol() | MVPCONTROL_VPC ); in smtc_prepare_cpus()
536 write_c0_mvpcontrol( read_c0_mvpcontrol() & ~ MVPCONTROL_VPC ); in smtc_prepare_cpus()
/linux-2.6.39/arch/mips/include/asm/
Dmipsmtregs.h72 #define MVPCONTROL_VPC (_ULCAST_(1) << MVPCONTROL_VPC_SHIFT) macro