Searched refs:hmeh_nextpa (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2996 OFFSET(struct hmehash_bucket, hmeh_nextpa),
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1371 volatile uint64_t hmeh_nextpa; /* physical address for hash list */ member in struct:hmehash_bucket
H A Dhat_sfmmu.c1078 khme_hash[i].hmeh_nextpa = HMEBLK_ENDPA;
1083 uhme_hash[i].hmeh_nextpa = HMEBLK_ENDPA;
11338 hblkpa = hmebp->hmeh_nextpa;
11390 hblkpa = hmebp->hmeh_nextpa;
15464 ASSERT(hmebp->hmeh_nextpa == HMEBLK_ENDPA);
15468 hmeblkp->hblk_nextpa = hmebp->hmeh_nextpa;
15476 hmebp->hmeh_nextpa = hblkpa;
15528 hmebp->hmeh_nextpa = hmeblkp->hblk_nextpa;

Completed in 118 milliseconds