Home
last modified time | relevance | path

Searched refs:xhat_hme_blk (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/sfmmu/vm/
H A Dxhat_sfmmu.c45 struct xhat_hme_blk *
48 struct xhat_hme_blk *xblk; in xhat_alloc_xhatblk()
55 xblk = (struct xhat_hme_blk *) in xhat_alloc_xhatblk()
78 xhat_free_xhatblk(struct xhat_hme_blk *xblk) in xhat_free_xhatblk()
100 struct xhat_hme_blk *xblk; in xhat_xblkcache_reclaim()
121 xblk = (struct xhat_hme_blk *)sfmmu_hmetohblk(sfhme); in xhat_xblkcache_reclaim()
141 struct xhat_hme_blk *xblk; in xhat_insert_xhatblk()
199 struct xhat_hme_blk *xblk = PROVBLK2XBLK(blk); in xhat_delete_xhatblk()
H A Dxhat_sfmmu.h47 struct xhat_hme_blk;
66 struct xhat_hme_blk { struct
79 #define XBLK2PROVBLK(xblk) ((void *)(((struct xhat_hme_blk *)(xblk)) + 1))
80 #define PROVBLK2XBLK(pblk) (((struct xhat_hme_blk *)(pblk)) - 1)
H A Dhat_sfmmu.c7175 struct xhat_hme_blk *xblk = in hat_pageunload()
7176 (struct xhat_hme_blk *)hmeblkp; in hat_pageunload()
/titanic_41/usr/src/uts/common/vm/
H A Dxhat.h44 struct xhat_hme_blk;
/titanic_41/usr/src/uts/sun4u/vm/
H A Dzulu_hat.c945 (void) xhat_delete_xhatblk((struct xhat_hme_blk *)zblkp, 0); in free_zblks()
1345 sizeof (struct zulu_hat_blk) + sizeof (struct xhat_hme_blk)