Searched refs:static_arena (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_kmem.h62 extern vmem_t *static_arena; /* arena for caches to import static memory */
H A Dseg_kmem.c89 * static_arena is the static memory arena. Allocations from it
92 * PA translations are static). Caches may import from static_arena;
119 vmem_t *static_arena; /* arena for caches to import static memory */ variable
203 * Allocations from static_arena arena (or any other arena that uses
331 * walk across page boundaries, the static_arena quantum must
333 * should source from static_arena, while direct allocations
336 static_arena = vmem_create("static", NULL, 0, PAGESIZE,
339 sizeof (uint64_t), vmem_alloc, vmem_free, static_arena,
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c104 0, NULL, NULL, NULL, NULL, static_arena, KMC_NOHASH);
106 0, NULL, NULL, NULL, NULL, static_arena, KMC_NOHASH);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah.c623 NULL, NULL, static_arena, 0);
H A Dus3_jalapeno.c845 NULL, NULL, static_arena, 0);
H A Dus3_cheetahplus.c830 NULL, NULL, static_arena, 0);
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c2529 * Allocate pp_dummy pages directly from static_arena,
2536 pp_dummy = vmem_xalloc(static_arena, ptob(pp_dummy_npages),
3255 0, NULL, NULL, NULL, NULL, static_arena, KMC_NOHASH);
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c196 * Allocate thread structures from static_arena. This prevents
201 PTR24_ALIGN, NULL, NULL, NULL, NULL, static_arena, 0);
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1138 NULL, NULL, static_arena, 0);
1151 static_arena, KMC_NOMAGAZINE);
1308 0, NULL, NULL, NULL, NULL, static_arena, KMC_NOHASH);
1312 NULL, NULL, static_arena, KMC_NOHASH);
7814 * static_arena arena or explicitly setting PG_NORELOC when calling

Completed in 1119 milliseconds