Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhtable.h116 x86pte_t *hci_vlp_l2ptes; /* VLP Level==2 pagetable */ member
H A Dhat_i86.c791 hci->hci_vlp_l2ptes = kmem_zalloc(MMU_PAGESIZE, KM_SLEEP); in hat_vlp_setup()
803 pfn = hat_getpfnum(kas.a_hat, (caddr_t)hci->hci_vlp_l2ptes); in hat_vlp_setup()
818 if (hci->hci_vlp_l2ptes) in hat_vlp_teardown()
819 kmem_free(hci->hci_vlp_l2ptes, MMU_PAGESIZE); in hat_vlp_teardown()
1014 x86pte_t *vlpptep = cpu->cpu_hat_info->hci_vlp_l2ptes; in hat_switch()
1368 x86pte_t *vlpptep = cpu->cpu_hat_info->hci_vlp_l2ptes; in hati_pte_map()
1954 x86pte_t *vlpptep = CPU->cpu_hat_info->hci_vlp_l2ptes; in hati_demap_func()