Searched refs:TLB_UST1_IS_REAL_BIT (Results 1 – 2 of 2) sorted by relevance
1774 if (!(addr & TLB_UST1_IS_REAL_BIT)) { in helper_st_asi()1786 if (!(addr & TLB_UST1_IS_REAL_BIT)) { in helper_st_asi()1858 if (!(addr & TLB_UST1_IS_REAL_BIT)) { in helper_st_asi()1868 if (!(addr & TLB_UST1_IS_REAL_BIT)) { in helper_st_asi()
315 #define TLB_UST1_IS_REAL_BIT (1ULL << 9) /* Real translation entry */ macro