Home
last modified time | relevance | path

Searched refs:uv_hub_info (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/uv/
Duv_hub.h167 #define uv_hub_info this_cpu_ptr(&__uv_hub_info) macro
182 return uv_hub_info->hub_revision < UV2_HUB_REVISION_BASE; in is_uv1_hub()
187 return ((uv_hub_info->hub_revision >= UV2_HUB_REVISION_BASE) && in is_uv2_hub()
188 (uv_hub_info->hub_revision < UV3_HUB_REVISION_BASE)); in is_uv2_hub()
193 return uv_hub_info->hub_revision >= UV3_HUB_REVISION_BASE; in is_uv3_hub()
198 return uv_hub_info->hub_revision; in is_uv_hub()
204 return uv_hub_info->hub_revision >= UV2_HUB_REVISION_BASE; in is_uvx_hub()
227 #define UV_NASID_TO_PNODE(n) (((n) >> 1) & uv_hub_info->pnode_mask)
228 #define UV_PNODE_TO_GNODE(p) ((p) |uv_hub_info->gnode_extra)
258 #define UV_GLOBAL_MMR64_BASE (uv_hub_info->global_mmr_base)
[all …]
Duv_bau.h58 #define uv_mmask ((1UL << uv_hub_info->m_val) - 1)
/arch/ia64/include/asm/uv/
Duv_hub.h111 #define uv_hub_info this_cpu_ptr(&__uv_hub_info) macro
122 #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()
/arch/x86/kernel/apic/
Dx2apic_uv_x.c113 uv_hub_info->hub_revision = uv_min_hub_revision_id; in early_get_pnodeid()
159 uv_hub_info->hub_revision = in uv_acpi_madt_oem_check()
164 if (uv_hub_info->hub_revision == 0) in uv_acpi_madt_oem_check()
525 gru_dist_lmask = ((1UL << uv_hub_info->m_val) - 1) & ~(bytes - 1); in map_gru_distributed()
526 gru_dist_umask = ~((1UL << uv_hub_info->m_val) - 1); in map_gru_distributed()
529 paddr = ((u64)uv_node_to_pnode(nid) << uv_hub_info->m_val) | in map_gru_distributed()
741 struct timer_list *timer = &uv_hub_info->scir.timer; in uv_heartbeat()
742 unsigned char bits = uv_hub_info->scir.state; in uv_heartbeat()
869 set_x2apic_extra_bits(uv_hub_info->pnode); in uv_cpu_init()
971 uv_cpu_hub_info(cpu)->hub_revision = uv_hub_info->hub_revision; in uv_system_init()