Home
last modified time | relevance | path

Searched refs:read_c0_info (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/kernel/
H A Dcpu-probe.c1208 c->tlbsize = (read_c0_info() & (1 << 29)) ? 64 : 48; in cpu_probe_legacy()
/linux/arch/mips/include/asm/
H A Dmipsregs.h1858 #define read_c0_info() __read_32bit_c0_register($7, 0) macro