Lines Matching defs:ttepa
274 * ttepa = physical pointer to tte
281 #define TTE_SET_REF_ML(tte, ttepa, tsbarea, tmp1, tmp2, label) \
294 stxa %g0, [ttepa]ASI_DC_INVAL; /* flush line from dcache */ \
298 and ttepa, tmp1, tmp1; \
307 casxa [ttepa]ASI_MEM, tte, tmp1; /* update ref bit */ \
310 ldxa [ttepa]ASI_MEM, tte; /* MMU_READTTE through pa */ \
322 * ttepa = physical pointer to tte
330 #define TTE_SET_REFMOD_ML(tte, ttepa, tsbarea, tmp1, tmp2, label, \
347 stxa %g0, [ttepa]ASI_DC_INVAL; /* flush line from dcache */ \
351 and ttepa, tmp1, tmp1; \
360 casxa [ttepa]ASI_MEM, tte, tmp1; /* update ref/mod bit */ \
363 ldxa [ttepa]ASI_MEM, tte; /* MMU_READTTE through pa */ \