Searched refs:read_c0_config7 (Results 1 – 5 of 5) sorted by relevance
198 if (read_c0_config7() & MIPS_CONF7_WII) in check_wait()
41 write_vpe_c0_config7(read_c0_config7()); in smvp_copy_vpe_config()
149 if (read_c0_config7() & MTI_CONF7_PTC) in cpu_set_mt_per_tc_perf()165 write_c0_config7(read_c0_config7() | MIPS_CONF7_RPS); in check_errata()
1283 if (!(read_c0_config7() & MIPS_CONF7_IAR) && in probe_pcache()1286 if (!has_74k_erratum && (read_c0_config7() & MIPS_CONF7_AR)) { in probe_pcache()
1919 #define read_c0_config7() __read_32bit_c0_register($16, 7) macro