Home
last modified time | relevance | path

Searched refs:ASI_DCACHE_TAG (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dasi.h194 #define ASI_DCACHE_TAG 0x47 /* Dcache tag/valid ram diag access*/ macro
/openbmc/qemu/target/sparc/
H A Dasi.h203 #define ASI_DCACHE_TAG 0x47 /* Dcache tag/valid ram diag access*/ macro
H A Dldst_helper.c1542 case ASI_DCACHE_TAG: /* D-cache tag access */ in helper_ld_asi()
1895 case ASI_DCACHE_TAG: /* D-cache tag access */ in helper_st_asi()
/openbmc/linux/arch/sparc/include/asm/
H A Dspitfire.h102 : "r" (tag), "r" (addr), "i" (ASI_DCACHE_TAG)); in spitfire_put_dcache_tag()
/openbmc/linux/arch/sparc/mm/
H A Dultra.S225 1: ldxa [%o2] ASI_DCACHE_TAG, %o3 ! load D-cache TAG
232 stxa %g0, [%o2] ASI_DCACHE_TAG ! Invalidate TAG
814 1: ldxa [%g3] ASI_DCACHE_TAG, %g2
822 stxa %g0, [%g3] ASI_DCACHE_TAG
/openbmc/linux/arch/sparc/kernel/
H A Dcherrs.S281 1: stxa %g0, [%g1] ASI_DCACHE_TAG
347 10: ldxa [%g2] ASI_DCACHE_TAG, %g7
H A Dtraps_64.c1037 : "r" (addr), "i" (ASI_DCACHE_TAG)); in cheetah_flush_dcache()