Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A 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()
H A Didle.c205 if (read_c0_config7() & MIPS_CONF7_WII) in check_wait()
H A Dsmp-mt.c41 write_vpe_c0_config7(read_c0_config7()); in smvp_copy_vpe_config()
H A 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()
/openbmc/linux/arch/mips/mm/
H A Dc-r4k.c1283 if (!(read_c0_config7() & MIPS_CONF7_IAR) && in probe_pcache()
1286 if (!has_74k_erratum && (read_c0_config7() & MIPS_CONF7_AR)) { in probe_pcache()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1182 #define read_c0_config7() __read_32bit_c0_register($16, 7) macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h1760 #define read_c0_config7() __read_32bit_c0_register($16, 7) macro