Searched defs:flush_tte (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c3043 tte_t tteold, flush_tte; local
3294 flush_tte.tte_intlo = (tteold.tte_intlo ^ ttep->tte_intlo) &
3296 flush_tte.tte_inthi = (tteold.tte_inthi ^ ttep->tte_inthi) &
3299 if (remap && (flush_tte.tte_inthi || flush_tte.tte_intlo)) {

Completed in 78 milliseconds