Lines Matching defs:sfhmep
1635 struct sf_hment *sfhmep;
1682 for (sfhmep = pp->p_mapping; sfhmep; sfhmep = tmphme) {
1683 tmphme = sfhmep->hme_next;
1684 if (IS_PAHME(sfhmep))
1686 hmeblkp = sfmmu_hmetohblk(sfhmep);
1688 sfmmu_copytte(&sfhmep->hme_tte, &tte);
1705 for (sfhmep = pp->p_mapping; sfhmep; sfhmep = tmphme) {
1706 tmphme = sfhmep->hme_next;
1707 if (IS_PAHME(sfhmep))
1709 hmeblkp = sfmmu_hmetohblk(sfhmep);
1710 (void) sfmmu_pageunload(pp, sfhmep, TTE8K);