Searched refs:read_c0_config1 (Results 1 - 9 of 9) sorted by relevance

/arch/mips/mm/
H A Dsc-mips.c111 config1 = read_c0_config1();
H A Dc-octeon.c193 config1 = read_c0_config1();
H A Dc-r4k.c1095 config1 = read_c0_config1();
1144 config1 = read_c0_config1();
/arch/mips/oprofile/
H A Dop_model_mipsxx.c274 if (!(read_c0_config1() & M_CONFIG1_PC))
/arch/mips/ralink/
H A Drt305x.c256 icache_sets = (read_c0_config1() >> 22) & 7;
/arch/mips/kvm/
H A Dtrap_emul.c359 config1 = (read_c0_config1() & ~0x7f);
/arch/mips/kernel/
H A Dcpu-probe.c302 config1 = read_c0_config1();
1204 c->tlbsize = ((read_c0_config1() >> 25) & 0x3f) + 1;
H A Dperf_event_mipsxx.c756 if (!(read_c0_config1() & M_CONFIG1_PC))
/arch/mips/include/asm/
H A Dmipsregs.h1071 #define read_c0_config1() __read_32bit_c0_register($16, 1) macro

Completed in 106 milliseconds