Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/kernel/
Dsmtc.c239 read_c0_mvpcontrol() & ~ MVPCONTROL_VPC ); in smtc_configure_tlb()
251 read_c0_mvpcontrol() | MVPCONTROL_VPC ); in smtc_configure_tlb()
255 write_c0_mvpcontrol(read_c0_mvpcontrol() | MVPCONTROL_STLB); 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()
Dvpe.c253 val = read_c0_mvpcontrol(); in dump_mtregs()
/linux-2.6.39/arch/mips/include/asm/
Dmipsmtregs.h19 #define read_c0_mvpcontrol() __read_32bit_c0_register($0, 1) macro