Searched refs:sun4u_tte (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | ldst_helper.c | 209 uint64_t sun4u_tte; in sun4v_tte_to_sun4u() local 214 sun4u_tte = TTE_PA(sun4v_tte) | (sun4v_tte & TTE_VALID_BIT); in sun4v_tte_to_sun4u() 215 sun4u_tte |= (sun4v_tte & 3ULL) << 61; /* TTE_PGSIZE */ in sun4v_tte_to_sun4u() 216 sun4u_tte |= CONVERT_BIT(sun4v_tte, TTE_NFO_BIT_UA2005, TTE_NFO_BIT); in sun4v_tte_to_sun4u() 217 sun4u_tte |= CONVERT_BIT(sun4v_tte, TTE_USED_BIT_UA2005, TTE_USED_BIT); in sun4v_tte_to_sun4u() 218 sun4u_tte |= CONVERT_BIT(sun4v_tte, TTE_W_OK_BIT_UA2005, TTE_W_OK_BIT); in sun4v_tte_to_sun4u() 219 sun4u_tte |= CONVERT_BIT(sun4v_tte, TTE_SIDEEFFECT_BIT_UA2005, in sun4v_tte_to_sun4u() 221 sun4u_tte |= CONVERT_BIT(sun4v_tte, TTE_PRIV_BIT_UA2005, TTE_PRIV_BIT); in sun4v_tte_to_sun4u() 222 sun4u_tte |= CONVERT_BIT(sun4v_tte, TTE_LOCKED_BIT_UA2005, TTE_LOCKED_BIT); in sun4v_tte_to_sun4u() 223 return sun4u_tte; in sun4v_tte_to_sun4u()
|