Searched refs:hci_vlp_l3ptes (Results 1 – 2 of 2) sorted by relevance
115 x86pte_t *hci_vlp_l3ptes; /* VLP Level==3 pagetable (top) */ member
797 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()