Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/boot/
H A Dboot_mmu.c50 uint_t ptes_per_table; variable
62 return ((va >> shift_amt[level]) & (ptes_per_table - 1)); in vatoindex()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h159 extern uint_t ptes_per_table;
/titanic_41/usr/src/uts/i86pc/vm/
H A Di86_mmu.c448 table_cnt += mmu.ptes_per_table - in hat_kern_alloc()
464 mapping_cnt = (table_cnt * mmu.ptes_per_table) >> 4; in hat_kern_alloc()
H A Dkboot_mmu.c99 ptes_per_table = 512; in kbm_init()
109 ptes_per_table = 1024; in kbm_init()
H A Dhat_pte.h175 uint_t ptes_per_table; /* # of entries in lower level page tables */ member
H A Dhat_kdi.c185 index = (va >> LEVEL_SHIFT(level)) & (mmu.ptes_per_table - 1); in kdi_vtop()
H A Dhtable.c582 if (htable_steal_passes > mmu.ptes_per_table) in htable_steal()
583 htable_steal_passes = mmu.ptes_per_table; in htable_steal()
591 threshold = pass * mmu.ptes_per_table / htable_steal_passes; in htable_steal()
941 x86pte_zero(ht, 0, mmu.ptes_per_table); in htable_alloc()
2061 ASSERT(entry < mmu.ptes_per_table); in x86pte_get()
H A Dhat_i86.c593 mmu.ptes_per_table = 512; in mmu_init()
606 mmu.ptes_per_table = 512; in mmu_init()
616 mmu.ptes_per_table = 1024; in mmu_init()
663 max_htables = physmax / mmu.ptes_per_table; in mmu_init()
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c429 for (index = 0; index < ptes_per_table; ++index) { in dump_tables()
459 for (i = 1; index + i < ptes_per_table; ++i) { in dump_tables()
1630 ptes_per_table = 512; in startup_kernel()
1642 ptes_per_table = 1024; in startup_kernel()
1654 DBG(ptes_per_table); in startup_kernel()
/titanic_41/usr/src/uts/common/os/
H A Dshm.c362 extern uint_t ptes_per_table; in shmat()
364 while (size >= ptes_per_table * (uint64_t)align_hint) in shmat()
365 align_hint *= ptes_per_table; in shmat()
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c926 for (entry = 0; entry < mmu.ptes_per_table; ++entry) { in do_ptable_dcmd()
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c769 xpv_panic_nptes[l] = mmu.ptes_per_table; in xpv_do_panic()