Home
last modified time | relevance | path

Searched refs:TLB_UST1_IS_REAL_BIT (Results 1 – 2 of 2) sorted by relevance

/qemu/target/sparc/
H A Dldst_helper.c1785 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()
H A Dcpu.h316 #define TLB_UST1_IS_REAL_BIT (1ULL << 9) /* Real translation entry */ macro