Home
last modified time | relevance | path

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

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