uv_hub_info       465 arch/x86/kernel/genx2apic_uv_x.c 		set_x2apic_extra_bits(uv_hub_info->pnode);
uv_hub_info       763 arch/x86/kernel/tlb_uv.c 	uv_nshift = uv_hub_info->n_val;
uv_hub_info       764 arch/x86/kernel/tlb_uv.c 	uv_mmask = (1UL << uv_hub_info->n_val) - 1;
uv_hub_info       146 include/asm-x86/uv/uv_hub.h #define UV_NASID_TO_PNODE(n)		(((n) >> 1) & uv_hub_info->pnode_mask)
uv_hub_info       147 include/asm-x86/uv/uv_hub.h #define UV_PNODE_TO_NASID(p)		(((p) << 1) | uv_hub_info->gnode_upper)
uv_hub_info       151 include/asm-x86/uv/uv_hub.h #define UV_GLOBAL_MMR64_BASE		(uv_hub_info->global_mmr_base)
uv_hub_info       175 include/asm-x86/uv/uv_hub.h 	if (paddr < uv_hub_info->lowmem_remap_top)
uv_hub_info       176 include/asm-x86/uv/uv_hub.h 		paddr += uv_hub_info->lowmem_remap_base;
uv_hub_info       177 include/asm-x86/uv/uv_hub.h 	return paddr | uv_hub_info->gnode_upper;
uv_hub_info       184 include/asm-x86/uv/uv_hub.h 	return __pa(v) | uv_hub_info->gnode_upper;
uv_hub_info       196 include/asm-x86/uv/uv_hub.h 	return __va(gpa & uv_hub_info->gpa_mask);
uv_hub_info       202 include/asm-x86/uv/uv_hub.h 	return __va(((unsigned long)pnode << uv_hub_info->m_val) | offset);
uv_hub_info       296 include/asm-x86/uv/uv_hub.h 	return uv_hub_info->blade_processor_id;
uv_hub_info       302 include/asm-x86/uv/uv_hub.h 	return uv_hub_info->numa_blade_id;