Searched defs:hat_unlock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1865 * void hat_unlock(hat, addr, len)
1871 hat_unlock(hat_t *hat, caddr_t addr, size_t len) function
1886 panic("hat_unlock() address out of range - above _userlimit");
1898 panic("hat_unlock(): lock_cnt < 1, "
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c3933 hat_unlock(struct hat *sfmmup, caddr_t addr, size_t len) function
4020 hat_unlock(sfmmup, addr, len);

Completed in 121 milliseconds