Home
last modified time | relevance | path

Searched defs:hat_cpu_info (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.h113 struct hat_cpu_info { struct
114 kmutex_t hci_mutex; /* mutex to ensure sequential usage */
116 pfn_t hci_pcp_l3pfn; /* pfn of hci_pcp_l3ptes */
117 pfn_t hci_pcp_l2pfn; /* pfn of hci_pcp_l2ptes */
118 x86pte_t *hci_pcp_l3ptes; /* PCP Level==3 pagetable (top) */
119 x86pte_t *hci_pcp_l2ptes; /* PCP Level==2 pagetable */
120 struct hat *hci_user_hat; /* CPU specific HAT */
121 pfn_t hci_user_l3pfn; /* pfn of hci_user_l3ptes */
122 x86pte_t *hci_user_l3ptes; /* PCP User L3 pagetable */