Searched refs:XHAT_HOPS (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/vm/ |
H A D | xhat.h | 76 #define XHAT_HOPS(hat, func, args) \ macro 83 XHAT_HOPS(a, xhat_free_start, ((struct xhat *)(a))) 85 XHAT_HOPS(a, xhat_free_end, ((struct xhat *)(a))) 91 XHAT_HOPS(a, xhat_swapin, ((struct xhat *)(a))) 93 XHAT_HOPS(a, xhat_swapout, ((struct xhat *)(a))) 95 XHAT_HOPS(a, xhat_memload, ((struct xhat *)(a), b, c, d, e)) 97 XHAT_HOPS(a, xhat_memload_array, ((struct xhat *)(a), b, c, d, e, f)) 99 XHAT_HOPS(a, xhat_devload, ((struct xhat *)(a), b, c, d, e, f)) 101 XHAT_HOPS(a, xhat_unload, ((struct xhat *)(a), b, c, d)) 103 XHAT_HOPS(a, xhat_unload_callback, ((struct xhat *)(a), b, c, d, e)) [all …]
|