Searched refs:read_c0_config7 (Results 1 – 6 of 6) sorted by relevance
161 unsigned int oconfig7 = read_c0_config7(); in mips_mt_set_cpuoptions()187 printk("Config7: 0x%08x\n", read_c0_config7()); in mips_mt_set_cpuoptions()
216 if (read_c0_config7() & MIPS_CONF7_WII) in check_wait()
41 write_vpe_c0_config7(read_c0_config7()); in smvp_copy_vpe_config()
145 if (read_c0_config7() & MTI_CONF7_PTC) in cpu_set_mt_per_tc_perf()161 write_c0_config7(read_c0_config7() | MIPS_CONF7_RPS); in check_errata()
1438 if (!(read_c0_config7() & MIPS_CONF7_IAR) && in probe_pcache()1441 if (!has_74k_erratum && (read_c0_config7() & MIPS_CONF7_AR)) { in probe_pcache()
1761 #define read_c0_config7() __read_32bit_c0_register($16, 7) macro