Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/uv/
H A Duv_hub.h205 #define uv_hub_info _uv_hub_info() macro
214 return uv_hub_info->hub_type; in uv_hub_type()
219 uv_hub_info->hub_type = uvmask; in uv_hub_type_set()
279 (((n) >> uv_hub_info->nasid_shift) & uv_hub_info->pnode_mask)
386 return uv_hub_info->gpa_shift; in uv_gpa_shift()
443 >> uv_hub_info->m_shift) | in uv_soc_phys_ram_to_gpa()
444 ((paddr >> uv_hub_info->m_val) in uv_soc_phys_ram_to_gpa()
445 << uv_hub_info->n_lshift); in uv_soc_phys_ram_to_gpa()
448 << uv_hub_info->gpa_shift; in uv_soc_phys_ram_to_gpa()
475 gpa = ((gpa << uv_hub_info->m_shift) >> uv_hub_info->m_shift) | in uv_gpa_to_soc_phys_ram()
[all …]
/openbmc/linux/arch/ia64/include/asm/uv/
H A 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()
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c438 uv_hub_info->hub_revision = in uv_set_system_type()
444 switch (uv_hub_info->hub_revision) { in uv_set_system_type()
1209 uv_hub_info->nr_online_cpus++; in uv_cpu_init()
1253 hi->hub_revision = uv_hub_info->hub_revision; in uv_init_hub_info()
1254 hi->hub_type = uv_hub_info->hub_type; in uv_init_hub_info()
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrufile.c52 (uv_hub_info->hub_revision < UV3_HUB_REVISION_BASE); in gru_supported()