Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dmips-mt.c202 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()
Didle.c200 if (read_c0_config7() & MIPS_CONF7_WII) in check_wait()
Dsmp-mt.c51 write_vpe_c0_config7(read_c0_config7()); in smvp_copy_vpe_config()
Dcpu-probe.c257 write_c0_config7(read_c0_config7() | MIPS_CONF7_RPS); in check_errata()
Dperf_event_mipsxx.c1680 cpu_has_mipsmt_pertccounters = read_c0_config7() & (1<<19); in init_hw_perf_events()
/linux-4.1.27/arch/mips/oprofile/
Dop_model_mipsxx.c345 cpu_has_mipsmt_pertccounters = read_c0_config7() & (1<<19); in mipsxx_init()
/linux-4.1.27/arch/mips/mm/
Dc-r4k.c1277 if (!(read_c0_config7() & MIPS_CONF7_IAR) && in probe_pcache()
1280 if (!has_74k_erratum && (read_c0_config7() & MIPS_CONF7_AR)) { in probe_pcache()
/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h1180 #define read_c0_config7() __read_32bit_c0_register($16, 7) macro