Home
last modified time | relevance | path

Searched refs:HAT_COW (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c385 res = hat_softlock(hat, uaddr, &size, &ppp[0], cow ? HAT_COW : 0); in cow_mapin()
/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h420 #define HAT_COW 0x0001 macro