Searched refs:TLB_UST1_IS_REAL_BIT (Results 1 – 2 of 2) sorted by relevance
1785 if (!(addr & TLB_UST1_IS_REAL_BIT)) { in helper_st_asi()1797 if (!(addr & TLB_UST1_IS_REAL_BIT)) { in helper_st_asi()1869 if (!(addr & TLB_UST1_IS_REAL_BIT)) { in helper_st_asi()1879 if (!(addr & TLB_UST1_IS_REAL_BIT)) { in helper_st_asi()
316 #define TLB_UST1_IS_REAL_BIT (1ULL << 9) /* Real translation entry */ macro