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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1495 * special case of hat_memload to deal with some kernel addrs for performance
1537 * hat_memload() - load a translation to the given page struct
1539 * Flags for hat_memload/hat_devload/hat_*attr.
1543 * HAT_LOAD_LOCK Lock down mapping resources; hat_map(), hat_memload(),
1549 * HAT_LOAD_SHARE A flag to hat_memload() to indicate h/w page tables
1575 hat_memload( function
1620 hat_memload(hat, addr, pp, attr, flags);
1753 * Equivalent of hat_memload(), but can be used for device memory where
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2186 hat_memload(struct hat *hat, caddr_t addr, struct page *pp, function
2228 panic("hat_memload: loading a mapping to free page %p",
2235 cmn_err(CE_NOTE, "hat_memload: unsupported flags %d",
2245 cmn_err(CE_WARN, "hat_memload: illegal attempt to make user "
2308 panic("hat_memload: loading "
2313 panic("hat_memload: loading a mapping "
3017 * hat_memload() should never call kmem_cache_free() for kernel hmeblks;
6821 * we have SE_EXCL lock, hat_memload and hat_pageunload will be
11135 * hat_memload()
11143 * hat_memload()
[all...]

Completed in 93 milliseconds