Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_kpm.c1637 struct sf_hment *tmphme = NULL; in sfmmu_kpm_vac_conflict() local
1682 for (sfhmep = pp->p_mapping; sfhmep; sfhmep = tmphme) { in sfmmu_kpm_vac_conflict()
1683 tmphme = sfhmep->hme_next; in sfmmu_kpm_vac_conflict()
1705 for (sfhmep = pp->p_mapping; sfhmep; sfhmep = tmphme) { in sfmmu_kpm_vac_conflict()
1706 tmphme = sfhmep->hme_next; in sfmmu_kpm_vac_conflict()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c7020 struct sf_hment *sfhme, *tmphme; in hat_pageunload() local
7032 tmphme = NULL; in hat_pageunload()
7054 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pageunload()
7055 tmphme = sfhme->hme_next; in hat_pageunload()
7125 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pageunload()
7126 tmphme = sfhme->hme_next; in hat_pageunload()
7368 struct sf_hment *sfhme, *tmphme = NULL; in hat_pagesync() local
7406 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pagesync()
7412 tmphme = sfhme->hme_next; in hat_pagesync()
7626 struct sf_hment *tmphme = NULL; in hat_page_clrwrt() local
[all …]