Searched refs:read_c0_mvpconf0 (Results 1 – 6 of 6) sorted by relevance
181 unsigned int nvpe, mvpconf0 = read_c0_mvpconf0(); in cmp_smp_setup()
206 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()
250 mvpconf0 = read_c0_mvpconf0(); in vsmp_smp_setup()
71 printk(" MVPConf0 : %08lx\n", (mvpconf0 = read_c0_mvpconf0())); in mips_mt_regdump()
259 val = read_c0_mvpconf0(); in dump_mtregs()1482 val = read_c0_mvpconf0(); in vpe_module_init()
22 #define read_c0_mvpconf0() __read_32bit_c0_register($0, 2) macro