Searched refs:read_c0_config7 (Results 1 – 8 of 8) sorted by relevance
202 unsigned int oconfig7 = read_c0_config7(); in mips_mt_set_cpuoptions()231 printk("Config7: 0x%08x\n", read_c0_config7()); in mips_mt_set_cpuoptions()
200 if (read_c0_config7() & MIPS_CONF7_WII) in check_wait()
51 write_vpe_c0_config7(read_c0_config7()); in smvp_copy_vpe_config()
257 write_c0_config7(read_c0_config7() | MIPS_CONF7_RPS); in check_errata()
1680 cpu_has_mipsmt_pertccounters = read_c0_config7() & (1<<19); in init_hw_perf_events()
345 cpu_has_mipsmt_pertccounters = read_c0_config7() & (1<<19); in mipsxx_init()
1277 if (!(read_c0_config7() & MIPS_CONF7_IAR) && in probe_pcache()1280 if (!has_74k_erratum && (read_c0_config7() & MIPS_CONF7_AR)) { in probe_pcache()
1180 #define read_c0_config7() __read_32bit_c0_register($16, 7) macro