Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dxhat.c41 xhat_provider_t *xhat_provider = NULL; variable
89 provider->next = xhat_provider; in xhat_provider_register()
91 if (xhat_provider) in xhat_provider_register()
92 xhat_provider->prev = provider; in xhat_provider_register()
93 xhat_provider = provider; in xhat_provider_register()
94 xhat_provider->xhat_provider_refcnt = 0; in xhat_provider_register()
119 xhat_provider = provider->next; in xhat_provider_unregister()
150 xh->xhat_provider = provider; in xhat_attach_xhat()
194 if (xh->xhat_provider == provider) { in xhat_detach_xhat()
H A Dxhat.h75 #define XHAT_PROPS(_h) XHAT_POPS(((struct xhat *)(_h))->xhat_provider)
137 typedef struct xhat_provider { struct
140 struct xhat_provider *next; argument
141 struct xhat_provider *prev; argument
159 xhat_provider_t *xhat_provider; member
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dxhat_sfmmu.c49 xblk_cache_t *xblkcache = xhat->xhat_provider->xblkcache; in xhat_alloc_xhatblk()
81 xhat_provider->xblkcache; in xhat_free_xhatblk()