Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c7016 struct sf_hment *sfhme, *tmphme; in hat_pageunload() local
7028 tmphme = NULL; in hat_pageunload()
7050 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pageunload()
7051 tmphme = sfhme->hme_next; in hat_pageunload()
7121 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pageunload()
7122 tmphme = sfhme->hme_next; in hat_pageunload()
7364 struct sf_hment *sfhme, *tmphme = NULL; in hat_pagesync() local
7402 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pagesync()
7408 tmphme = sfhme->hme_next; in hat_pagesync()
7622 struct sf_hment *tmphme = NULL; in hat_page_clrwrt() local
[all …]