Home
last modified time | relevance | path

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

/titanic_44/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()
1707 for (sfhmep = pp->p_mapping; sfhmep; sfhmep = tmphme) { in sfmmu_kpm_vac_conflict()
1708 tmphme = sfhmep->hme_next; in sfmmu_kpm_vac_conflict()
/titanic_44/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c7127 struct sf_hment *sfhme, *tmphme; in hat_pageunload() local
7141 tmphme = NULL; in hat_pageunload()
7164 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pageunload()
7165 tmphme = sfhme->hme_next; in hat_pageunload()
7245 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pageunload()
7246 tmphme = sfhme->hme_next; in hat_pageunload()
7499 struct sf_hment *sfhme, *tmphme = NULL; in hat_pagesync() local
7537 for (sfhme = pp->p_mapping; sfhme; sfhme = tmphme) { in hat_pagesync()
7543 tmphme = sfhme->hme_next; in hat_pagesync()
7765 struct sf_hment *tmphme = NULL; in hat_page_clrwrt() local
[all …]