Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/kernel/
Dmips-mt.c161 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()
Didle.c205 if (read_c0_config7() & MIPS_CONF7_WII) in check_wait()
Dsmp-mt.c41 write_vpe_c0_config7(read_c0_config7()); in smvp_copy_vpe_config()
Dcpu-probe.c146 if (read_c0_config7() & MTI_CONF7_PTC) in cpu_set_mt_per_tc_perf()
162 write_c0_config7(read_c0_config7() | MIPS_CONF7_RPS); in check_errata()
/linux-5.19.10/arch/mips/mm/
Dc-r4k.c1437 if (!(read_c0_config7() & MIPS_CONF7_IAR) && in probe_pcache()
1440 if (!has_74k_erratum && (read_c0_config7() & MIPS_CONF7_AR)) { in probe_pcache()
/linux-5.19.10/arch/mips/include/asm/
Dmipsregs.h1774 #define read_c0_config7() __read_32bit_c0_register($16, 7) macro