Home
last modified time | relevance | path

Searched refs:read_c0_mvpconf0 (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/mips/kernel/
Dsmp-cmp.c181 unsigned int nvpe, mvpconf0 = read_c0_mvpconf0(); in cmp_smp_setup()
Dsmtc.c206 mvpconf0 = read_c0_mvpconf0(); in smtc_configure_tlb()
307 ntcs = ((read_c0_mvpconf0() & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1; in smtc_build_cpu_map()
423 val = read_c0_mvpconf0(); in smtc_prepare_cpus()
1224 mvpconf0 = read_c0_mvpconf0(); in smtc_idle_loop_hook()
Dsmp-mt.c250 mvpconf0 = read_c0_mvpconf0(); in vsmp_smp_setup()
Dmips-mt.c71 printk(" MVPConf0 : %08lx\n", (mvpconf0 = read_c0_mvpconf0())); in mips_mt_regdump()
Dvpe.c259 val = read_c0_mvpconf0(); in dump_mtregs()
1482 val = read_c0_mvpconf0(); in vpe_module_init()
/linux-2.6.39/arch/mips/include/asm/
Dmipsmtregs.h22 #define read_c0_mvpconf0() __read_32bit_c0_register($0, 2) macro