Searched refs:xhat_dup_all (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/vm/ |
H A D | xhat.h | 191 int xhat_dup_all(struct as *, struct as *, caddr_t, size_t, uint_t);
|
H A D | xhat.c | 370 xhat_dup_all(struct as *as, struct as *newas, caddr_t addr, size_t len, in xhat_dup_all() function
|
H A D | vm_as.c | 847 error |= xhat_dup_all(as, newas, NULL, 0, HAT_DUP_ALL); in as_dup()
|