Home
last modified time | relevance | path

Searched defs:xhat_ops (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/vm/
H A Dxhat.h46 struct xhat_ops { struct
47 struct xhat *(*xhat_alloc)(void *);
48 void (*xhat_free)(struct xhat *);
49 void (*xhat_free_start)(struct xhat *);
50 void (*xhat_free_end)(struct xhat *);
51 int (*xhat_dup)(struct xhat *, struct xhat *, caddr_t,
53 void (*xhat_swapin)(struct xhat *);
54 void (*xhat_swapout)(struct xhat *);
55 void (*xhat_memload)(struct xhat *, caddr_t, struct page *,
57 void (*xhat_memload_array)(struct xhat *, caddr_t, size_t,
[all …]