Home
last modified time | relevance | path

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

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