Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/kernel/
Dsmp-mt.c53 write_vpe_c0_count(read_c0_count()); in smvp_copy_vpe_config()
Dsmtc.c517 write_vpe_c0_count(read_c0_count() + CP0_SKEW); in smtc_prepare_cpus()
/linux-2.6.39/arch/mips/include/asm/
Dmipsmtregs.h354 #define write_vpe_c0_count(val) mttc0(9, 0, val) macro