Home
last modified time | relevance | path

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

/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)
280 #define UV_PNODE_TO_GNODE(p) ((p) |uv_hub_info->gnode_extra)
282 (UV_PNODE_TO_GNODE(p) << uv_hub_info->nasid_shift)
332 #define UV_GLOBAL_MMR64_BASE (uv_hub_info->global_mmr_base)
338 #define UV_GLOBAL_MMR64_PNODE_SHIFT (uv_hub_info->global_mmr_shift)
386 return uv_hub_info->gpa_shift; in uv_gpa_shift()
393 struct uv_gam_range_s *gr = uv_hub_info->gr_table; in uv_gam_range()
[all …]
/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c404 uv_hub_info->hub_revision = in uv_set_system_type()
410 switch (uv_hub_info->hub_revision) { in uv_set_system_type()
1157 uv_hub_info->nr_online_cpus++; in uv_cpu_init()
1201 hi->hub_revision = uv_hub_info->hub_revision; in uv_init_hub_info()
1202 hi->hub_type = uv_hub_info->hub_type; in uv_init_hub_info()
/linux/drivers/misc/sgi-gru/
H A Dgrufile.c52 (uv_hub_info->hub_revision < UV3_HUB_REVISION_BASE); in gru_supported()