gconfig: remove dbg_print_ptype() and dbg_print_stype()
[linux-2.6/libata-dev.git] / drivers / misc / sgi-xp / xpc_partition.c
blob9a6268c89fddc0c49f65001941e13d045a5063a5
1 /*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
6 * Copyright (c) 2004-2008 Silicon Graphics, Inc. All Rights Reserved.
7 */
9 /*
10 * Cross Partition Communication (XPC) partition support.
12 * This is the part of XPC that detects the presence/absence of
13 * other partitions. It provides a heartbeat and monitors the
14 * heartbeats of other partitions.
18 #include <linux/device.h>
19 #include <linux/hardirq.h>
20 #include "xpc.h"
21 #include <asm/uv/uv_hub.h>
23 /* XPC is exiting flag */
24 int xpc_exiting;
26 /* this partition's reserved page pointers */
27 struct xpc_rsvd_page *xpc_rsvd_page;
28 static unsigned long *xpc_part_nasids;
29 unsigned long *xpc_mach_nasids;
31 static int xpc_nasid_mask_nbytes; /* #of bytes in nasid mask */
32 int xpc_nasid_mask_nlongs; /* #of longs in nasid mask */
34 struct xpc_partition *xpc_partitions;
37 * Guarantee that the kmalloc'd memory is cacheline aligned.
39 void *
40 xpc_kmalloc_cacheline_aligned(size_t size, gfp_t flags, void **base)
42 /* see if kmalloc will give us cachline aligned memory by default */
43 *base = kmalloc(size, flags);
44 if (*base == NULL)
45 return NULL;
47 if ((u64)*base == L1_CACHE_ALIGN((u64)*base))
48 return *base;
50 kfree(*base);
52 /* nope, we'll have to do it ourselves */
53 *base = kmalloc(size + L1_CACHE_BYTES, flags);
54 if (*base == NULL)
55 return NULL;
57 return (void *)L1_CACHE_ALIGN((u64)*base);
61 * Given a nasid, get the physical address of the partition's reserved page
62 * for that nasid. This function returns 0 on any error.
64 static unsigned long
65 xpc_get_rsvd_page_pa(int nasid)
67 enum xp_retval ret;
68 u64 cookie = 0;
69 unsigned long rp_pa = nasid; /* seed with nasid */
70 size_t len = 0;
71 size_t buf_len = 0;
72 void *buf = buf;
73 void *buf_base = NULL;
74 enum xp_retval (*get_partition_rsvd_page_pa)
75 (void *, u64 *, unsigned long *, size_t *) =
76 xpc_arch_ops.get_partition_rsvd_page_pa;
78 while (1) {
80 /* !!! rp_pa will need to be _gpa on UV.
81 * ??? So do we save it into the architecture specific parts
82 * ??? of the xpc_partition structure? Do we rename this
83 * ??? function or have two versions? Rename rp_pa for UV to
84 * ??? rp_gpa?
86 ret = get_partition_rsvd_page_pa(buf, &cookie, &rp_pa, &len);
88 dev_dbg(xpc_part, "SAL returned with ret=%d, cookie=0x%016lx, "
89 "address=0x%016lx, len=0x%016lx\n", ret,
90 (unsigned long)cookie, rp_pa, len);
92 if (ret != xpNeedMoreInfo)
93 break;
95 /* !!! L1_CACHE_ALIGN() is only a sn2-bte_copy requirement */
96 if (is_shub())
97 len = L1_CACHE_ALIGN(len);
99 if (len > buf_len) {
100 if (buf_base != NULL)
101 kfree(buf_base);
102 buf_len = L1_CACHE_ALIGN(len);
103 buf = xpc_kmalloc_cacheline_aligned(buf_len, GFP_KERNEL,
104 &buf_base);
105 if (buf_base == NULL) {
106 dev_err(xpc_part, "unable to kmalloc "
107 "len=0x%016lx\n", buf_len);
108 ret = xpNoMemory;
109 break;
113 ret = xp_remote_memcpy(xp_pa(buf), rp_pa, len);
114 if (ret != xpSuccess) {
115 dev_dbg(xpc_part, "xp_remote_memcpy failed %d\n", ret);
116 break;
120 kfree(buf_base);
122 if (ret != xpSuccess)
123 rp_pa = 0;
125 dev_dbg(xpc_part, "reserved page at phys address 0x%016lx\n", rp_pa);
126 return rp_pa;
130 * Fill the partition reserved page with the information needed by
131 * other partitions to discover we are alive and establish initial
132 * communications.
135 xpc_setup_rsvd_page(void)
137 int ret;
138 struct xpc_rsvd_page *rp;
139 unsigned long rp_pa;
140 unsigned long new_ts_jiffies;
142 /* get the local reserved page's address */
144 preempt_disable();
145 rp_pa = xpc_get_rsvd_page_pa(xp_cpu_to_nasid(smp_processor_id()));
146 preempt_enable();
147 if (rp_pa == 0) {
148 dev_err(xpc_part, "SAL failed to locate the reserved page\n");
149 return -ESRCH;
151 rp = (struct xpc_rsvd_page *)__va(xp_socket_pa(rp_pa));
153 if (rp->SAL_version < 3) {
154 /* SAL_versions < 3 had a SAL_partid defined as a u8 */
155 rp->SAL_partid &= 0xff;
157 BUG_ON(rp->SAL_partid != xp_partition_id);
159 if (rp->SAL_partid < 0 || rp->SAL_partid >= xp_max_npartitions) {
160 dev_err(xpc_part, "the reserved page's partid of %d is outside "
161 "supported range (< 0 || >= %d)\n", rp->SAL_partid,
162 xp_max_npartitions);
163 return -EINVAL;
166 rp->version = XPC_RP_VERSION;
167 rp->max_npartitions = xp_max_npartitions;
169 /* establish the actual sizes of the nasid masks */
170 if (rp->SAL_version == 1) {
171 /* SAL_version 1 didn't set the nasids_size field */
172 rp->SAL_nasids_size = 128;
174 xpc_nasid_mask_nbytes = rp->SAL_nasids_size;
175 xpc_nasid_mask_nlongs = BITS_TO_LONGS(rp->SAL_nasids_size *
176 BITS_PER_BYTE);
178 /* setup the pointers to the various items in the reserved page */
179 xpc_part_nasids = XPC_RP_PART_NASIDS(rp);
180 xpc_mach_nasids = XPC_RP_MACH_NASIDS(rp);
182 ret = xpc_arch_ops.setup_rsvd_page(rp);
183 if (ret != 0)
184 return ret;
187 * Set timestamp of when reserved page was setup by XPC.
188 * This signifies to the remote partition that our reserved
189 * page is initialized.
191 new_ts_jiffies = jiffies;
192 if (new_ts_jiffies == 0 || new_ts_jiffies == rp->ts_jiffies)
193 new_ts_jiffies++;
194 rp->ts_jiffies = new_ts_jiffies;
196 xpc_rsvd_page = rp;
197 return 0;
200 void
201 xpc_teardown_rsvd_page(void)
203 /* a zero timestamp indicates our rsvd page is not initialized */
204 xpc_rsvd_page->ts_jiffies = 0;
208 * Get a copy of a portion of the remote partition's rsvd page.
210 * remote_rp points to a buffer that is cacheline aligned for BTE copies and
211 * is large enough to contain a copy of their reserved page header and
212 * part_nasids mask.
214 enum xp_retval
215 xpc_get_remote_rp(int nasid, unsigned long *discovered_nasids,
216 struct xpc_rsvd_page *remote_rp, unsigned long *remote_rp_pa)
218 int l;
219 enum xp_retval ret;
221 /* get the reserved page's physical address */
223 *remote_rp_pa = xpc_get_rsvd_page_pa(nasid);
224 if (*remote_rp_pa == 0)
225 return xpNoRsvdPageAddr;
227 /* pull over the reserved page header and part_nasids mask */
228 ret = xp_remote_memcpy(xp_pa(remote_rp), *remote_rp_pa,
229 XPC_RP_HEADER_SIZE + xpc_nasid_mask_nbytes);
230 if (ret != xpSuccess)
231 return ret;
233 if (discovered_nasids != NULL) {
234 unsigned long *remote_part_nasids =
235 XPC_RP_PART_NASIDS(remote_rp);
237 for (l = 0; l < xpc_nasid_mask_nlongs; l++)
238 discovered_nasids[l] |= remote_part_nasids[l];
241 /* zero timestamp indicates the reserved page has not been setup */
242 if (remote_rp->ts_jiffies == 0)
243 return xpRsvdPageNotSet;
245 if (XPC_VERSION_MAJOR(remote_rp->version) !=
246 XPC_VERSION_MAJOR(XPC_RP_VERSION)) {
247 return xpBadVersion;
250 /* check that both remote and local partids are valid for each side */
251 if (remote_rp->SAL_partid < 0 ||
252 remote_rp->SAL_partid >= xp_max_npartitions ||
253 remote_rp->max_npartitions <= xp_partition_id) {
254 return xpInvalidPartid;
257 if (remote_rp->SAL_partid == xp_partition_id)
258 return xpLocalPartid;
260 return xpSuccess;
264 * See if the other side has responded to a partition deactivate request
265 * from us. Though we requested the remote partition to deactivate with regard
266 * to us, we really only need to wait for the other side to disengage from us.
269 xpc_partition_disengaged(struct xpc_partition *part)
271 short partid = XPC_PARTID(part);
272 int disengaged;
274 disengaged = !xpc_arch_ops.partition_engaged(partid);
275 if (part->disengage_timeout) {
276 if (!disengaged) {
277 if (time_is_after_jiffies(part->disengage_timeout)) {
278 /* timelimit hasn't been reached yet */
279 return 0;
283 * Other side hasn't responded to our deactivate
284 * request in a timely fashion, so assume it's dead.
287 dev_info(xpc_part, "deactivate request to remote "
288 "partition %d timed out\n", partid);
289 xpc_disengage_timedout = 1;
290 xpc_arch_ops.assume_partition_disengaged(partid);
291 disengaged = 1;
293 part->disengage_timeout = 0;
295 /* cancel the timer function, provided it's not us */
296 if (!in_interrupt())
297 del_singleshot_timer_sync(&part->disengage_timer);
299 DBUG_ON(part->act_state != XPC_P_AS_DEACTIVATING &&
300 part->act_state != XPC_P_AS_INACTIVE);
301 if (part->act_state != XPC_P_AS_INACTIVE)
302 xpc_wakeup_channel_mgr(part);
304 xpc_arch_ops.cancel_partition_deactivation_request(part);
306 return disengaged;
310 * Mark specified partition as active.
312 enum xp_retval
313 xpc_mark_partition_active(struct xpc_partition *part)
315 unsigned long irq_flags;
316 enum xp_retval ret;
318 dev_dbg(xpc_part, "setting partition %d to ACTIVE\n", XPC_PARTID(part));
320 spin_lock_irqsave(&part->act_lock, irq_flags);
321 if (part->act_state == XPC_P_AS_ACTIVATING) {
322 part->act_state = XPC_P_AS_ACTIVE;
323 ret = xpSuccess;
324 } else {
325 DBUG_ON(part->reason == xpSuccess);
326 ret = part->reason;
328 spin_unlock_irqrestore(&part->act_lock, irq_flags);
330 return ret;
334 * Start the process of deactivating the specified partition.
336 void
337 xpc_deactivate_partition(const int line, struct xpc_partition *part,
338 enum xp_retval reason)
340 unsigned long irq_flags;
342 spin_lock_irqsave(&part->act_lock, irq_flags);
344 if (part->act_state == XPC_P_AS_INACTIVE) {
345 XPC_SET_REASON(part, reason, line);
346 spin_unlock_irqrestore(&part->act_lock, irq_flags);
347 if (reason == xpReactivating) {
348 /* we interrupt ourselves to reactivate partition */
349 xpc_arch_ops.request_partition_reactivation(part);
351 return;
353 if (part->act_state == XPC_P_AS_DEACTIVATING) {
354 if ((part->reason == xpUnloading && reason != xpUnloading) ||
355 reason == xpReactivating) {
356 XPC_SET_REASON(part, reason, line);
358 spin_unlock_irqrestore(&part->act_lock, irq_flags);
359 return;
362 part->act_state = XPC_P_AS_DEACTIVATING;
363 XPC_SET_REASON(part, reason, line);
365 spin_unlock_irqrestore(&part->act_lock, irq_flags);
367 /* ask remote partition to deactivate with regard to us */
368 xpc_arch_ops.request_partition_deactivation(part);
370 /* set a timelimit on the disengage phase of the deactivation request */
371 part->disengage_timeout = jiffies + (xpc_disengage_timelimit * HZ);
372 part->disengage_timer.expires = part->disengage_timeout;
373 add_timer(&part->disengage_timer);
375 dev_dbg(xpc_part, "bringing partition %d down, reason = %d\n",
376 XPC_PARTID(part), reason);
378 xpc_partition_going_down(part, reason);
382 * Mark specified partition as inactive.
384 void
385 xpc_mark_partition_inactive(struct xpc_partition *part)
387 unsigned long irq_flags;
389 dev_dbg(xpc_part, "setting partition %d to INACTIVE\n",
390 XPC_PARTID(part));
392 spin_lock_irqsave(&part->act_lock, irq_flags);
393 part->act_state = XPC_P_AS_INACTIVE;
394 spin_unlock_irqrestore(&part->act_lock, irq_flags);
395 part->remote_rp_pa = 0;
399 * SAL has provided a partition and machine mask. The partition mask
400 * contains a bit for each even nasid in our partition. The machine
401 * mask contains a bit for each even nasid in the entire machine.
403 * Using those two bit arrays, we can determine which nasids are
404 * known in the machine. Each should also have a reserved page
405 * initialized if they are available for partitioning.
407 void
408 xpc_discovery(void)
410 void *remote_rp_base;
411 struct xpc_rsvd_page *remote_rp;
412 unsigned long remote_rp_pa;
413 int region;
414 int region_size;
415 int max_regions;
416 int nasid;
417 struct xpc_rsvd_page *rp;
418 unsigned long *discovered_nasids;
419 enum xp_retval ret;
421 remote_rp = xpc_kmalloc_cacheline_aligned(XPC_RP_HEADER_SIZE +
422 xpc_nasid_mask_nbytes,
423 GFP_KERNEL, &remote_rp_base);
424 if (remote_rp == NULL)
425 return;
427 discovered_nasids = kzalloc(sizeof(long) * xpc_nasid_mask_nlongs,
428 GFP_KERNEL);
429 if (discovered_nasids == NULL) {
430 kfree(remote_rp_base);
431 return;
434 rp = (struct xpc_rsvd_page *)xpc_rsvd_page;
437 * The term 'region' in this context refers to the minimum number of
438 * nodes that can comprise an access protection grouping. The access
439 * protection is in regards to memory, IOI and IPI.
441 max_regions = 64;
442 region_size = xp_region_size;
444 switch (region_size) {
445 case 128:
446 max_regions *= 2;
447 case 64:
448 max_regions *= 2;
449 case 32:
450 max_regions *= 2;
451 region_size = 16;
452 DBUG_ON(!is_shub2());
455 for (region = 0; region < max_regions; region++) {
457 if (xpc_exiting)
458 break;
460 dev_dbg(xpc_part, "searching region %d\n", region);
462 for (nasid = (region * region_size * 2);
463 nasid < ((region + 1) * region_size * 2); nasid += 2) {
465 if (xpc_exiting)
466 break;
468 dev_dbg(xpc_part, "checking nasid %d\n", nasid);
470 if (test_bit(nasid / 2, xpc_part_nasids)) {
471 dev_dbg(xpc_part, "PROM indicates Nasid %d is "
472 "part of the local partition; skipping "
473 "region\n", nasid);
474 break;
477 if (!(test_bit(nasid / 2, xpc_mach_nasids))) {
478 dev_dbg(xpc_part, "PROM indicates Nasid %d was "
479 "not on Numa-Link network at reset\n",
480 nasid);
481 continue;
484 if (test_bit(nasid / 2, discovered_nasids)) {
485 dev_dbg(xpc_part, "Nasid %d is part of a "
486 "partition which was previously "
487 "discovered\n", nasid);
488 continue;
491 /* pull over the rsvd page header & part_nasids mask */
493 ret = xpc_get_remote_rp(nasid, discovered_nasids,
494 remote_rp, &remote_rp_pa);
495 if (ret != xpSuccess) {
496 dev_dbg(xpc_part, "unable to get reserved page "
497 "from nasid %d, reason=%d\n", nasid,
498 ret);
500 if (ret == xpLocalPartid)
501 break;
503 continue;
506 xpc_arch_ops.request_partition_activation(remote_rp,
507 remote_rp_pa, nasid);
511 kfree(discovered_nasids);
512 kfree(remote_rp_base);
516 * Given a partid, get the nasids owned by that partition from the
517 * remote partition's reserved page.
519 enum xp_retval
520 xpc_initiate_partid_to_nasids(short partid, void *nasid_mask)
522 struct xpc_partition *part;
523 unsigned long part_nasid_pa;
525 part = &xpc_partitions[partid];
526 if (part->remote_rp_pa == 0)
527 return xpPartitionDown;
529 memset(nasid_mask, 0, xpc_nasid_mask_nbytes);
531 part_nasid_pa = (unsigned long)XPC_RP_PART_NASIDS(part->remote_rp_pa);
533 return xp_remote_memcpy(xp_pa(nasid_mask), part_nasid_pa,
534 xpc_nasid_mask_nbytes);