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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1151 * We can't just call hat_unload(hat, 0, _userlimit...) here, because
1186 hat_unload(hat, (caddr_t)vaddr, LEVEL_SIZE(l),
2311 hat_unload(hat_t *hat, caddr_t addr, size_t len, uint_t flags) function
2531 * against hat_pageunload(), hat_unload(), etc.
3164 hat_unload(hat, addr, len, flags);
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c5886 hat_unload(struct hat *sfmmup, caddr_t addr, size_t len, uint_t flags) function
6820 * This will block hat_unload's accessing p_mapping list. Since

Completed in 100 milliseconds