Searched defs:hci (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c1901 struct hat_cpu_info *hci; local
1903 hci = kmem_zalloc(sizeof (*hci), KM_SLEEP);
1904 mutex_init(&hci->hci_mutex, NULL, MUTEX_DEFAULT, NULL);
1905 cpu->cpu_hat_info = hci;
1911 struct hat_cpu_info *hci = cpu->cpu_hat_info; local
1913 kmem_free(hci, sizeof (*hci));
H A Dhat_i86.c783 struct hat_cpu_info *hci = cpu->cpu_hat_info; local
790 ASSERT(hci != NULL);
791 hci->hci_vlp_l2ptes = kmem_zalloc(MMU_PAGESIZE, KM_SLEEP);
797 hci->hci_vlp_l3ptes = kmem_zalloc(MMU_PAGESIZE, KM_SLEEP);
798 hci->hci_vlp_pfn =
799 hat_getpfnum(kas.a_hat, (caddr_t)hci->hci_vlp_l3ptes);
800 ASSERT(hci->hci_vlp_pfn != PFN_INVALID);
801 bcopy(vlp_page, hci->hci_vlp_l3ptes, MMU_PAGESIZE);
803 pfn = hat_getpfnum(kas.a_hat, (caddr_t)hci->hci_vlp_l2ptes);
805 hci
814 struct hat_cpu_info *hci; local
[all...]

Completed in 61 milliseconds