Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/vm/
H A Dxhat.h191 int xhat_dup_all(struct as *, struct as *, caddr_t, size_t, uint_t);
H A Dxhat.c370 xhat_dup_all(struct as *as, struct as *newas, caddr_t addr, size_t len, in xhat_dup_all() function
H A Dvm_as.c847 error |= xhat_dup_all(as, newas, NULL, 0, HAT_DUP_ALL); in as_dup()