xref: /openbmc/linux/arch/x86/include/asm/uv/uv_hub.h (revision 6edbd471)
1bb898558SAl Viro /*
2bb898558SAl Viro  * This file is subject to the terms and conditions of the GNU General Public
3bb898558SAl Viro  * License.  See the file "COPYING" in the main directory of this archive
4bb898558SAl Viro  * for more details.
5bb898558SAl Viro  *
6bb898558SAl Viro  * SGI UV architectural definitions
7bb898558SAl Viro  *
86edbd471SMike Travis  * Copyright (C) 2007-2013 Silicon Graphics, Inc. All rights reserved.
9bb898558SAl Viro  */
10bb898558SAl Viro 
1105e4d316SH. Peter Anvin #ifndef _ASM_X86_UV_UV_HUB_H
1205e4d316SH. Peter Anvin #define _ASM_X86_UV_UV_HUB_H
13bb898558SAl Viro 
14bc5d9940SJack Steiner #ifdef CONFIG_X86_64
15bb898558SAl Viro #include <linux/numa.h>
16bb898558SAl Viro #include <linux/percpu.h>
17c08b6accSMike Travis #include <linux/timer.h>
188dc579e8SJack Steiner #include <linux/io.h>
19bb898558SAl Viro #include <asm/types.h>
20bb898558SAl Viro #include <asm/percpu.h>
2166666e50SJack Steiner #include <asm/uv/uv_mmrs.h>
2202dd0a06SRobin Holt #include <asm/irq_vectors.h>
2302dd0a06SRobin Holt #include <asm/io_apic.h>
24bb898558SAl Viro 
25bb898558SAl Viro 
26bb898558SAl Viro /*
27bb898558SAl Viro  * Addressing Terminology
28bb898558SAl Viro  *
29bb898558SAl Viro  *	M       - The low M bits of a physical address represent the offset
30bb898558SAl Viro  *		  into the blade local memory. RAM memory on a blade is physically
31bb898558SAl Viro  *		  contiguous (although various IO spaces may punch holes in
32bb898558SAl Viro  *		  it)..
33bb898558SAl Viro  *
34bb898558SAl Viro  *	N	- Number of bits in the node portion of a socket physical
35bb898558SAl Viro  *		  address.
36bb898558SAl Viro  *
37bb898558SAl Viro  *	NASID   - network ID of a router, Mbrick or Cbrick. Nasid values of
38bb898558SAl Viro  *		  routers always have low bit of 1, C/MBricks have low bit
39bb898558SAl Viro  *		  equal to 0. Most addressing macros that target UV hub chips
40bb898558SAl Viro  *		  right shift the NASID by 1 to exclude the always-zero bit.
41bb898558SAl Viro  *		  NASIDs contain up to 15 bits.
42bb898558SAl Viro  *
43bb898558SAl Viro  *	GNODE   - NASID right shifted by 1 bit. Most mmrs contain gnodes instead
44bb898558SAl Viro  *		  of nasids.
45bb898558SAl Viro  *
46bb898558SAl Viro  *	PNODE   - the low N bits of the GNODE. The PNODE is the most useful variant
47bb898558SAl Viro  *		  of the nasid for socket usage.
48bb898558SAl Viro  *
496a469e46SJack Steiner  *	GPA	- (global physical address) a socket physical address converted
506a469e46SJack Steiner  *		  so that it can be used by the GRU as a global address. Socket
516a469e46SJack Steiner  *		  physical addresses 1) need additional NASID (node) bits added
526a469e46SJack Steiner  *		  to the high end of the address, and 2) unaliased if the
536a469e46SJack Steiner  *		  partition does not have a physical address 0. In addition, on
546a469e46SJack Steiner  *		  UV2 rev 1, GPAs need the gnode left shifted to bits 39 or 40.
556a469e46SJack Steiner  *
56bb898558SAl Viro  *
57bb898558SAl Viro  *  NumaLink Global Physical Address Format:
58bb898558SAl Viro  *  +--------------------------------+---------------------+
59bb898558SAl Viro  *  |00..000|      GNODE             |      NodeOffset     |
60bb898558SAl Viro  *  +--------------------------------+---------------------+
61bb898558SAl Viro  *          |<-------53 - M bits --->|<--------M bits ----->
62bb898558SAl Viro  *
63bb898558SAl Viro  *	M - number of node offset bits (35 .. 40)
64bb898558SAl Viro  *
65bb898558SAl Viro  *
66bb898558SAl Viro  *  Memory/UV-HUB Processor Socket Address Format:
67bb898558SAl Viro  *  +----------------+---------------+---------------------+
68bb898558SAl Viro  *  |00..000000000000|   PNODE       |      NodeOffset     |
69bb898558SAl Viro  *  +----------------+---------------+---------------------+
70bb898558SAl Viro  *                   <--- N bits --->|<--------M bits ----->
71bb898558SAl Viro  *
72bb898558SAl Viro  *	M - number of node offset bits (35 .. 40)
73bb898558SAl Viro  *	N - number of PNODE bits (0 .. 10)
74bb898558SAl Viro  *
75bb898558SAl Viro  *		Note: M + N cannot currently exceed 44 (x86_64) or 46 (IA64).
76bb898558SAl Viro  *		The actual values are configuration dependent and are set at
77bb898558SAl Viro  *		boot time. M & N values are set by the hardware/BIOS at boot.
78bb898558SAl Viro  *
79bb898558SAl Viro  *
80bb898558SAl Viro  * APICID format
81bb898558SAl Viro  *	NOTE!!!!!! This is the current format of the APICID. However, code
82bb898558SAl Viro  *	should assume that this will change in the future. Use functions
83bb898558SAl Viro  *	in this file for all APICID bit manipulations and conversion.
84bb898558SAl Viro  *
85bb898558SAl Viro  *		1111110000000000
86bb898558SAl Viro  *		5432109876543210
872a919596SJack Steiner  *		pppppppppplc0cch	Nehalem-EX (12 bits in hdw reg)
882a919596SJack Steiner  *		ppppppppplcc0cch	Westmere-EX (12 bits in hdw reg)
892a919596SJack Steiner  *		pppppppppppcccch	SandyBridge (15 bits in hdw reg)
90bb898558SAl Viro  *		sssssssssss
91bb898558SAl Viro  *
92bb898558SAl Viro  *			p  = pnode bits
93bb898558SAl Viro  *			l =  socket number on board
94bb898558SAl Viro  *			c  = core
95bb898558SAl Viro  *			h  = hyperthread
96bb898558SAl Viro  *			s  = bits that are in the SOCKET_ID CSR
97bb898558SAl Viro  *
982a919596SJack Steiner  *	Note: Processor may support fewer bits in the APICID register. The ACPI
99bb898558SAl Viro  *	      tables hold all 16 bits. Software needs to be aware of this.
100bb898558SAl Viro  *
101bb898558SAl Viro  *	      Unless otherwise specified, all references to APICID refer to
102bb898558SAl Viro  *	      the FULL value contained in ACPI tables, not the subset in the
103bb898558SAl Viro  *	      processor APICID register.
104bb898558SAl Viro  */
105bb898558SAl Viro 
106bb898558SAl Viro 
107bb898558SAl Viro /*
108bb898558SAl Viro  * Maximum number of bricks in all partitions and in all coherency domains.
109bb898558SAl Viro  * This is the total number of bricks accessible in the numalink fabric. It
110bb898558SAl Viro  * includes all C & M bricks. Routers are NOT included.
111bb898558SAl Viro  *
112bb898558SAl Viro  * This value is also the value of the maximum number of non-router NASIDs
113bb898558SAl Viro  * in the numalink fabric.
114bb898558SAl Viro  *
115bb898558SAl Viro  * NOTE: a brick may contain 1 or 2 OS nodes. Don't get these confused.
116bb898558SAl Viro  */
117bb898558SAl Viro #define UV_MAX_NUMALINK_BLADES	16384
118bb898558SAl Viro 
119bb898558SAl Viro /*
120bb898558SAl Viro  * Maximum number of C/Mbricks within a software SSI (hardware may support
121bb898558SAl Viro  * more).
122bb898558SAl Viro  */
123bb898558SAl Viro #define UV_MAX_SSI_BLADES	256
124bb898558SAl Viro 
125bb898558SAl Viro /*
126bb898558SAl Viro  * The largest possible NASID of a C or M brick (+ 2)
127bb898558SAl Viro  */
1281d21e6e3SRobin Holt #define UV_MAX_NASID_VALUE	(UV_MAX_NUMALINK_BLADES * 2)
129bb898558SAl Viro 
1307f1baa06SMike Travis struct uv_scir_s {
1317f1baa06SMike Travis 	struct timer_list timer;
1327f1baa06SMike Travis 	unsigned long	offset;
1337f1baa06SMike Travis 	unsigned long	last;
1347f1baa06SMike Travis 	unsigned long	idle_on;
1357f1baa06SMike Travis 	unsigned long	idle_off;
1367f1baa06SMike Travis 	unsigned char	state;
1377f1baa06SMike Travis 	unsigned char	enabled;
1387f1baa06SMike Travis };
1397f1baa06SMike Travis 
140bb898558SAl Viro /*
141bb898558SAl Viro  * The following defines attributes of the HUB chip. These attributes are
142bb898558SAl Viro  * frequently referenced and are kept in the per-cpu data areas of each cpu.
143bb898558SAl Viro  * They are kept together in a struct to minimize cache misses.
144bb898558SAl Viro  */
145bb898558SAl Viro struct uv_hub_info_s {
146bb898558SAl Viro 	unsigned long		global_mmr_base;
147bb898558SAl Viro 	unsigned long		gpa_mask;
148c4ed3f04SJack Steiner 	unsigned int		gnode_extra;
1492a919596SJack Steiner 	unsigned char		hub_revision;
1502a919596SJack Steiner 	unsigned char		apic_pnode_shift;
1516a469e46SJack Steiner 	unsigned char		m_shift;
1526a469e46SJack Steiner 	unsigned char		n_lshift;
153bb898558SAl Viro 	unsigned long		gnode_upper;
154bb898558SAl Viro 	unsigned long		lowmem_remap_top;
155bb898558SAl Viro 	unsigned long		lowmem_remap_base;
156bb898558SAl Viro 	unsigned short		pnode;
157bb898558SAl Viro 	unsigned short		pnode_mask;
158bb898558SAl Viro 	unsigned short		coherency_domain_number;
159bb898558SAl Viro 	unsigned short		numa_blade_id;
160bb898558SAl Viro 	unsigned char		blade_processor_id;
161bb898558SAl Viro 	unsigned char		m_val;
162bb898558SAl Viro 	unsigned char		n_val;
1637f1baa06SMike Travis 	struct uv_scir_s	scir;
164bb898558SAl Viro };
1657f1baa06SMike Travis 
166bb898558SAl Viro DECLARE_PER_CPU(struct uv_hub_info_s, __uv_hub_info);
167bb898558SAl Viro #define uv_hub_info		(&__get_cpu_var(__uv_hub_info))
168bb898558SAl Viro #define uv_cpu_hub_info(cpu)	(&per_cpu(__uv_hub_info, cpu))
169bb898558SAl Viro 
1702a919596SJack Steiner /*
1712a919596SJack Steiner  * Hub revisions less than UV2_HUB_REVISION_BASE are UV1 hubs. All UV2
1722a919596SJack Steiner  * hubs have revision numbers greater than or equal to UV2_HUB_REVISION_BASE.
1732a919596SJack Steiner  * This is a software convention - NOT the hardware revision numbers in
1742a919596SJack Steiner  * the hub chip.
1752a919596SJack Steiner  */
1762a919596SJack Steiner #define UV1_HUB_REVISION_BASE		1
1772a919596SJack Steiner #define UV2_HUB_REVISION_BASE		3
1786edbd471SMike Travis #define UV3_HUB_REVISION_BASE		5
1792a919596SJack Steiner 
1802a919596SJack Steiner static inline int is_uv1_hub(void)
1812a919596SJack Steiner {
1822a919596SJack Steiner 	return uv_hub_info->hub_revision < UV2_HUB_REVISION_BASE;
1832a919596SJack Steiner }
1842a919596SJack Steiner 
1852a919596SJack Steiner static inline int is_uv2_hub(void)
1862a919596SJack Steiner {
1876edbd471SMike Travis 	return ((uv_hub_info->hub_revision >= UV2_HUB_REVISION_BASE) &&
1886edbd471SMike Travis 		(uv_hub_info->hub_revision < UV3_HUB_REVISION_BASE));
1896edbd471SMike Travis }
1906edbd471SMike Travis 
1916edbd471SMike Travis static inline int is_uv3_hub(void)
1926edbd471SMike Travis {
1936edbd471SMike Travis 	return uv_hub_info->hub_revision >= UV3_HUB_REVISION_BASE;
1946edbd471SMike Travis }
1956edbd471SMike Travis 
1966edbd471SMike Travis static inline int is_uv_hub(void)
1976edbd471SMike Travis {
1986edbd471SMike Travis 	return uv_hub_info->hub_revision;
1996edbd471SMike Travis }
2006edbd471SMike Travis 
2016edbd471SMike Travis /* code common to uv2 and uv3 only */
2026edbd471SMike Travis static inline int is_uvx_hub(void)
2036edbd471SMike Travis {
2042a919596SJack Steiner 	return uv_hub_info->hub_revision >= UV2_HUB_REVISION_BASE;
2052a919596SJack Steiner }
2062a919596SJack Steiner 
2076a469e46SJack Steiner static inline int is_uv2_1_hub(void)
2086a469e46SJack Steiner {
2096a469e46SJack Steiner 	return uv_hub_info->hub_revision == UV2_HUB_REVISION_BASE;
2106a469e46SJack Steiner }
2116a469e46SJack Steiner 
2126a469e46SJack Steiner static inline int is_uv2_2_hub(void)
2136a469e46SJack Steiner {
2146a469e46SJack Steiner 	return uv_hub_info->hub_revision == UV2_HUB_REVISION_BASE + 1;
2156a469e46SJack Steiner }
2166a469e46SJack Steiner 
217c8f730b1SRuss Anderson union uvh_apicid {
218c8f730b1SRuss Anderson     unsigned long       v;
219c8f730b1SRuss Anderson     struct uvh_apicid_s {
220c8f730b1SRuss Anderson         unsigned long   local_apic_mask  : 24;
221c8f730b1SRuss Anderson         unsigned long   local_apic_shift :  5;
222c8f730b1SRuss Anderson         unsigned long   unused1          :  3;
223c8f730b1SRuss Anderson         unsigned long   pnode_mask       : 24;
224c8f730b1SRuss Anderson         unsigned long   pnode_shift      :  5;
225c8f730b1SRuss Anderson         unsigned long   unused2          :  3;
226c8f730b1SRuss Anderson     } s;
227c8f730b1SRuss Anderson };
228c8f730b1SRuss Anderson 
229bb898558SAl Viro /*
230bb898558SAl Viro  * Local & Global MMR space macros.
231bb898558SAl Viro  *	Note: macros are intended to be used ONLY by inline functions
232bb898558SAl Viro  *	in this file - not by other kernel code.
233bb898558SAl Viro  *		n -  NASID (full 15-bit global nasid)
234bb898558SAl Viro  *		g -  GNODE (full 15-bit global nasid, right shifted 1)
235bb898558SAl Viro  *		p -  PNODE (local part of nsids, right shifted 1)
236bb898558SAl Viro  */
237bb898558SAl Viro #define UV_NASID_TO_PNODE(n)		(((n) >> 1) & uv_hub_info->pnode_mask)
238c4ed3f04SJack Steiner #define UV_PNODE_TO_GNODE(p)		((p) |uv_hub_info->gnode_extra)
239c4ed3f04SJack Steiner #define UV_PNODE_TO_NASID(p)		(UV_PNODE_TO_GNODE(p) << 1)
240bb898558SAl Viro 
2412a919596SJack Steiner #define UV1_LOCAL_MMR_BASE		0xf4000000UL
2422a919596SJack Steiner #define UV1_GLOBAL_MMR32_BASE		0xf8000000UL
2432a919596SJack Steiner #define UV1_LOCAL_MMR_SIZE		(64UL * 1024 * 1024)
2442a919596SJack Steiner #define UV1_GLOBAL_MMR32_SIZE		(64UL * 1024 * 1024)
2452a919596SJack Steiner 
2462a919596SJack Steiner #define UV2_LOCAL_MMR_BASE		0xfa000000UL
2472a919596SJack Steiner #define UV2_GLOBAL_MMR32_BASE		0xfc000000UL
2482a919596SJack Steiner #define UV2_LOCAL_MMR_SIZE		(32UL * 1024 * 1024)
2492a919596SJack Steiner #define UV2_GLOBAL_MMR32_SIZE		(32UL * 1024 * 1024)
2502a919596SJack Steiner 
2516edbd471SMike Travis #define UV3_LOCAL_MMR_BASE		0xfa000000UL
2526edbd471SMike Travis #define UV3_GLOBAL_MMR32_BASE		0xfc000000UL
2536edbd471SMike Travis #define UV3_LOCAL_MMR_SIZE		(32UL * 1024 * 1024)
2546edbd471SMike Travis #define UV3_GLOBAL_MMR32_SIZE		(32UL * 1024 * 1024)
2556edbd471SMike Travis 
2566edbd471SMike Travis #define UV_LOCAL_MMR_BASE		(is_uv1_hub() ? UV1_LOCAL_MMR_BASE : \
2576edbd471SMike Travis 					(is_uv2_hub() ? UV2_LOCAL_MMR_BASE : \
2586edbd471SMike Travis 							UV3_LOCAL_MMR_BASE))
2596edbd471SMike Travis #define UV_GLOBAL_MMR32_BASE		(is_uv1_hub() ? UV1_GLOBAL_MMR32_BASE :\
2606edbd471SMike Travis 					(is_uv2_hub() ? UV2_GLOBAL_MMR32_BASE :\
2616edbd471SMike Travis 							UV3_GLOBAL_MMR32_BASE))
2622a919596SJack Steiner #define UV_LOCAL_MMR_SIZE		(is_uv1_hub() ? UV1_LOCAL_MMR_SIZE : \
2636edbd471SMike Travis 					(is_uv2_hub() ? UV2_LOCAL_MMR_SIZE : \
2646edbd471SMike Travis 							UV3_LOCAL_MMR_SIZE))
2652a919596SJack Steiner #define UV_GLOBAL_MMR32_SIZE		(is_uv1_hub() ? UV1_GLOBAL_MMR32_SIZE :\
2666edbd471SMike Travis 					(is_uv2_hub() ? UV2_GLOBAL_MMR32_SIZE :\
2676edbd471SMike Travis 							UV3_GLOBAL_MMR32_SIZE))
268bb898558SAl Viro #define UV_GLOBAL_MMR64_BASE		(uv_hub_info->global_mmr_base)
269bb898558SAl Viro 
27056abcf24SJack Steiner #define UV_GLOBAL_GRU_MMR_BASE		0x4000000
27156abcf24SJack Steiner 
272bb898558SAl Viro #define UV_GLOBAL_MMR32_PNODE_SHIFT	15
273bb898558SAl Viro #define UV_GLOBAL_MMR64_PNODE_SHIFT	26
274bb898558SAl Viro 
275bb898558SAl Viro #define UV_GLOBAL_MMR32_PNODE_BITS(p)	((p) << (UV_GLOBAL_MMR32_PNODE_SHIFT))
276bb898558SAl Viro 
277bb898558SAl Viro #define UV_GLOBAL_MMR64_PNODE_BITS(p)					\
27867e83f30SJack Steiner 	(((unsigned long)(p)) << UV_GLOBAL_MMR64_PNODE_SHIFT)
279bb898558SAl Viro 
280c8f730b1SRuss Anderson #define UVH_APICID		0x002D0E00L
281bb898558SAl Viro #define UV_APIC_PNODE_SHIFT	6
282bb898558SAl Viro 
2838191c9f6SDimitri Sivanich #define UV_APICID_HIBIT_MASK	0xffff0000
2848191c9f6SDimitri Sivanich 
2857f1baa06SMike Travis /* Local Bus from cpu's perspective */
2867f1baa06SMike Travis #define LOCAL_BUS_BASE		0x1c00000
2877f1baa06SMike Travis #define LOCAL_BUS_SIZE		(4 * 1024 * 1024)
2887f1baa06SMike Travis 
2897f1baa06SMike Travis /*
2907f1baa06SMike Travis  * System Controller Interface Reg
2917f1baa06SMike Travis  *
2927f1baa06SMike Travis  * Note there are NO leds on a UV system.  This register is only
2937f1baa06SMike Travis  * used by the system controller to monitor system-wide operation.
2947f1baa06SMike Travis  * There are 64 regs per node.  With Nahelem cpus (2 cores per node,
2957f1baa06SMike Travis  * 8 cpus per core, 2 threads per cpu) there are 32 cpu threads on
2967f1baa06SMike Travis  * a node.
2977f1baa06SMike Travis  *
2987f1baa06SMike Travis  * The window is located at top of ACPI MMR space
2997f1baa06SMike Travis  */
3007f1baa06SMike Travis #define SCIR_WINDOW_COUNT	64
3017f1baa06SMike Travis #define SCIR_LOCAL_MMR_BASE	(LOCAL_BUS_BASE + \
3027f1baa06SMike Travis 				 LOCAL_BUS_SIZE - \
3037f1baa06SMike Travis 				 SCIR_WINDOW_COUNT)
3047f1baa06SMike Travis 
3057f1baa06SMike Travis #define SCIR_CPU_HEARTBEAT	0x01	/* timer interrupt */
3067f1baa06SMike Travis #define SCIR_CPU_ACTIVITY	0x02	/* not idle */
3077f1baa06SMike Travis #define SCIR_CPU_HB_INTERVAL	(HZ)	/* once per second */
3087f1baa06SMike Travis 
3098661984fSDimitri Sivanich /* Loop through all installed blades */
3108661984fSDimitri Sivanich #define for_each_possible_blade(bid)		\
3118661984fSDimitri Sivanich 	for ((bid) = 0; (bid) < uv_num_possible_blades(); (bid)++)
3128661984fSDimitri Sivanich 
313bb898558SAl Viro /*
314bb898558SAl Viro  * Macros for converting between kernel virtual addresses, socket local physical
315bb898558SAl Viro  * addresses, and UV global physical addresses.
316bb898558SAl Viro  *	Note: use the standard __pa() & __va() macros for converting
317bb898558SAl Viro  *	      between socket virtual and socket physical addresses.
318bb898558SAl Viro  */
319bb898558SAl Viro 
320bb898558SAl Viro /* socket phys RAM --> UV global physical address */
321bb898558SAl Viro static inline unsigned long uv_soc_phys_ram_to_gpa(unsigned long paddr)
322bb898558SAl Viro {
323bb898558SAl Viro 	if (paddr < uv_hub_info->lowmem_remap_top)
324189f67c4SJack Steiner 		paddr |= uv_hub_info->lowmem_remap_base;
3256a469e46SJack Steiner 	paddr |= uv_hub_info->gnode_upper;
3266a469e46SJack Steiner 	paddr = ((paddr << uv_hub_info->m_shift) >> uv_hub_info->m_shift) |
3276a469e46SJack Steiner 		((paddr >> uv_hub_info->m_val) << uv_hub_info->n_lshift);
3286a469e46SJack Steiner 	return paddr;
329bb898558SAl Viro }
330bb898558SAl Viro 
331bb898558SAl Viro 
332bb898558SAl Viro /* socket virtual --> UV global physical address */
333bb898558SAl Viro static inline unsigned long uv_gpa(void *v)
334bb898558SAl Viro {
335189f67c4SJack Steiner 	return uv_soc_phys_ram_to_gpa(__pa(v));
336bb898558SAl Viro }
337bb898558SAl Viro 
338fae419f2SRobin Holt /* Top two bits indicate the requested address is in MMR space.  */
339fae419f2SRobin Holt static inline int
340fae419f2SRobin Holt uv_gpa_in_mmr_space(unsigned long gpa)
341fae419f2SRobin Holt {
342fae419f2SRobin Holt 	return (gpa >> 62) == 0x3UL;
343fae419f2SRobin Holt }
344fae419f2SRobin Holt 
345729d69e6SRobin Holt /* UV global physical address --> socket phys RAM */
346729d69e6SRobin Holt static inline unsigned long uv_gpa_to_soc_phys_ram(unsigned long gpa)
347729d69e6SRobin Holt {
3485a51467bSRuss Anderson 	unsigned long paddr;
349729d69e6SRobin Holt 	unsigned long remap_base = uv_hub_info->lowmem_remap_base;
350729d69e6SRobin Holt 	unsigned long remap_top =  uv_hub_info->lowmem_remap_top;
351729d69e6SRobin Holt 
3526a469e46SJack Steiner 	gpa = ((gpa << uv_hub_info->m_shift) >> uv_hub_info->m_shift) |
3536a469e46SJack Steiner 		((gpa >> uv_hub_info->n_lshift) << uv_hub_info->m_val);
3545a51467bSRuss Anderson 	paddr = gpa & uv_hub_info->gpa_mask;
355729d69e6SRobin Holt 	if (paddr >= remap_base && paddr < remap_base + remap_top)
356729d69e6SRobin Holt 		paddr -= remap_base;
357729d69e6SRobin Holt 	return paddr;
358729d69e6SRobin Holt }
359729d69e6SRobin Holt 
360729d69e6SRobin Holt 
3616a469e46SJack Steiner /* gpa -> pnode */
3621d21e6e3SRobin Holt static inline unsigned long uv_gpa_to_gnode(unsigned long gpa)
3631d21e6e3SRobin Holt {
3646a469e46SJack Steiner 	return gpa >> uv_hub_info->n_lshift;
3651d21e6e3SRobin Holt }
3661d21e6e3SRobin Holt 
3671d21e6e3SRobin Holt /* gpa -> pnode */
3681d21e6e3SRobin Holt static inline int uv_gpa_to_pnode(unsigned long gpa)
3691d21e6e3SRobin Holt {
3701d21e6e3SRobin Holt 	unsigned long n_mask = (1UL << uv_hub_info->n_val) - 1;
3711d21e6e3SRobin Holt 
3721d21e6e3SRobin Holt 	return uv_gpa_to_gnode(gpa) & n_mask;
3731d21e6e3SRobin Holt }
3741d21e6e3SRobin Holt 
3756a469e46SJack Steiner /* gpa -> node offset*/
3766a469e46SJack Steiner static inline unsigned long uv_gpa_to_offset(unsigned long gpa)
3776a469e46SJack Steiner {
3786a469e46SJack Steiner 	return (gpa << uv_hub_info->m_shift) >> uv_hub_info->m_shift;
3796a469e46SJack Steiner }
3806a469e46SJack Steiner 
381bb898558SAl Viro /* pnode, offset --> socket virtual */
382bb898558SAl Viro static inline void *uv_pnode_offset_to_vaddr(int pnode, unsigned long offset)
383bb898558SAl Viro {
384bb898558SAl Viro 	return __va(((unsigned long)pnode << uv_hub_info->m_val) | offset);
385bb898558SAl Viro }
386bb898558SAl Viro 
387bb898558SAl Viro 
388bb898558SAl Viro /*
389bb898558SAl Viro  * Extract a PNODE from an APICID (full apicid, not processor subset)
390bb898558SAl Viro  */
391bb898558SAl Viro static inline int uv_apicid_to_pnode(int apicid)
392bb898558SAl Viro {
393c8f730b1SRuss Anderson 	return (apicid >> uv_hub_info->apic_pnode_shift);
394bb898558SAl Viro }
395bb898558SAl Viro 
396bb898558SAl Viro /*
3972a919596SJack Steiner  * Convert an apicid to the socket number on the blade
3982a919596SJack Steiner  */
3992a919596SJack Steiner static inline int uv_apicid_to_socket(int apicid)
4002a919596SJack Steiner {
4012a919596SJack Steiner 	if (is_uv1_hub())
4022a919596SJack Steiner 		return (apicid >> (uv_hub_info->apic_pnode_shift - 1)) & 1;
4032a919596SJack Steiner 	else
4042a919596SJack Steiner 		return 0;
4052a919596SJack Steiner }
4062a919596SJack Steiner 
4072a919596SJack Steiner /*
408bb898558SAl Viro  * Access global MMRs using the low memory MMR32 space. This region supports
409bb898558SAl Viro  * faster MMR access but not all MMRs are accessible in this space.
410bb898558SAl Viro  */
41139d30770SMike Travis static inline unsigned long *uv_global_mmr32_address(int pnode, unsigned long offset)
412bb898558SAl Viro {
413bb898558SAl Viro 	return __va(UV_GLOBAL_MMR32_BASE |
414bb898558SAl Viro 		       UV_GLOBAL_MMR32_PNODE_BITS(pnode) | offset);
415bb898558SAl Viro }
416bb898558SAl Viro 
41739d30770SMike Travis static inline void uv_write_global_mmr32(int pnode, unsigned long offset, unsigned long val)
418bb898558SAl Viro {
4198dc579e8SJack Steiner 	writeq(val, uv_global_mmr32_address(pnode, offset));
420bb898558SAl Viro }
421bb898558SAl Viro 
42239d30770SMike Travis static inline unsigned long uv_read_global_mmr32(int pnode, unsigned long offset)
423bb898558SAl Viro {
4248dc579e8SJack Steiner 	return readq(uv_global_mmr32_address(pnode, offset));
425bb898558SAl Viro }
426bb898558SAl Viro 
427bb898558SAl Viro /*
428bb898558SAl Viro  * Access Global MMR space using the MMR space located at the top of physical
429bb898558SAl Viro  * memory.
430bb898558SAl Viro  */
431a289cc7cSRandy Dunlap static inline volatile void __iomem *uv_global_mmr64_address(int pnode, unsigned long offset)
432bb898558SAl Viro {
433bb898558SAl Viro 	return __va(UV_GLOBAL_MMR64_BASE |
434bb898558SAl Viro 		    UV_GLOBAL_MMR64_PNODE_BITS(pnode) | offset);
435bb898558SAl Viro }
436bb898558SAl Viro 
43739d30770SMike Travis static inline void uv_write_global_mmr64(int pnode, unsigned long offset, unsigned long val)
438bb898558SAl Viro {
4398dc579e8SJack Steiner 	writeq(val, uv_global_mmr64_address(pnode, offset));
440bb898558SAl Viro }
441bb898558SAl Viro 
44239d30770SMike Travis static inline unsigned long uv_read_global_mmr64(int pnode, unsigned long offset)
443bb898558SAl Viro {
4448dc579e8SJack Steiner 	return readq(uv_global_mmr64_address(pnode, offset));
445bb898558SAl Viro }
446bb898558SAl Viro 
447bb898558SAl Viro /*
44856abcf24SJack Steiner  * Global MMR space addresses when referenced by the GRU. (GRU does
44956abcf24SJack Steiner  * NOT use socket addressing).
45056abcf24SJack Steiner  */
45156abcf24SJack Steiner static inline unsigned long uv_global_gru_mmr_address(int pnode, unsigned long offset)
45256abcf24SJack Steiner {
453e1e0138dSJack Steiner 	return UV_GLOBAL_GRU_MMR_BASE | offset |
454e1e0138dSJack Steiner 		((unsigned long)pnode << uv_hub_info->m_val);
45556abcf24SJack Steiner }
45656abcf24SJack Steiner 
45739d30770SMike Travis static inline void uv_write_global_mmr8(int pnode, unsigned long offset, unsigned char val)
45839d30770SMike Travis {
45939d30770SMike Travis 	writeb(val, uv_global_mmr64_address(pnode, offset));
46039d30770SMike Travis }
46139d30770SMike Travis 
46239d30770SMike Travis static inline unsigned char uv_read_global_mmr8(int pnode, unsigned long offset)
46339d30770SMike Travis {
46439d30770SMike Travis 	return readb(uv_global_mmr64_address(pnode, offset));
46539d30770SMike Travis }
46639d30770SMike Travis 
46756abcf24SJack Steiner /*
468bb898558SAl Viro  * Access hub local MMRs. Faster than using global space but only local MMRs
469bb898558SAl Viro  * are accessible.
470bb898558SAl Viro  */
471bb898558SAl Viro static inline unsigned long *uv_local_mmr_address(unsigned long offset)
472bb898558SAl Viro {
473bb898558SAl Viro 	return __va(UV_LOCAL_MMR_BASE | offset);
474bb898558SAl Viro }
475bb898558SAl Viro 
476bb898558SAl Viro static inline unsigned long uv_read_local_mmr(unsigned long offset)
477bb898558SAl Viro {
4788dc579e8SJack Steiner 	return readq(uv_local_mmr_address(offset));
479bb898558SAl Viro }
480bb898558SAl Viro 
481bb898558SAl Viro static inline void uv_write_local_mmr(unsigned long offset, unsigned long val)
482bb898558SAl Viro {
4838dc579e8SJack Steiner 	writeq(val, uv_local_mmr_address(offset));
484bb898558SAl Viro }
485bb898558SAl Viro 
4867f1baa06SMike Travis static inline unsigned char uv_read_local_mmr8(unsigned long offset)
4877f1baa06SMike Travis {
4888dc579e8SJack Steiner 	return readb(uv_local_mmr_address(offset));
4897f1baa06SMike Travis }
4907f1baa06SMike Travis 
4917f1baa06SMike Travis static inline void uv_write_local_mmr8(unsigned long offset, unsigned char val)
4927f1baa06SMike Travis {
4938dc579e8SJack Steiner 	writeb(val, uv_local_mmr_address(offset));
4947f1baa06SMike Travis }
4957f1baa06SMike Travis 
496bb898558SAl Viro /*
497bb898558SAl Viro  * Structures and definitions for converting between cpu, node, pnode, and blade
498bb898558SAl Viro  * numbers.
499bb898558SAl Viro  */
500bb898558SAl Viro struct uv_blade_info {
501bb898558SAl Viro 	unsigned short	nr_possible_cpus;
502bb898558SAl Viro 	unsigned short	nr_online_cpus;
503bb898558SAl Viro 	unsigned short	pnode;
5046c7184b7SJack Steiner 	short		memory_nid;
5051d44e828SJack Steiner 	spinlock_t	nmi_lock;
5061d44e828SJack Steiner 	unsigned long	nmi_count;
507bb898558SAl Viro };
508bb898558SAl Viro extern struct uv_blade_info *uv_blade_info;
509bb898558SAl Viro extern short *uv_node_to_blade;
510bb898558SAl Viro extern short *uv_cpu_to_blade;
511bb898558SAl Viro extern short uv_possible_blades;
512bb898558SAl Viro 
513bb898558SAl Viro /* Blade-local cpu number of current cpu. Numbered 0 .. <# cpus on the blade> */
514bb898558SAl Viro static inline int uv_blade_processor_id(void)
515bb898558SAl Viro {
516bb898558SAl Viro 	return uv_hub_info->blade_processor_id;
517bb898558SAl Viro }
518bb898558SAl Viro 
519bb898558SAl Viro /* Blade number of current cpu. Numnbered 0 .. <#blades -1> */
520bb898558SAl Viro static inline int uv_numa_blade_id(void)
521bb898558SAl Viro {
522bb898558SAl Viro 	return uv_hub_info->numa_blade_id;
523bb898558SAl Viro }
524bb898558SAl Viro 
525bb898558SAl Viro /* Convert a cpu number to the the UV blade number */
526bb898558SAl Viro static inline int uv_cpu_to_blade_id(int cpu)
527bb898558SAl Viro {
528bb898558SAl Viro 	return uv_cpu_to_blade[cpu];
529bb898558SAl Viro }
530bb898558SAl Viro 
531bb898558SAl Viro /* Convert linux node number to the UV blade number */
532bb898558SAl Viro static inline int uv_node_to_blade_id(int nid)
533bb898558SAl Viro {
534bb898558SAl Viro 	return uv_node_to_blade[nid];
535bb898558SAl Viro }
536bb898558SAl Viro 
537bb898558SAl Viro /* Convert a blade id to the PNODE of the blade */
538bb898558SAl Viro static inline int uv_blade_to_pnode(int bid)
539bb898558SAl Viro {
540bb898558SAl Viro 	return uv_blade_info[bid].pnode;
541bb898558SAl Viro }
542bb898558SAl Viro 
5436c7184b7SJack Steiner /* Nid of memory node on blade. -1 if no blade-local memory */
5446c7184b7SJack Steiner static inline int uv_blade_to_memory_nid(int bid)
5456c7184b7SJack Steiner {
5466c7184b7SJack Steiner 	return uv_blade_info[bid].memory_nid;
5476c7184b7SJack Steiner }
5486c7184b7SJack Steiner 
549bb898558SAl Viro /* Determine the number of possible cpus on a blade */
550bb898558SAl Viro static inline int uv_blade_nr_possible_cpus(int bid)
551bb898558SAl Viro {
552bb898558SAl Viro 	return uv_blade_info[bid].nr_possible_cpus;
553bb898558SAl Viro }
554bb898558SAl Viro 
555bb898558SAl Viro /* Determine the number of online cpus on a blade */
556bb898558SAl Viro static inline int uv_blade_nr_online_cpus(int bid)
557bb898558SAl Viro {
558bb898558SAl Viro 	return uv_blade_info[bid].nr_online_cpus;
559bb898558SAl Viro }
560bb898558SAl Viro 
561bb898558SAl Viro /* Convert a cpu id to the PNODE of the blade containing the cpu */
562bb898558SAl Viro static inline int uv_cpu_to_pnode(int cpu)
563bb898558SAl Viro {
564bb898558SAl Viro 	return uv_blade_info[uv_cpu_to_blade_id(cpu)].pnode;
565bb898558SAl Viro }
566bb898558SAl Viro 
567bb898558SAl Viro /* Convert a linux node number to the PNODE of the blade */
568bb898558SAl Viro static inline int uv_node_to_pnode(int nid)
569bb898558SAl Viro {
570bb898558SAl Viro 	return uv_blade_info[uv_node_to_blade_id(nid)].pnode;
571bb898558SAl Viro }
572bb898558SAl Viro 
573bb898558SAl Viro /* Maximum possible number of blades */
574bb898558SAl Viro static inline int uv_num_possible_blades(void)
575bb898558SAl Viro {
576bb898558SAl Viro 	return uv_possible_blades;
577bb898558SAl Viro }
578bb898558SAl Viro 
5797f1baa06SMike Travis /* Update SCIR state */
5807f1baa06SMike Travis static inline void uv_set_scir_bits(unsigned char value)
5817f1baa06SMike Travis {
5827f1baa06SMike Travis 	if (uv_hub_info->scir.state != value) {
5837f1baa06SMike Travis 		uv_hub_info->scir.state = value;
5847f1baa06SMike Travis 		uv_write_local_mmr8(uv_hub_info->scir.offset, value);
5857f1baa06SMike Travis 	}
5867f1baa06SMike Travis }
58766666e50SJack Steiner 
58839d30770SMike Travis static inline unsigned long uv_scir_offset(int apicid)
58939d30770SMike Travis {
59039d30770SMike Travis 	return SCIR_LOCAL_MMR_BASE | (apicid & 0x3f);
59139d30770SMike Travis }
59239d30770SMike Travis 
5937f1baa06SMike Travis static inline void uv_set_cpu_scir_bits(int cpu, unsigned char value)
5947f1baa06SMike Travis {
5957f1baa06SMike Travis 	if (uv_cpu_hub_info(cpu)->scir.state != value) {
59639d30770SMike Travis 		uv_write_global_mmr8(uv_cpu_to_pnode(cpu),
59739d30770SMike Travis 				uv_cpu_hub_info(cpu)->scir.offset, value);
5987f1baa06SMike Travis 		uv_cpu_hub_info(cpu)->scir.state = value;
5997f1baa06SMike Travis 	}
6007f1baa06SMike Travis }
601bb898558SAl Viro 
6028191c9f6SDimitri Sivanich extern unsigned int uv_apicid_hibits;
60356abcf24SJack Steiner static unsigned long uv_hub_ipi_value(int apicid, int vector, int mode)
60456abcf24SJack Steiner {
6058191c9f6SDimitri Sivanich 	apicid |= uv_apicid_hibits;
60656abcf24SJack Steiner 	return (1UL << UVH_IPI_INT_SEND_SHFT) |
60756abcf24SJack Steiner 			((apicid) << UVH_IPI_INT_APIC_ID_SHFT) |
60856abcf24SJack Steiner 			(mode << UVH_IPI_INT_DELIVERY_MODE_SHFT) |
60956abcf24SJack Steiner 			(vector << UVH_IPI_INT_VECTOR_SHFT);
61056abcf24SJack Steiner }
61156abcf24SJack Steiner 
61266666e50SJack Steiner static inline void uv_hub_send_ipi(int pnode, int apicid, int vector)
61366666e50SJack Steiner {
61466666e50SJack Steiner 	unsigned long val;
61502dd0a06SRobin Holt 	unsigned long dmode = dest_Fixed;
61602dd0a06SRobin Holt 
61702dd0a06SRobin Holt 	if (vector == NMI_VECTOR)
61802dd0a06SRobin Holt 		dmode = dest_NMI;
61966666e50SJack Steiner 
62056abcf24SJack Steiner 	val = uv_hub_ipi_value(apicid, vector, dmode);
62166666e50SJack Steiner 	uv_write_global_mmr64(pnode, UVH_IPI_INT, val);
62266666e50SJack Steiner }
62366666e50SJack Steiner 
6247a1110e8SJack Steiner /*
6257a1110e8SJack Steiner  * Get the minimum revision number of the hub chips within the partition.
6262a919596SJack Steiner  *     1 - UV1 rev 1.0 initial silicon
6272a919596SJack Steiner  *     2 - UV1 rev 2.0 production silicon
6282a919596SJack Steiner  *     3 - UV2 rev 1.0 initial silicon
6296edbd471SMike Travis  *     5 - UV3 rev 1.0 initial silicon
6307a1110e8SJack Steiner  */
6317a1110e8SJack Steiner static inline int uv_get_min_hub_revision_id(void)
6327a1110e8SJack Steiner {
6332a919596SJack Steiner 	return uv_hub_info->hub_revision;
6347a1110e8SJack Steiner }
6357a1110e8SJack Steiner 
636bc5d9940SJack Steiner #endif /* CONFIG_X86_64 */
6377f1baa06SMike Travis #endif /* _ASM_X86_UV_UV_HUB_H */
638