Searched refs:HAT_NO_KALLOC (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h345 * HAT_NO_KALLOC Do not kmem_alloc while creating the mapping; at this
365 #define HAT_NO_KALLOC 0x200 macro
H A Dseg_kmem.c897 allocflag = HAT_NO_KALLOC;
900 allocflag = HAT_NO_KALLOC;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h93 HAT_RELOAD_SHARE | HAT_NO_KALLOC | HAT_LOAD_TEXT)
H A Dhat_sfmmu.c11069 if ((flags & HAT_NO_KALLOC) == 0) {
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1555 * HAT_NO_KALLOC Do not kmem_alloc while creating the mapping; at this
1572 HAT_LOAD_SHARE | HAT_NO_KALLOC | HAT_LOAD_REMAP | HAT_LOAD_TEXT;

Completed in 92 milliseconds