Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.h118 x86pte_t *hci_pcp_l3ptes; /* PCP Level==3 pagetable (top) */ member
H A Dhat_i86.c1094 hci->hci_pcp_l3ptes = kmem_zalloc(MMU_PAGESIZE, KM_SLEEP); in hat_pcp_setup()
1096 hat_getpfnum(kas.a_hat, (caddr_t)hci->hci_pcp_l3ptes); in hat_pcp_setup()
1098 bcopy(pcp_page, hci->hci_pcp_l3ptes, MMU_PAGESIZE); in hat_pcp_setup()
1211 if (hci->hci_pcp_l3ptes != NULL) in hat_pcp_teardown()
1212 kmem_free(hci->hci_pcp_l3ptes, MMU_PAGESIZE); in hat_pcp_teardown()
1351 l3ptes = cpu->cpu_hat_info->hci_pcp_l3ptes; in hat_pcp_update()
1379 bcopy(hat->hat_copied_ptes, cpu->cpu_hat_info->hci_pcp_l3ptes, in hat_pcp_update()