Searched refs:cpu_hat_info (Results 1 – 3 of 3) sorted by relevance
1905 cpu->cpu_hat_info = hci; in x86pte_cpu_init()1911 struct hat_cpu_info *hci = cpu->cpu_hat_info; in x86pte_cpu_fini()1914 cpu->cpu_hat_info = NULL; in x86pte_cpu_fini()1982 ASSERT(CPU->cpu_hat_info != NULL); in x86pte_mapin()1983 mutex_enter(&CPU->cpu_hat_info->hci_mutex); in x86pte_mapin()2060 mutex_exit(&CPU->cpu_hat_info->hci_mutex); in x86pte_mapout()2462 ASSERT(CPU->cpu_hat_info != NULL); in x86pte_zero()2463 mutex_enter(&CPU->cpu_hat_info->hci_mutex); in x86pte_zero()2484 mutex_exit(&CPU->cpu_hat_info->hci_mutex); in x86pte_zero()
783 struct hat_cpu_info *hci = cpu->cpu_hat_info; in hat_vlp_setup()816 if ((hci = cpu->cpu_hat_info) == NULL) in hat_vlp_teardown()1014 x86pte_t *vlpptep = cpu->cpu_hat_info->hci_vlp_l2ptes; in hat_switch()1017 newcr3 = MAKECR3(cpu->cpu_hat_info->hci_vlp_pfn); in hat_switch()1368 x86pte_t *vlpptep = cpu->cpu_hat_info->hci_vlp_l2ptes; in hati_pte_map()1954 x86pte_t *vlpptep = CPU->cpu_hat_info->hci_vlp_l2ptes; in hati_demap_func()
165 #define cpu_hat_info cpu_m.mcpu_hat_info macro