Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.h120 struct hat *hci_user_hat; /* CPU specific HAT */ member
H A Dhat_i86.c1110 hci->hci_user_hat = hat_cpu_alloc(cpu); in hat_pcp_setup()
1111 hci->hci_user_l3pfn = hci->hci_user_hat->hat_htable->ht_pfn; in hat_pcp_setup()
1213 if (hci->hci_user_hat != NULL) { in hat_pcp_teardown()
1214 hat_free_start(hci->hci_user_hat); in hat_pcp_teardown()
1215 hat_free_end(hci->hci_user_hat); in hat_pcp_teardown()
4984 hat_t *cpu_hat = cpu->cpu_hat_info->hci_user_hat; in hati_cpu_punchin()