Searched refs:max_level (Results 1 – 12 of 12) sorted by relevance
| /titanic_44/usr/src/uts/i86pc/vm/ |
| H A D | i86_mmu.c | 373 nwindows = MAX(nwindows, mmu.max_level); in hat_kern_alloc() 420 for (l = start_level; l < mmu.max_level; ++l) { in hat_kern_alloc() 437 LEVEL_SHIFT(mmu.max_level)) & (mmu.top_level_count - 1)); in hat_kern_alloc() 447 if (mmu.pae_hat != 0 && (kernelbase & LEVEL_OFFSET(mmu.max_level)) != 0) in hat_kern_alloc() 449 ((kernelbase & LEVEL_OFFSET(mmu.max_level)) >> in hat_kern_alloc() 450 LEVEL_SHIFT(mmu.max_level - 1)); in hat_kern_alloc() 492 htable_attach(kas.a_hat, 0, mmu.max_level, NULL, in hat_kern_setup()
|
| H A D | htable.c | 657 ht->ht_level == mmu.max_level) { in htable_steal() 881 if (level == mmu.max_level) { in htable_alloc() 946 if (level == mmu.max_level) in htable_alloc() 990 if (ht->ht_level == mmu.max_level && hat != NULL) { in htable_free() 1127 ASSERT(new->ht_level != mmu.max_level); in link_ptp() 1484 if (level == mmu.max_level) in htable_attach() 1638 if (l == mmu.max_level && va >= mmu.hole_start && va <= mmu.hole_end) in htable_scan() 1866 if (ht->ht_level == mmu.max_level && va >= mmu.hole_start) in htable_e2va() 2187 if (ht->ht_level == mmu.max_level && ht->ht_hat != kas.a_hat) { in x86pte_cas() 2406 if (dest->ht_level == mmu.max_level && in x86pte_copy()
|
| H A D | hat_i86.h | 71 #define TOP_LEVEL(h) (((h)->hat_flags & HAT_VLP) ? VLP_LEVEL : mmu.max_level)
|
| H A D | htable.h | 133 ((ht)->ht_level == mmu.max_level ? ((uintptr_t)0UL - MMU_PAGESIZE) :\
|
| H A D | hat_pte.h | 172 uint_t max_level; /* just num_level - 1 */ member
|
| H A D | hat_kdi.c | 184 for (level = mmu.max_level; ; --level) { in kdi_vtop()
|
| H A D | hat_i86.c | 357 xen_pin(hat->hat_htable->ht_pfn, mmu.max_level); in hat_alloc() 359 xen_pin(hat->hat_user_ptable, mmu.max_level); in hat_alloc() 592 mmu.max_level = 3; in mmu_init() 605 mmu.max_level = 2; in mmu_init() 615 mmu.max_level = 1; in mmu_init() 1980 if (mmu.max_level == 2) in flush_all_tlb_entries() 2975 if (l == mmu.max_level) in hat_share() 3125 if (l == mmu.max_level) in hat_unshare()
|
| /titanic_44/usr/src/uts/i86xpv/os/ |
| H A D | xpv_panic.c | 200 for (l = mmu.max_level; l >= 0; l--) in xpv_va_walk() 208 for (l = mmu.max_level; l >= 0; l--) { in xpv_va_walk() 219 if (l == mmu.max_level && mmu.pae_hat) in xpv_va_walk() 768 for (l = mmu.max_level; l >= 0; l--) in xpv_do_panic() 772 xpv_panic_nptes[mmu.max_level] = 4; in xpv_do_panic()
|
| /titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| H A D | main.c | 2652 int ilevel, olevel, max_level; local 2732 max_level = max_data_rate / 10; 2733 if (max_level < MAXLEVELMINSIZE) 2734 max_level = MAXLEVELMINSIZE; 2736 max_level = sizeof(inpacket_buf) + 1; 2756 if (ilevel >= max_level) 2763 if (olevel >= max_level) 2852 if (olevel + n > max_level) 2853 n = max_level - olevel; 2874 if (ilevel + n > max_level) [all …]
|
| /titanic_44/usr/src/uts/i86pc/os/cpupm/ |
| H A D | cpupm_mach.c | 879 int max_level; in cpupm_get_top_speed() local 890 max_level = nspeeds - 1; in cpupm_get_top_speed() 891 if ((plat_level < 0) || (plat_level > max_level)) { in cpupm_get_top_speed()
|
| /titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/ |
| H A D | i86mmu.c | 520 if (level < 0 || level > mmu.max_level) in pte_dcmd() 598 for (level = 0; level <= mmu.max_level; ++level) { in do_va2pa()
|
| /titanic_44/usr/src/uts/i86pc/os/ |
| H A D | startup.c | 384 ((uintptr_t)P2ROUNDUP((uintptr_t)(x), mmu.level_size[mmu.max_level]))
|