Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.h98 uint_t hat_num_copied; /* Actual num of hat_copied_ptes[] */ member
H A Dhat_i86.c489 hat->hat_num_copied = 0; in hat_alloc()
500 hat->hat_num_copied = mmu.num_copied_ents32; in hat_alloc()
507 hat->hat_num_copied = mmu.num_copied_ents; in hat_alloc()
514 hat->hat_num_copied = 0; in hat_alloc()
615 hat->hat_num_copied = 0; in hat_cpu_alloc()
723 hat->hat_num_copied = 0; in hat_free_end()
1024 kas.a_hat->hat_num_copied = 0; in hat_init()
H A Dhtable.c1919 ASSERT3U(index, <, ht->ht_hat->hat_num_copied); in x86pte_access_pagetable()