Searched refs:ASI_DTLB_TAG_READ (Results 1 – 2 of 2) sorted by relevance
139 : "r" (entry << 3), "i" (ASI_DTLB_TAG_READ)); in spitfire_get_dtlb_tag()265 "i" (ASI_DTLB_TAG_READ)); in cheetah_get_ldtlb_tag()320 : "r" ((tlb << 16) | (entry << 3)), "i" (ASI_DTLB_TAG_READ)); in cheetah_get_dtlb_tag()
218 #define ASI_DTLB_TAG_READ 0x5e /* Data-MMU TLB tag read reg */ macro