Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dxhat.h69 int (*xhat_pageunload)(struct xhat *, struct page *, uint_t, member
115 ((XHAT_PROPS(a)->xhat_pageunload == NULL) ? (0) : \
116 XHAT_PROPS(a)->xhat_pageunload((struct xhat *)(a), b, c, d))