Home
last modified time | relevance | path

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

/linux/arch/mips/sgi-ip22/
H A Dip28-berr.c75 tag[0].lo = read_c0_taglo(); /* PA[35:18], VA[13:12] */ in save_cache_tags()
78 tag[1].lo = read_c0_taglo(); /* PA[35:18], VA[13:12] */ in save_cache_tags()
93 tag[0].lo = read_c0_taglo(); /* PA[35:12] */ in save_cache_tags()
96 tag[1].lo = read_c0_taglo(); /* PA[35:12] */ in save_cache_tags()
109 tag[0].lo = read_c0_taglo(); /* PA[35:12] */ in save_cache_tags()
112 tag[1].lo = read_c0_taglo(); /* PA[35:12] */ in save_cache_tags()
/linux/arch/mips/kernel/
H A Dspram.c73 data = read_c0_taglo(); in ispram_load_tag()
/linux/arch/mips/mm/
H A Dsc-rm7k.c216 if (!read_c0_taglo()) in __probe_tcache()
H A Dc-r4k.c1426 if (!read_c0_taglo()) in probe_scache()
/linux/arch/mips/include/asm/
H A Dmipsregs.h2053 #define read_c0_taglo() __read_32bit_c0_register($28, 0) macro