Home
last modified time | relevance | path

Searched refs:hci_vlp_l3ptes (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/i86pc/vm/
H A Dhtable.h115 x86pte_t *hci_vlp_l3ptes; /* VLP Level==3 pagetable (top) */ member
H A Dhat_i86.c797 hci->hci_vlp_l3ptes = kmem_zalloc(MMU_PAGESIZE, KM_SLEEP); in hat_vlp_setup()
799 hat_getpfnum(kas.a_hat, (caddr_t)hci->hci_vlp_l3ptes); in hat_vlp_setup()
801 bcopy(vlp_page, hci->hci_vlp_l3ptes, MMU_PAGESIZE); in hat_vlp_setup()
805 hci->hci_vlp_l3ptes[0] = MAKEPTP(pfn, 2); in hat_vlp_setup()
820 if (hci->hci_vlp_l3ptes) in hat_vlp_teardown()
821 kmem_free(hci->hci_vlp_l3ptes, MMU_PAGESIZE); in hat_vlp_teardown()