Searched refs:hci_pcp_l2ptes (Results 1 – 2 of 2) sorted by relevance
119 x86pte_t *hci_pcp_l2ptes; /* PCP Level==2 pagetable */ member
1088 hci->hci_pcp_l2ptes = kmem_zalloc(MMU_PAGESIZE, KM_SLEEP); in hat_pcp_setup()1101 hat_getpfnum(kas.a_hat, (caddr_t)hci->hci_pcp_l2ptes); in hat_pcp_setup()1209 if (hci->hci_pcp_l2ptes != NULL) in hat_pcp_teardown()1210 kmem_free(hci->hci_pcp_l2ptes, MMU_PAGESIZE); in hat_pcp_teardown()1350 l2dst = cpu->cpu_hat_info->hci_pcp_l2ptes; in hat_pcp_update()1378 bzero(cpu->cpu_hat_info->hci_pcp_l2ptes, sizeof (x86pte_t) * 4); in hat_pcp_update()