Home
last modified time | relevance | path

Searched refs:hkr_level (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c317 level_t hkr_level; member
557 va += cnt * LEVEL_SIZE(rp->hkr_level)) { in hat_alloc()
559 if (rp->hkr_level == TOP_LEVEL(hat)) in hat_alloc()
562 ht = htable_create(hat, va, rp->hkr_level, in hat_alloc()
568 ((uintptr_t)cnt << LEVEL_SHIFT(rp->hkr_level)); in hat_alloc()
574 src = htable_lookup(kas.a_hat, va, rp->hkr_level); in hat_alloc()
1221 kernel_ranges[r].hkr_level = l; \
1272 va += LEVEL_SIZE(rp->hkr_level)) { in hat_init_finish()
1279 if (rp->hkr_level <= mmu.max_page_level && in hat_init_finish()
1286 (void) htable_create(kas.a_hat, va, rp->hkr_level - 1, in hat_init_finish()