Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/uv/
Duv_hub.h204 #define uv_hub_info _uv_hub_info() macro
213 return uv_hub_info->hub_type; in uv_hub_type()
218 uv_hub_info->hub_type = uvmask; in uv_hub_type_set()
278 (((n) >> uv_hub_info->nasid_shift) & uv_hub_info->pnode_mask)
279 #define UV_PNODE_TO_GNODE(p) ((p) |uv_hub_info->gnode_extra)
281 (UV_PNODE_TO_GNODE(p) << uv_hub_info->nasid_shift)
331 #define UV_GLOBAL_MMR64_BASE (uv_hub_info->global_mmr_base)
337 #define UV_GLOBAL_MMR64_PNODE_SHIFT (uv_hub_info->global_mmr_shift)
385 return uv_hub_info->gpa_shift; in uv_gpa_shift()
392 struct uv_gam_range_s *gr = uv_hub_info->gr_table; in uv_gam_range()
[all …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
Dx2apic_uv_x.c421 uv_hub_info->hub_revision = in uv_set_system_type()
427 switch (uv_hub_info->hub_revision) { in uv_set_system_type()
1233 uv_hub_info->nr_online_cpus++; in uv_cpu_init()
1277 hi->hub_revision = uv_hub_info->hub_revision; in uv_init_hub_info()
1278 hi->hub_type = uv_hub_info->hub_type; in uv_init_hub_info()
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/
Dgrufile.c52 (uv_hub_info->hub_revision < UV3_HUB_REVISION_BASE); in gru_supported()