Searched refs:ht_pfn (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | htable.c | 360 ASSERT(ht->ht_pfn == PFN_INVALID); in htable_put_reserve() 381 ASSERT(ht->ht_pfn == PFN_INVALID); in htable_get_reserve() 404 ht->ht_pfn = PFN_INVALID; in htable_initial_reserve() 426 ASSERT(ht->ht_pfn == PFN_INVALID); in htable_adjust_reserve() 805 ASSERT(ht->ht_pfn != PFN_INVALID); in htable_alloc() 824 ht->ht_pfn = PFN_INVALID; in htable_alloc() 837 ht->ht_pfn = ptable_alloc((uintptr_t)ht); in htable_alloc() 838 if (ht->ht_pfn == PFN_INVALID) { in htable_alloc() 866 ptable_free(ht->ht_pfn); in htable_alloc() 867 ht->ht_pfn = PFN_INVALID; in htable_alloc() [all …]
|
H A D | hat_kdi.c | 99 hat_devload(kas.a_hat, (caddr_t)hat_kdi_pte, MMU_PAGESIZE, ht->ht_pfn, in hat_kdi_init() 180 *pap = pfn_to_pa(CPU->cpu_current_hat->hat_htable->ht_pfn); in kdi_vtop()
|
H A D | hment.c | 329 idx = HMENT_HASH(hm->hm_htable->ht_pfn, hm->hm_entry); in hment_insert() 559 idx = HMENT_HASH(ht->ht_pfn, entry); in hment_remove()
|
H A D | htable.h | 78 pfn_t ht_pfn; /* pfn of page of the pagetable */ member
|
H A D | hat_i86.c | 357 xen_pin(hat->hat_htable->ht_pfn, mmu.max_level); in hat_alloc() 444 xen_unpin(hat->hat_htable->ht_pfn); in hat_free_end() 924 kas.a_hat->hat_htable->ht_pfn, in hat_init_finish() 1020 newcr3 = MAKECR3(kas.a_hat->hat_htable->ht_pfn) + in hat_switch() 1024 newcr3 = MAKECR3((uint64_t)hat->hat_htable->ht_pfn); in hat_switch() 3903 p = PT_INDEX_PHYSADDR(pfn_to_pa(ht->ht_pfn), entry); in hat_mempte_setup() 3979 ASSERT(ht->ht_pfn == mmu_btop(pte_pa)); in hat_mempte_remap() 4472 base_ma = pa_to_ma(ptob(ht->ht_pfn)); in hat_prepare_mapping()
|
H A D | i86_mmu.c | 233 MMU_PAGESIZE, ht->ht_pfn, in hat_kmap_init()
|
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 548 paddr_t paddr = mmu_ptob((paddr_t)htable->ht_pfn); in get_pte() 772 if (htable.ht_pfn == pfn) { in do_report_maps() 784 paddr = mmu_ptob((physaddr_t)htable.ht_pfn); in do_report_maps() 906 if (htable.ht_pfn == pfn) in do_ptable_dcmd() 913 if (htable.ht_pfn == pfn) { in do_ptable_dcmd()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | mp_pc.c | 136 if (MAKECR3(kas.a_hat->hat_htable->ht_pfn) > 0xffffffffUL) in rmp_gdt_init() 139 MAKECR3(kas.a_hat->hat_htable->ht_pfn)); in rmp_gdt_init() 316 rm->rm_pdbr = MAKECR3(kas.a_hat->hat_htable->ht_pfn); in mach_cpucontext_xalloc()
|
H A D | startup.c | 925 di->di_ht_pfn_off = offsetof(htable_t, ht_pfn); in init_debug_info()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | mp_xen.c | 297 xen_pfn_to_cr3(pfn_to_mfn(kas.a_hat->hat_htable->ht_pfn)); in mp_set_cpu_context() 301 pa_to_ma(mmu_ptob(kas.a_hat->hat_htable->ht_pfn)); in mp_set_cpu_context()
|