Searched refs:KMC_NOHASH (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkmem.h79 #define KMC_NOHASH 0x00080000 macro
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkmem.c97 if (kcflags & KMC_NOHASH)
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c100 * KMC_NOHASH to prevent them from straddling page
104 0, NULL, NULL, NULL, NULL, static_arena, KMC_NOHASH);
106 0, NULL, NULL, NULL, NULL, static_arena, KMC_NOHASH);
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c3812 ASSERT(!(cflags & KMC_NOHASH) || !(cflags & KMC_NOTOUCH));
3840 if (cflags & KMC_NOHASH)
3853 !(cp->cache_flags & KMF_LITE) && !(cflags & KMC_NOHASH))
3918 } else if ((cflags & KMC_NOHASH) || (!(cflags & KMC_NOTOUCH) &&
3964 ASSERT(!(cflags & KMC_NOHASH));
4267 kmem_msb_arena, KMC_NOHASH);
4272 kmem_msb_arena, KMC_NOHASH);
4276 kmem_msb_arena, KMC_NOHASH);
4280 kmem_msb_arena, KMC_NOHASH);
4451 * The real limit would depend on the needs of the largest KMC_NOHASH
[all...]
H A Dmem_config.c3242 * used with KMC_NOHASH to avoid page crossings within a memseg
3243 * structure. KMC_NOHASH requires that no external (outside of
3255 0, NULL, NULL, NULL, NULL, static_arena, KMC_NOHASH);
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c632 int flags = KMC_NOHASH | KMC_NODEBUG;
H A Dhtable.c1838 int kmem_flags = KMC_NOHASH;
1840 int kmem_flags = KMC_NOHASH | KMC_NODEBUG;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1295 hat_memload_arena, KMC_NOHASH);
1305 hat_memload1_arena, KMC_NOHASH);
1308 0, NULL, NULL, NULL, NULL, static_arena, KMC_NOHASH);
1312 NULL, NULL, static_arena, KMC_NOHASH);

Completed in 97 milliseconds