Searched refs:uv_hub_info (Results 1 – 4 of 4) sorted by relevance
214 #define uv_hub_info _uv_hub_info() macro249 return uv_hub_info->hub_revision < UV2_HUB_REVISION_BASE; in is_uv1_hub()261 return ((uv_hub_info->hub_revision >= UV2_HUB_REVISION_BASE) && in is_uv2_hub()262 (uv_hub_info->hub_revision < UV3_HUB_REVISION_BASE)); in is_uv2_hub()274 return ((uv_hub_info->hub_revision >= UV3_HUB_REVISION_BASE) && in is_uv3_hub()275 (uv_hub_info->hub_revision < UV4_HUB_REVISION_BASE)); in is_uv3_hub()288 return (uv_hub_info->hub_revision >= UV4A_HUB_REVISION_BASE); in is_uv4a_hub()300 return uv_hub_info->hub_revision >= UV4_HUB_REVISION_BASE; in is_uv4_hub()311 if (uv_hub_info->hub_revision >= UV2_HUB_REVISION_BASE) in is_uvx_hub()312 return uv_hub_info->hub_revision; in is_uvx_hub()[all …]
111 #define uv_hub_info this_cpu_ptr(&__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()
130 uv_hub_info->hub_revision = uv_min_hub_revision_id; in early_get_pnodeid()280 uv_hub_info->hub_revision = in uv_acpi_madt_oem_check()286 if (uv_hub_info->hub_revision == 0) in uv_acpi_madt_oem_check()768 gru_dist_lmask = ((1UL << uv_hub_info->m_val) - 1) & ~(bytes - 1); in map_gru_distributed()769 gru_dist_umask = ~((1UL << uv_hub_info->m_val) - 1); in map_gru_distributed()773 paddr = ((u64)uv_node_to_pnode(nid) << uv_hub_info->m_val) | in map_gru_distributed()1091 uv_hub_info->nr_online_cpus++; in uv_cpu_init()1094 set_x2apic_extra_bits(uv_hub_info->pnode); in uv_cpu_init()1146 hi->hub_revision = uv_hub_info->hub_revision; in uv_init_hub_info()1258 if (uv_hub_info->hub_revision < UV4_HUB_REVISION_BASE) in decode_uv_systab()
51 (uv_hub_info->hub_revision < UV3_HUB_REVISION_BASE); in gru_supported()