Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Didle.c198 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.c149 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()
/linux/arch/mips/include/asm/
H A Dmipsregs.h1919 #define read_c0_config7() __read_32bit_c0_register($16, 7) macro