Searched refs:uv_hub_info (Results 1 – 4 of 4) sorted by relevance
167 #define uv_hub_info (&__get_cpu_var(__uv_hub_info)) macro181 return uv_hub_info->hub_revision < UV2_HUB_REVISION_BASE; in is_uv1_hub()186 return uv_hub_info->hub_revision >= UV2_HUB_REVISION_BASE; in is_uv2_hub()191 return uv_hub_info->hub_revision == UV2_HUB_REVISION_BASE; in is_uv2_1_hub()196 return uv_hub_info->hub_revision == UV2_HUB_REVISION_BASE + 1; in is_uv2_2_hub()219 #define UV_NASID_TO_PNODE(n) (((n) >> 1) & uv_hub_info->pnode_mask)220 #define UV_PNODE_TO_GNODE(p) ((p) |uv_hub_info->gnode_extra)241 #define UV_GLOBAL_MMR64_BASE (uv_hub_info->global_mmr_base)296 if (paddr < uv_hub_info->lowmem_remap_top) in uv_soc_phys_ram_to_gpa()297 paddr |= uv_hub_info->lowmem_remap_base; in uv_soc_phys_ram_to_gpa()[all …]
58 #define uv_mmask ((1UL << uv_hub_info->m_val) - 1)
111 #define uv_hub_info (&__get_cpu_var(__uv_hub_info)) macro122 #define UV_NASID_TO_PNODE(n) (((n) >> 1) & uv_hub_info->pnode_mask)123 #define UV_PNODE_TO_NASID(p) (((p) << 1) | uv_hub_info->gnode_upper)127 #define UV_GLOBAL_MMR64_BASE (uv_hub_info->global_mmr_base)147 if (paddr < uv_hub_info->lowmem_remap_top) in uv_soc_phys_ram_to_gpa()148 paddr += uv_hub_info->lowmem_remap_base; in uv_soc_phys_ram_to_gpa()149 return paddr | uv_hub_info->gnode_upper; in uv_soc_phys_ram_to_gpa()156 return __pa(v) | uv_hub_info->gnode_upper; in uv_gpa()168 return __va(gpa & uv_hub_info->gpa_mask); in uv_va()174 return __va(((unsigned long)pnode << uv_hub_info->m_val) | offset); in uv_pnode_offset_to_vaddr()
99 uv_hub_info->hub_revision = uv_min_hub_revision_id; in early_get_pnodeid()138 uv_hub_info->hub_revision = in uv_acpi_madt_oem_check()549 struct timer_list *timer = &uv_hub_info->scir.timer; in uv_heartbeat()550 unsigned char bits = uv_hub_info->scir.state; in uv_heartbeat()677 set_x2apic_extra_bits(uv_hub_info->pnode); in uv_cpu_init()834 uv_cpu_hub_info(cpu)->hub_revision = uv_hub_info->hub_revision; in uv_system_init()