Home
last modified time | relevance | path

Searched refs:read_c0_taglo (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/arch/mips/sgi-ip22/
Dip28-berr.c72 tag[0].lo = read_c0_taglo(); /* PA[35:18], VA[13:12] */ in save_cache_tags()
75 tag[1].lo = read_c0_taglo(); /* PA[35:18], VA[13:12] */ in save_cache_tags()
90 tag[0].lo = read_c0_taglo(); /* PA[35:12] */ in save_cache_tags()
93 tag[1].lo = read_c0_taglo(); /* PA[35:12] */ in save_cache_tags()
106 tag[0].lo = read_c0_taglo(); /* PA[35:12] */ in save_cache_tags()
109 tag[1].lo = read_c0_taglo(); /* PA[35:12] */ in save_cache_tags()
/linux-3.3/arch/mips/kernel/
Dspram.c78 data = read_c0_taglo(); in ispram_load_tag()
/linux-3.3/arch/mips/mm/
Dsc-rm7k.c216 if (!read_c0_taglo()) in __probe_tcache()
Dc-r4k.c1151 if (!read_c0_taglo()) in probe_scache()
/linux-3.3/arch/mips/include/asm/
Dmipsregs.h1045 #define read_c0_taglo() __read_32bit_c0_register($28, 0) macro