Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.h84 #define TOP_LEVEL(h) (((h)->hat_max_level))
97 uint8_t hat_max_level; /* top level of this HAT */ member
H A Dhat_i86.c488 hat->hat_max_level = mmu.max_level; in hat_alloc()
499 hat->hat_max_level = mmu.max_level32; in hat_alloc()
506 hat->hat_max_level = mmu.max_level; in hat_alloc()
513 hat->hat_max_level = mmu.max_level; in hat_alloc()
614 hat->hat_max_level = mmu.max_level; in hat_cpu_alloc()
722 hat->hat_max_level = 0; in hat_free_end()
1023 kas.a_hat->hat_max_level = mmu.max_level; in hat_init()
H A Dhtable.c795 level == hat->hat_max_level; in htable_alloc()