blob: 570b1b14375b1c1482a7467def3e3bbda0a679f3 [file] [log] [blame]
Cliff Wickman18129242008-06-02 08:56:14 -05001/*
2 * SGI UltraViolet TLB flush routines.
3 *
Cliff Wickmana26fd712014-05-14 16:15:47 -05004 * (c) 2008-2014 Cliff Wickman <cpw@sgi.com>, SGI.
Cliff Wickman18129242008-06-02 08:56:14 -05005 *
6 * This code is released under the GNU General Public License version 2 or
7 * later.
8 */
Jeremy Fitzhardingeaef8f5b2008-10-14 21:43:43 -07009#include <linux/seq_file.h>
Cliff Wickman18129242008-06-02 08:56:14 -050010#include <linux/proc_fs.h>
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -050011#include <linux/debugfs.h>
Cliff Wickman18129242008-06-02 08:56:14 -050012#include <linux/kernel.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090013#include <linux/slab.h>
Jean Delvareca4445642011-03-25 15:20:14 +010014#include <linux/delay.h>
Cliff Wickman18129242008-06-02 08:56:14 -050015
Cliff Wickman18129242008-06-02 08:56:14 -050016#include <asm/mmu_context.h>
Tejun Heobdbcdd42009-01-21 17:26:06 +090017#include <asm/uv/uv.h>
Cliff Wickman18129242008-06-02 08:56:14 -050018#include <asm/uv/uv_mmrs.h>
Ingo Molnarb4c286e2008-06-18 14:28:19 +020019#include <asm/uv/uv_hub.h>
Cliff Wickman18129242008-06-02 08:56:14 -050020#include <asm/uv/uv_bau.h>
Ingo Molnar7b6aa332009-02-17 13:58:15 +010021#include <asm/apic.h>
Ingo Molnarb4c286e2008-06-18 14:28:19 +020022#include <asm/idle.h>
Cliff Wickmanb194b1202008-06-12 08:23:48 -050023#include <asm/tsc.h>
Cliff Wickman99dd8712008-08-19 12:51:59 -050024#include <asm/irq_vectors.h>
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -050025#include <asm/timer.h>
Cliff Wickman18129242008-06-02 08:56:14 -050026
Cliff Wickman12a66112010-06-02 16:22:01 -050027/* timeouts in nanoseconds (indexed by UVH_AGING_PRESCALE_SEL urgency7 30:28) */
28static int timeout_base_ns[] = {
29 20,
30 160,
31 1280,
32 10240,
33 81920,
34 655360,
35 5242880,
36 167772160
37};
Cliff Wickmanf073cc82011-05-24 13:07:36 -050038
Cliff Wickman12a66112010-06-02 16:22:01 -050039static int timeout_us;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -050040static int nobau;
Cliff Wickman26ef8572012-06-22 08:13:30 -050041static int nobau_perm;
Cliff Wickman50fb55a2010-06-02 16:22:02 -050042static cycles_t congested_cycles;
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -050043
44/* tunables: */
Cliff Wickmanf073cc82011-05-24 13:07:36 -050045static int max_concurr = MAX_BAU_CONCURRENT;
46static int max_concurr_const = MAX_BAU_CONCURRENT;
47static int plugged_delay = PLUGGED_DELAY;
48static int plugsb4reset = PLUGSB4RESET;
Cliff Wickman8b6e5112012-06-22 08:14:59 -050049static int giveup_limit = GIVEUP_LIMIT;
Cliff Wickmanf073cc82011-05-24 13:07:36 -050050static int timeoutsb4reset = TIMEOUTSB4RESET;
51static int ipi_reset_limit = IPI_RESET_LIMIT;
52static int complete_threshold = COMPLETE_THRESHOLD;
53static int congested_respns_us = CONGESTED_RESPONSE_US;
54static int congested_reps = CONGESTED_REPS;
Cliff Wickman8b6e5112012-06-22 08:14:59 -050055static int disabled_period = DISABLED_PERIOD;
Cliff Wickmanf073cc82011-05-24 13:07:36 -050056
57static struct tunables tunables[] = {
58 {&max_concurr, MAX_BAU_CONCURRENT}, /* must be [0] */
59 {&plugged_delay, PLUGGED_DELAY},
60 {&plugsb4reset, PLUGSB4RESET},
61 {&timeoutsb4reset, TIMEOUTSB4RESET},
62 {&ipi_reset_limit, IPI_RESET_LIMIT},
63 {&complete_threshold, COMPLETE_THRESHOLD},
64 {&congested_respns_us, CONGESTED_RESPONSE_US},
65 {&congested_reps, CONGESTED_REPS},
Cliff Wickman8b6e5112012-06-22 08:14:59 -050066 {&disabled_period, DISABLED_PERIOD},
67 {&giveup_limit, GIVEUP_LIMIT}
Cliff Wickmanf073cc82011-05-24 13:07:36 -050068};
69
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -050070static struct dentry *tunables_dir;
71static struct dentry *tunables_file;
72
Cliff Wickmanf073cc82011-05-24 13:07:36 -050073/* these correspond to the statistics printed by ptc_seq_show() */
74static char *stat_description[] = {
75 "sent: number of shootdown messages sent",
76 "stime: time spent sending messages",
77 "numuvhubs: number of hubs targeted with shootdown",
78 "numuvhubs16: number times 16 or more hubs targeted",
79 "numuvhubs8: number times 8 or more hubs targeted",
80 "numuvhubs4: number times 4 or more hubs targeted",
81 "numuvhubs2: number times 2 or more hubs targeted",
82 "numuvhubs1: number times 1 hub targeted",
83 "numcpus: number of cpus targeted with shootdown",
84 "dto: number of destination timeouts",
85 "retries: destination timeout retries sent",
86 "rok: : destination timeouts successfully retried",
87 "resetp: ipi-style resource resets for plugs",
88 "resett: ipi-style resource resets for timeouts",
89 "giveup: fall-backs to ipi-style shootdowns",
90 "sto: number of source timeouts",
91 "bz: number of stay-busy's",
92 "throt: number times spun in throttle",
93 "swack: image of UVH_LB_BAU_INTD_SOFTWARE_ACKNOWLEDGE",
94 "recv: shootdown messages received",
95 "rtime: time spent processing messages",
96 "all: shootdown all-tlb messages",
97 "one: shootdown one-tlb messages",
98 "mult: interrupts that found multiple messages",
99 "none: interrupts that found no messages",
100 "retry: number of retry messages processed",
101 "canc: number messages canceled by retries",
102 "nocan: number retries that found nothing to cancel",
103 "reset: number of ipi-style reset requests processed",
104 "rcan: number messages canceled by reset requests",
105 "disable: number times use of the BAU was disabled",
106 "enable: number times use of the BAU was re-enabled"
107};
108
109static int __init
110setup_nobau(char *arg)
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500111{
112 nobau = 1;
113 return 0;
114}
115early_param("nobau", setup_nobau);
Ingo Molnarb4c286e2008-06-18 14:28:19 +0200116
Cliff Wickman94ca8e42009-04-14 10:56:48 -0500117/* base pnode in this partition */
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500118static int uv_base_pnode __read_mostly;
Cliff Wickman18129242008-06-02 08:56:14 -0500119
Ingo Molnardc163a42008-06-18 14:15:43 +0200120static DEFINE_PER_CPU(struct ptc_stats, ptcstats);
121static DEFINE_PER_CPU(struct bau_control, bau_control);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500122static DEFINE_PER_CPU(cpumask_var_t, uv_flush_tlb_mask);
123
Cliff Wickman26ef8572012-06-22 08:13:30 -0500124static void
125set_bau_on(void)
126{
127 int cpu;
128 struct bau_control *bcp;
129
130 if (nobau_perm) {
131 pr_info("BAU not initialized; cannot be turned on\n");
132 return;
133 }
134 nobau = 0;
135 for_each_present_cpu(cpu) {
136 bcp = &per_cpu(bau_control, cpu);
137 bcp->nobau = 0;
138 }
139 pr_info("BAU turned on\n");
140 return;
141}
142
143static void
144set_bau_off(void)
145{
146 int cpu;
147 struct bau_control *bcp;
148
149 nobau = 1;
150 for_each_present_cpu(cpu) {
151 bcp = &per_cpu(bau_control, cpu);
152 bcp->nobau = 1;
153 }
154 pr_info("BAU turned off\n");
155 return;
156}
157
Cliff Wickman18129242008-06-02 08:56:14 -0500158/*
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500159 * Determine the first node on a uvhub. 'Nodes' are used for kernel
160 * memory allocation.
Cliff Wickman9674f352009-04-03 08:34:05 -0500161 */
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500162static int __init uvhub_to_first_node(int uvhub)
Cliff Wickman9674f352009-04-03 08:34:05 -0500163{
164 int node, b;
165
166 for_each_online_node(node) {
167 b = uv_node_to_blade_id(node);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500168 if (uvhub == b)
Cliff Wickman9674f352009-04-03 08:34:05 -0500169 return node;
170 }
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500171 return -1;
Cliff Wickman9674f352009-04-03 08:34:05 -0500172}
173
174/*
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500175 * Determine the apicid of the first cpu on a uvhub.
Cliff Wickman9674f352009-04-03 08:34:05 -0500176 */
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500177static int __init uvhub_to_first_apicid(int uvhub)
Cliff Wickman9674f352009-04-03 08:34:05 -0500178{
179 int cpu;
180
181 for_each_present_cpu(cpu)
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500182 if (uvhub == uv_cpu_to_blade_id(cpu))
Cliff Wickman9674f352009-04-03 08:34:05 -0500183 return per_cpu(x86_cpu_to_apicid, cpu);
184 return -1;
185}
186
187/*
Cliff Wickman18129242008-06-02 08:56:14 -0500188 * Free a software acknowledge hardware resource by clearing its Pending
189 * bit. This will return a reply to the sender.
190 * If the message has timed out, a reply has already been sent by the
191 * hardware but the resource has not been released. In that case our
192 * clear of the Timeout bit (as well) will free the resource. No reply will
193 * be sent (the hardware will only do one reply per message).
194 */
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600195static void reply_to_message(struct msg_desc *mdp, struct bau_control *bcp,
196 int do_acknowledge)
Cliff Wickman18129242008-06-02 08:56:14 -0500197{
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500198 unsigned long dw;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500199 struct bau_pq_entry *msg;
Cliff Wickman18129242008-06-02 08:56:14 -0500200
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500201 msg = mdp->msg;
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600202 if (!msg->canceled && do_acknowledge) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500203 dw = (msg->swack_vec << UV_SW_ACK_NPENDING) | msg->swack_vec;
204 write_mmr_sw_ack(dw);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500205 }
Cliff Wickman18129242008-06-02 08:56:14 -0500206 msg->replied_to = 1;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500207 msg->swack_vec = 0;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500208}
209
210/*
211 * Process the receipt of a RETRY message
212 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500213static void bau_process_retry_msg(struct msg_desc *mdp,
214 struct bau_control *bcp)
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500215{
216 int i;
217 int cancel_count = 0;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500218 unsigned long msg_res;
219 unsigned long mmr = 0;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500220 struct bau_pq_entry *msg = mdp->msg;
221 struct bau_pq_entry *msg2;
222 struct ptc_stats *stat = bcp->statp;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500223
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500224 stat->d_retries++;
225 /*
226 * cancel any message from msg+1 to the retry itself
227 */
228 for (msg2 = msg+1, i = 0; i < DEST_Q_SIZE; msg2++, i++) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500229 if (msg2 > mdp->queue_last)
230 msg2 = mdp->queue_first;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500231 if (msg2 == msg)
232 break;
233
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500234 /* same conditions for cancellation as do_reset */
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500235 if ((msg2->replied_to == 0) && (msg2->canceled == 0) &&
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500236 (msg2->swack_vec) && ((msg2->swack_vec &
237 msg->swack_vec) == 0) &&
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500238 (msg2->sending_cpu == msg->sending_cpu) &&
239 (msg2->msg_type != MSG_NOOP)) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500240 mmr = read_mmr_sw_ack();
241 msg_res = msg2->swack_vec;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500242 /*
243 * This is a message retry; clear the resources held
244 * by the previous message only if they timed out.
245 * If it has not timed out we have an unexpected
246 * situation to report.
247 */
Cliff Wickman39847e72010-06-02 16:22:02 -0500248 if (mmr & (msg_res << UV_SW_ACK_NPENDING)) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500249 unsigned long mr;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500250 /*
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600251 * Is the resource timed out?
252 * Make everyone ignore the cancelled message.
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500253 */
254 msg2->canceled = 1;
255 stat->d_canceled++;
256 cancel_count++;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500257 mr = (msg_res << UV_SW_ACK_NPENDING) | msg_res;
258 write_mmr_sw_ack(mr);
Cliff Wickman39847e72010-06-02 16:22:02 -0500259 }
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500260 }
261 }
262 if (!cancel_count)
263 stat->d_nocanceled++;
Cliff Wickman18129242008-06-02 08:56:14 -0500264}
265
266/*
267 * Do all the things a cpu should do for a TLB shootdown message.
268 * Other cpu's may come here at the same time for this message.
269 */
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600270static void bau_process_message(struct msg_desc *mdp, struct bau_control *bcp,
271 int do_acknowledge)
Cliff Wickman18129242008-06-02 08:56:14 -0500272{
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500273 short socket_ack_count = 0;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500274 short *sp;
275 struct atomic_short *asp;
276 struct ptc_stats *stat = bcp->statp;
277 struct bau_pq_entry *msg = mdp->msg;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500278 struct bau_control *smaster = bcp->socket_master;
Cliff Wickman18129242008-06-02 08:56:14 -0500279
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500280 /*
281 * This must be a normal message, or retry of a normal message
282 */
Cliff Wickman18129242008-06-02 08:56:14 -0500283 if (msg->address == TLB_FLUSH_ALL) {
284 local_flush_tlb();
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500285 stat->d_alltlb++;
Cliff Wickman18129242008-06-02 08:56:14 -0500286 } else {
287 __flush_tlb_one(msg->address);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500288 stat->d_onetlb++;
Cliff Wickman18129242008-06-02 08:56:14 -0500289 }
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500290 stat->d_requestee++;
Cliff Wickman18129242008-06-02 08:56:14 -0500291
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500292 /*
293 * One cpu on each uvhub has the additional job on a RETRY
294 * of releasing the resource held by the message that is
295 * being retried. That message is identified by sending
296 * cpu number.
297 */
298 if (msg->msg_type == MSG_RETRY && bcp == bcp->uvhub_master)
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500299 bau_process_retry_msg(mdp, bcp);
Cliff Wickman18129242008-06-02 08:56:14 -0500300
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500301 /*
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500302 * This is a swack message, so we have to reply to it.
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500303 * Count each responding cpu on the socket. This avoids
304 * pinging the count's cache line back and forth between
305 * the sockets.
306 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500307 sp = &smaster->socket_acknowledge_count[mdp->msg_slot];
308 asp = (struct atomic_short *)sp;
309 socket_ack_count = atom_asr(1, asp);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500310 if (socket_ack_count == bcp->cpus_in_socket) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500311 int msg_ack_count;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500312 /*
313 * Both sockets dump their completed count total into
314 * the message's count.
315 */
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500316 *sp = 0;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500317 asp = (struct atomic_short *)&msg->acknowledge_count;
318 msg_ack_count = atom_asr(socket_ack_count, asp);
Ingo Molnardc163a42008-06-18 14:15:43 +0200319
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500320 if (msg_ack_count == bcp->cpus_in_uvhub) {
321 /*
322 * All cpus in uvhub saw it; reply
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600323 * (unless we are in the UV2 workaround)
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500324 */
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600325 reply_to_message(mdp, bcp, do_acknowledge);
Ingo Molnardc163a42008-06-18 14:15:43 +0200326 }
327 }
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500328
329 return;
Cliff Wickman18129242008-06-02 08:56:14 -0500330}
331
332/*
cpw@sgi.com485f07d2011-06-21 07:21:29 -0500333 * Determine the first cpu on a pnode.
Cliff Wickman18129242008-06-02 08:56:14 -0500334 */
cpw@sgi.com485f07d2011-06-21 07:21:29 -0500335static int pnode_to_first_cpu(int pnode, struct bau_control *smaster)
Cliff Wickman18129242008-06-02 08:56:14 -0500336{
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500337 int cpu;
cpw@sgi.com485f07d2011-06-21 07:21:29 -0500338 struct hub_and_pnode *hpp;
339
340 for_each_present_cpu(cpu) {
341 hpp = &smaster->thp[cpu];
342 if (pnode == hpp->pnode)
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500343 return cpu;
cpw@sgi.com485f07d2011-06-21 07:21:29 -0500344 }
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500345 return -1;
Cliff Wickman18129242008-06-02 08:56:14 -0500346}
347
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500348/*
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500349 * Last resort when we get a large number of destination timeouts is
350 * to clear resources held by a given cpu.
351 * Do this with IPI so that all messages in the BAU message queue
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500352 * can be identified by their nonzero swack_vec field.
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500353 *
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500354 * This is entered for a single cpu on the uvhub.
355 * The sender want's this uvhub to free a specific message's
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500356 * swack resources.
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500357 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500358static void do_reset(void *ptr)
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500359{
360 int i;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500361 struct bau_control *bcp = &per_cpu(bau_control, smp_processor_id());
362 struct reset_args *rap = (struct reset_args *)ptr;
363 struct bau_pq_entry *msg;
364 struct ptc_stats *stat = bcp->statp;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500365
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500366 stat->d_resets++;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500367 /*
368 * We're looking for the given sender, and
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500369 * will free its swack resource.
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500370 * If all cpu's finally responded after the timeout, its
371 * message 'replied_to' was set.
372 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500373 for (msg = bcp->queue_first, i = 0; i < DEST_Q_SIZE; msg++, i++) {
374 unsigned long msg_res;
375 /* do_reset: same conditions for cancellation as
376 bau_process_retry_msg() */
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500377 if ((msg->replied_to == 0) &&
378 (msg->canceled == 0) &&
379 (msg->sending_cpu == rap->sender) &&
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500380 (msg->swack_vec) &&
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500381 (msg->msg_type != MSG_NOOP)) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500382 unsigned long mmr;
383 unsigned long mr;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500384 /*
385 * make everyone else ignore this message
386 */
387 msg->canceled = 1;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500388 /*
389 * only reset the resource if it is still pending
390 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500391 mmr = read_mmr_sw_ack();
392 msg_res = msg->swack_vec;
393 mr = (msg_res << UV_SW_ACK_NPENDING) | msg_res;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500394 if (mmr & msg_res) {
395 stat->d_rcanceled++;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500396 write_mmr_sw_ack(mr);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500397 }
398 }
399 }
400 return;
401}
402
403/*
404 * Use IPI to get all target uvhubs to release resources held by
405 * a given sending cpu number.
406 */
cpw@sgi.coma456eaa2011-06-21 07:21:30 -0500407static void reset_with_ipi(struct pnmask *distribution, struct bau_control *bcp)
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500408{
cpw@sgi.com485f07d2011-06-21 07:21:29 -0500409 int pnode;
410 int apnode;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500411 int maskbits;
cpw@sgi.com485f07d2011-06-21 07:21:29 -0500412 int sender = bcp->cpu;
cpw@sgi.com442d3922011-06-21 07:21:31 -0500413 cpumask_t *mask = bcp->uvhub_master->cpumask;
cpw@sgi.com485f07d2011-06-21 07:21:29 -0500414 struct bau_control *smaster = bcp->socket_master;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500415 struct reset_args reset_args;
416
417 reset_args.sender = sender;
cpw@sgi.com442d3922011-06-21 07:21:31 -0500418 cpus_clear(*mask);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500419 /* find a single cpu for each uvhub in this distribution mask */
cpw@sgi.coma456eaa2011-06-21 07:21:30 -0500420 maskbits = sizeof(struct pnmask) * BITSPERBYTE;
cpw@sgi.com485f07d2011-06-21 07:21:29 -0500421 /* each bit is a pnode relative to the partition base pnode */
422 for (pnode = 0; pnode < maskbits; pnode++) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500423 int cpu;
cpw@sgi.com485f07d2011-06-21 07:21:29 -0500424 if (!bau_uvhub_isset(pnode, distribution))
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500425 continue;
cpw@sgi.com485f07d2011-06-21 07:21:29 -0500426 apnode = pnode + bcp->partition_base_pnode;
427 cpu = pnode_to_first_cpu(apnode, smaster);
cpw@sgi.com442d3922011-06-21 07:21:31 -0500428 cpu_set(cpu, *mask);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500429 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500430
431 /* IPI all cpus; preemption is already disabled */
cpw@sgi.com442d3922011-06-21 07:21:31 -0500432 smp_call_function_many(mask, do_reset, (void *)&reset_args, 1);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500433 return;
434}
435
Peter Zijlstra20d1c862013-11-29 15:40:29 +0100436/*
437 * Not to be confused with cycles_2_ns() from tsc.c; this gives a relative
438 * number, not an absolute. It converts a duration in cycles to a duration in
439 * ns.
440 */
441static inline unsigned long long cycles_2_ns(unsigned long long cyc)
442{
443 struct cyc2ns_data *data = cyc2ns_read_begin();
444 unsigned long long ns;
445
446 ns = mul_u64_u32_shr(cyc, data->cyc2ns_mul, data->cyc2ns_shift);
447
448 cyc2ns_read_end(data);
449 return ns;
450}
451
452/*
453 * The reverse of the above; converts a duration in ns to a duration in cycles.
Cliff Wickmana26fd712014-05-14 16:15:47 -0500454 */
Peter Zijlstra20d1c862013-11-29 15:40:29 +0100455static inline unsigned long long ns_2_cycles(unsigned long long ns)
456{
457 struct cyc2ns_data *data = cyc2ns_read_begin();
458 unsigned long long cyc;
459
460 cyc = (ns << data->cyc2ns_shift) / data->cyc2ns_mul;
461
462 cyc2ns_read_end(data);
463 return cyc;
464}
465
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500466static inline unsigned long cycles_2_us(unsigned long long cyc)
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500467{
Peter Zijlstra20d1c862013-11-29 15:40:29 +0100468 return cycles_2_ns(cyc) / NSEC_PER_USEC;
469}
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500470
Peter Zijlstra20d1c862013-11-29 15:40:29 +0100471static inline cycles_t sec_2_cycles(unsigned long sec)
472{
473 return ns_2_cycles(sec * NSEC_PER_SEC);
474}
475
476static inline unsigned long long usec_2_cycles(unsigned long usec)
477{
478 return ns_2_cycles(usec * NSEC_PER_USEC);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500479}
480
481/*
482 * wait for all cpus on this hub to finish their sends and go quiet
483 * leaves uvhub_quiesce set so that no new broadcasts are started by
484 * bau_flush_send_and_wait()
485 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500486static inline void quiesce_local_uvhub(struct bau_control *hmaster)
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500487{
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500488 atom_asr(1, (struct atomic_short *)&hmaster->uvhub_quiesce);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500489}
490
491/*
492 * mark this quiet-requestor as done
493 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500494static inline void end_uvhub_quiesce(struct bau_control *hmaster)
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500495{
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500496 atom_asr(-1, (struct atomic_short *)&hmaster->uvhub_quiesce);
497}
498
499static unsigned long uv1_read_status(unsigned long mmr_offset, int right_shift)
500{
501 unsigned long descriptor_status;
502
503 descriptor_status = uv_read_local_mmr(mmr_offset);
504 descriptor_status >>= right_shift;
505 descriptor_status &= UV_ACT_STATUS_MASK;
506 return descriptor_status;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500507}
508
509/*
510 * Wait for completion of a broadcast software ack message
511 * return COMPLETE, RETRY(PLUGGED or TIMEOUT) or GIVEUP
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500512 */
Jack Steiner2a919592011-05-11 12:50:28 -0500513static int uv1_wait_completion(struct bau_desc *bau_desc,
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500514 unsigned long mmr_offset, int right_shift,
515 struct bau_control *bcp, long try)
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500516{
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500517 unsigned long descriptor_status;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500518 cycles_t ttm;
Cliff Wickman712157a2010-06-02 16:22:02 -0500519 struct ptc_stats *stat = bcp->statp;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500520
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500521 descriptor_status = uv1_read_status(mmr_offset, right_shift);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500522 /* spin on the status MMR, waiting for it to go idle */
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500523 while ((descriptor_status != DS_IDLE)) {
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500524 /*
Jack Steiner2a919592011-05-11 12:50:28 -0500525 * Our software ack messages may be blocked because
526 * there are no swack resources available. As long
527 * as none of them has timed out hardware will NACK
528 * our message and its state will stay IDLE.
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500529 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500530 if (descriptor_status == DS_SOURCE_TIMEOUT) {
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500531 stat->s_stimeout++;
532 return FLUSH_GIVEUP;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500533 } else if (descriptor_status == DS_DESTINATION_TIMEOUT) {
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500534 stat->s_dtimeout++;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500535 ttm = get_cycles();
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500536
537 /*
538 * Our retries may be blocked by all destination
539 * swack resources being consumed, and a timeout
540 * pending. In that case hardware returns the
541 * ERROR that looks like a destination timeout.
542 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500543 if (cycles_2_us(ttm - bcp->send_message) < timeout_us) {
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500544 bcp->conseccompletes = 0;
545 return FLUSH_RETRY_PLUGGED;
546 }
547
548 bcp->conseccompletes = 0;
549 return FLUSH_RETRY_TIMEOUT;
550 } else {
551 /*
552 * descriptor_status is still BUSY
553 */
554 cpu_relax();
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500555 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500556 descriptor_status = uv1_read_status(mmr_offset, right_shift);
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500557 }
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500558 bcp->conseccompletes++;
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500559 return FLUSH_COMPLETE;
560}
561
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500562/*
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500563 * UV2 could have an extra bit of status in the ACTIVATION_STATUS_2 register.
564 * But not currently used.
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500565 */
Cliff Wickmana26fd712014-05-14 16:15:47 -0500566static unsigned long uv2_3_read_status(unsigned long offset, int rshft, int desc)
Jack Steiner2a919592011-05-11 12:50:28 -0500567{
568 unsigned long descriptor_status;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500569
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500570 descriptor_status =
571 ((read_lmmr(offset) >> rshft) & UV_ACT_STATUS_MASK) << 1;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500572 return descriptor_status;
573}
574
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600575/*
576 * Return whether the status of the descriptor that is normally used for this
577 * cpu (the one indexed by its hub-relative cpu number) is busy.
578 * The status of the original 32 descriptors is always reflected in the 64
579 * bits of UVH_LB_BAU_SB_ACTIVATION_STATUS_0.
580 * The bit provided by the activation_status_2 register is irrelevant to
581 * the status if it is only being tested for busy or not busy.
582 */
583int normal_busy(struct bau_control *bcp)
584{
585 int cpu = bcp->uvhub_cpu;
586 int mmr_offset;
587 int right_shift;
588
589 mmr_offset = UVH_LB_BAU_SB_ACTIVATION_STATUS_0;
590 right_shift = cpu * UV_ACT_STATUS_SIZE;
591 return (((((read_lmmr(mmr_offset) >> right_shift) &
592 UV_ACT_STATUS_MASK)) << 1) == UV2H_DESC_BUSY);
593}
594
595/*
596 * Entered when a bau descriptor has gone into a permanent busy wait because
597 * of a hardware bug.
598 * Workaround the bug.
599 */
600int handle_uv2_busy(struct bau_control *bcp)
601{
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600602 struct ptc_stats *stat = bcp->statp;
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600603
604 stat->s_uv2_wars++;
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500605 bcp->busy = 1;
606 return FLUSH_GIVEUP;
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600607}
608
Cliff Wickmana26fd712014-05-14 16:15:47 -0500609static int uv2_3_wait_completion(struct bau_desc *bau_desc,
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500610 unsigned long mmr_offset, int right_shift,
611 struct bau_control *bcp, long try)
612{
613 unsigned long descriptor_stat;
614 cycles_t ttm;
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500615 int desc = bcp->uvhub_cpu;
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600616 long busy_reps = 0;
Jack Steiner2a919592011-05-11 12:50:28 -0500617 struct ptc_stats *stat = bcp->statp;
618
Cliff Wickmana26fd712014-05-14 16:15:47 -0500619 descriptor_stat = uv2_3_read_status(mmr_offset, right_shift, desc);
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500620
Jack Steiner2a919592011-05-11 12:50:28 -0500621 /* spin on the status MMR, waiting for it to go idle */
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500622 while (descriptor_stat != UV2H_DESC_IDLE) {
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500623 if ((descriptor_stat == UV2H_DESC_SOURCE_TIMEOUT)) {
624 /*
625 * A h/w bug on the destination side may
626 * have prevented the message being marked
627 * pending, thus it doesn't get replied to
628 * and gets continually nacked until it times
629 * out with a SOURCE_TIMEOUT.
630 */
Jack Steiner2a919592011-05-11 12:50:28 -0500631 stat->s_stimeout++;
632 return FLUSH_GIVEUP;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500633 } else if (descriptor_stat == UV2H_DESC_DEST_TIMEOUT) {
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500634 ttm = get_cycles();
635
636 /*
637 * Our retries may be blocked by all destination
638 * swack resources being consumed, and a timeout
639 * pending. In that case hardware returns the
640 * ERROR that looks like a destination timeout.
641 * Without using the extended status we have to
642 * deduce from the short time that this was a
643 * strong nack.
644 */
645 if (cycles_2_us(ttm - bcp->send_message) < timeout_us) {
646 bcp->conseccompletes = 0;
647 stat->s_plugged++;
648 /* FLUSH_RETRY_PLUGGED causes hang on boot */
649 return FLUSH_GIVEUP;
650 }
Jack Steiner2a919592011-05-11 12:50:28 -0500651 stat->s_dtimeout++;
Jack Steiner2a919592011-05-11 12:50:28 -0500652 bcp->conseccompletes = 0;
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500653 /* FLUSH_RETRY_TIMEOUT causes hang on boot */
654 return FLUSH_GIVEUP;
Jack Steiner2a919592011-05-11 12:50:28 -0500655 } else {
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600656 busy_reps++;
657 if (busy_reps > 1000000) {
658 /* not to hammer on the clock */
659 busy_reps = 0;
660 ttm = get_cycles();
Cliff Wickmana26fd712014-05-14 16:15:47 -0500661 if ((ttm - bcp->send_message) > bcp->timeout_interval)
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600662 return handle_uv2_busy(bcp);
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600663 }
Jack Steiner2a919592011-05-11 12:50:28 -0500664 /*
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500665 * descriptor_stat is still BUSY
Jack Steiner2a919592011-05-11 12:50:28 -0500666 */
667 cpu_relax();
668 }
Cliff Wickmana26fd712014-05-14 16:15:47 -0500669 descriptor_stat = uv2_3_read_status(mmr_offset, right_shift, desc);
Jack Steiner2a919592011-05-11 12:50:28 -0500670 }
671 bcp->conseccompletes++;
672 return FLUSH_COMPLETE;
673}
674
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500675/*
676 * There are 2 status registers; each and array[32] of 2 bits. Set up for
677 * which register to read and position in that register based on cpu in
678 * current hub.
679 */
Cliff Wickmana26fd712014-05-14 16:15:47 -0500680static int wait_completion(struct bau_desc *bau_desc, struct bau_control *bcp, long try)
Jack Steiner2a919592011-05-11 12:50:28 -0500681{
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500682 int right_shift;
683 unsigned long mmr_offset;
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500684 int desc = bcp->uvhub_cpu;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500685
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600686 if (desc < UV_CPUS_PER_AS) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500687 mmr_offset = UVH_LB_BAU_SB_ACTIVATION_STATUS_0;
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600688 right_shift = desc * UV_ACT_STATUS_SIZE;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500689 } else {
690 mmr_offset = UVH_LB_BAU_SB_ACTIVATION_STATUS_1;
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600691 right_shift = ((desc - UV_CPUS_PER_AS) * UV_ACT_STATUS_SIZE);
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500692 }
693
Cliff Wickmanda87c932012-01-16 15:17:50 -0600694 if (bcp->uvhub_version == 1)
Cliff Wickmana26fd712014-05-14 16:15:47 -0500695 return uv1_wait_completion(bau_desc, mmr_offset, right_shift, bcp, try);
Jack Steiner2a919592011-05-11 12:50:28 -0500696 else
Cliff Wickmana26fd712014-05-14 16:15:47 -0500697 return uv2_3_wait_completion(bau_desc, mmr_offset, right_shift, bcp, try);
Jack Steiner2a919592011-05-11 12:50:28 -0500698}
699
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500700/*
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500701 * Our retries are blocked by all destination sw ack resources being
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500702 * in use, and a timeout is pending. In that case hardware immediately
703 * returns the ERROR that looks like a destination timeout.
704 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500705static void destination_plugged(struct bau_desc *bau_desc,
706 struct bau_control *bcp,
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500707 struct bau_control *hmaster, struct ptc_stats *stat)
708{
709 udelay(bcp->plugged_delay);
710 bcp->plugged_tries++;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500711
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500712 if (bcp->plugged_tries >= bcp->plugsb4reset) {
713 bcp->plugged_tries = 0;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500714
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500715 quiesce_local_uvhub(hmaster);
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500716
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500717 spin_lock(&hmaster->queue_lock);
cpw@sgi.com485f07d2011-06-21 07:21:29 -0500718 reset_with_ipi(&bau_desc->distribution, bcp);
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500719 spin_unlock(&hmaster->queue_lock);
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500720
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500721 end_uvhub_quiesce(hmaster);
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500722
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500723 bcp->ipi_attempts++;
724 stat->s_resets_plug++;
725 }
726}
727
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500728static void destination_timeout(struct bau_desc *bau_desc,
729 struct bau_control *bcp, struct bau_control *hmaster,
730 struct ptc_stats *stat)
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500731{
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500732 hmaster->max_concurr = 1;
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500733 bcp->timeout_tries++;
734 if (bcp->timeout_tries >= bcp->timeoutsb4reset) {
735 bcp->timeout_tries = 0;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500736
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500737 quiesce_local_uvhub(hmaster);
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500738
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500739 spin_lock(&hmaster->queue_lock);
cpw@sgi.com485f07d2011-06-21 07:21:29 -0500740 reset_with_ipi(&bau_desc->distribution, bcp);
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500741 spin_unlock(&hmaster->queue_lock);
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500742
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500743 end_uvhub_quiesce(hmaster);
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500744
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500745 bcp->ipi_attempts++;
746 stat->s_resets_timeout++;
747 }
748}
749
750/*
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500751 * Stop all cpus on a uvhub from using the BAU for a period of time.
752 * This is reversed by check_enable.
Cliff Wickman50fb55a2010-06-02 16:22:02 -0500753 */
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500754static void disable_for_period(struct bau_control *bcp, struct ptc_stats *stat)
Cliff Wickman50fb55a2010-06-02 16:22:02 -0500755{
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500756 int tcpu;
757 struct bau_control *tbcp;
758 struct bau_control *hmaster;
759 cycles_t tm1;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500760
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500761 hmaster = bcp->uvhub_master;
762 spin_lock(&hmaster->disable_lock);
763 if (!bcp->baudisabled) {
Cliff Wickman50fb55a2010-06-02 16:22:02 -0500764 stat->s_bau_disabled++;
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500765 tm1 = get_cycles();
Cliff Wickman50fb55a2010-06-02 16:22:02 -0500766 for_each_present_cpu(tcpu) {
767 tbcp = &per_cpu(bau_control, tcpu);
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500768 if (tbcp->uvhub_master == hmaster) {
769 tbcp->baudisabled = 1;
770 tbcp->set_bau_on_time =
771 tm1 + bcp->disabled_period;
772 }
Cliff Wickman50fb55a2010-06-02 16:22:02 -0500773 }
774 }
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500775 spin_unlock(&hmaster->disable_lock);
Cliff Wickman50fb55a2010-06-02 16:22:02 -0500776}
777
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500778static void count_max_concurr(int stat, struct bau_control *bcp,
779 struct bau_control *hmaster)
780{
781 bcp->plugged_tries = 0;
782 bcp->timeout_tries = 0;
783 if (stat != FLUSH_COMPLETE)
784 return;
785 if (bcp->conseccompletes <= bcp->complete_threshold)
786 return;
787 if (hmaster->max_concurr >= hmaster->max_concurr_const)
788 return;
789 hmaster->max_concurr++;
790}
791
792static void record_send_stats(cycles_t time1, cycles_t time2,
793 struct bau_control *bcp, struct ptc_stats *stat,
794 int completion_status, int try)
795{
796 cycles_t elapsed;
797
798 if (time2 > time1) {
799 elapsed = time2 - time1;
800 stat->s_time += elapsed;
801
802 if ((completion_status == FLUSH_COMPLETE) && (try == 1)) {
803 bcp->period_requests++;
804 bcp->period_time += elapsed;
805 if ((elapsed > congested_cycles) &&
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500806 (bcp->period_requests > bcp->cong_reps) &&
807 ((bcp->period_time / bcp->period_requests) >
808 congested_cycles)) {
809 stat->s_congested++;
810 disable_for_period(bcp, stat);
811 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500812 }
813 } else
814 stat->s_requestor--;
815
816 if (completion_status == FLUSH_COMPLETE && try > 1)
817 stat->s_retriesok++;
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500818 else if (completion_status == FLUSH_GIVEUP) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500819 stat->s_giveup++;
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500820 if (get_cycles() > bcp->period_end)
821 bcp->period_giveups = 0;
822 bcp->period_giveups++;
823 if (bcp->period_giveups == 1)
824 bcp->period_end = get_cycles() + bcp->disabled_period;
825 if (bcp->period_giveups > bcp->giveup_limit) {
826 disable_for_period(bcp, stat);
827 stat->s_giveuplimit++;
828 }
829 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500830}
831
832/*
833 * Because of a uv1 hardware bug only a limited number of concurrent
834 * requests can be made.
835 */
836static void uv1_throttle(struct bau_control *hmaster, struct ptc_stats *stat)
837{
838 spinlock_t *lock = &hmaster->uvhub_lock;
839 atomic_t *v;
840
841 v = &hmaster->active_descriptor_count;
842 if (!atomic_inc_unless_ge(lock, v, hmaster->max_concurr)) {
843 stat->s_throttles++;
844 do {
845 cpu_relax();
846 } while (!atomic_inc_unless_ge(lock, v, hmaster->max_concurr));
847 }
848}
849
850/*
851 * Handle the completion status of a message send.
852 */
853static void handle_cmplt(int completion_status, struct bau_desc *bau_desc,
854 struct bau_control *bcp, struct bau_control *hmaster,
855 struct ptc_stats *stat)
856{
857 if (completion_status == FLUSH_RETRY_PLUGGED)
858 destination_plugged(bau_desc, bcp, hmaster, stat);
859 else if (completion_status == FLUSH_RETRY_TIMEOUT)
860 destination_timeout(bau_desc, bcp, hmaster, stat);
861}
862
863/*
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500864 * Send a broadcast and wait for it to complete.
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500865 *
Cliff Wickmanf6d8a562010-06-02 16:22:02 -0500866 * The flush_mask contains the cpus the broadcast is to be sent to including
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500867 * cpus that are on the local uvhub.
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500868 *
Cliff Wickman450a0072010-06-02 16:22:02 -0500869 * Returns 0 if all flushing represented in the mask was done.
870 * Returns 1 if it gives up entirely and the original cpu mask is to be
871 * returned to the kernel.
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500872 */
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500873int uv_flush_send_and_wait(struct cpumask *flush_mask, struct bau_control *bcp,
874 struct bau_desc *bau_desc)
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500875{
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500876 int seq_number = 0;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500877 int completion_stat = 0;
Cliff Wickmanda87c932012-01-16 15:17:50 -0600878 int uv1 = 0;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500879 long try = 0;
Ingo Molnarb4c286e2008-06-18 14:28:19 +0200880 unsigned long index;
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500881 cycles_t time1;
882 cycles_t time2;
Cliff Wickman712157a2010-06-02 16:22:02 -0500883 struct ptc_stats *stat = bcp->statp;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500884 struct bau_control *hmaster = bcp->uvhub_master;
Cliff Wickmanda87c932012-01-16 15:17:50 -0600885 struct uv1_bau_msg_header *uv1_hdr = NULL;
Cliff Wickmana26fd712014-05-14 16:15:47 -0500886 struct uv2_3_bau_msg_header *uv2_3_hdr = NULL;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500887
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500888 if (bcp->uvhub_version == 1) {
889 uv1 = 1;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500890 uv1_throttle(hmaster, stat);
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500891 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500892
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500893 while (hmaster->uvhub_quiesce)
894 cpu_relax();
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500895
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500896 time1 = get_cycles();
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500897 if (uv1)
898 uv1_hdr = &bau_desc->header.uv1_hdr;
899 else
Cliff Wickmana26fd712014-05-14 16:15:47 -0500900 /* uv2 and uv3 */
901 uv2_3_hdr = &bau_desc->header.uv2_3_hdr;
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500902
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500903 do {
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500904 if (try == 0) {
Cliff Wickmanda87c932012-01-16 15:17:50 -0600905 if (uv1)
906 uv1_hdr->msg_type = MSG_REGULAR;
907 else
Cliff Wickmana26fd712014-05-14 16:15:47 -0500908 uv2_3_hdr->msg_type = MSG_REGULAR;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500909 seq_number = bcp->message_number++;
910 } else {
Cliff Wickmanda87c932012-01-16 15:17:50 -0600911 if (uv1)
912 uv1_hdr->msg_type = MSG_RETRY;
913 else
Cliff Wickmana26fd712014-05-14 16:15:47 -0500914 uv2_3_hdr->msg_type = MSG_RETRY;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500915 stat->s_retry_messages++;
916 }
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500917
Cliff Wickmanda87c932012-01-16 15:17:50 -0600918 if (uv1)
919 uv1_hdr->sequence = seq_number;
920 else
Cliff Wickmana26fd712014-05-14 16:15:47 -0500921 uv2_3_hdr->sequence = seq_number;
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500922 index = (1UL << AS_PUSH_SHIFT) | bcp->uvhub_cpu;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500923 bcp->send_message = get_cycles();
924
925 write_mmr_activation(index);
926
927 try++;
928 completion_stat = wait_completion(bau_desc, bcp, try);
929
930 handle_cmplt(completion_stat, bau_desc, bcp, hmaster, stat);
931
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -0500932 if (bcp->ipi_attempts >= bcp->ipi_reset_limit) {
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500933 bcp->ipi_attempts = 0;
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500934 stat->s_overipilimit++;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500935 completion_stat = FLUSH_GIVEUP;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500936 break;
937 }
938 cpu_relax();
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500939 } while ((completion_stat == FLUSH_RETRY_PLUGGED) ||
940 (completion_stat == FLUSH_RETRY_TIMEOUT));
941
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500942 time2 = get_cycles();
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500943
944 count_max_concurr(completion_stat, bcp, hmaster);
945
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500946 while (hmaster->uvhub_quiesce)
947 cpu_relax();
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500948
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -0500949 atomic_dec(&hmaster->active_descriptor_count);
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500950
951 record_send_stats(time1, time2, bcp, stat, completion_stat, try);
952
953 if (completion_stat == FLUSH_GIVEUP)
Cliff Wickmanc5d35d32012-01-16 15:19:47 -0600954 /* FLUSH_GIVEUP will fall back to using IPI's for tlb flush */
Cliff Wickman450a0072010-06-02 16:22:02 -0500955 return 1;
Cliff Wickman450a0072010-06-02 16:22:02 -0500956 return 0;
Cliff Wickmanb194b1202008-06-12 08:23:48 -0500957}
958
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500959/*
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500960 * The BAU is disabled for this uvhub. When the disabled time period has
961 * expired re-enable it.
962 * Return 0 if it is re-enabled for all cpus on this uvhub.
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500963 */
964static int check_enable(struct bau_control *bcp, struct ptc_stats *stat)
965{
966 int tcpu;
967 struct bau_control *tbcp;
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500968 struct bau_control *hmaster;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500969
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500970 hmaster = bcp->uvhub_master;
971 spin_lock(&hmaster->disable_lock);
972 if (bcp->baudisabled && (get_cycles() >= bcp->set_bau_on_time)) {
973 stat->s_bau_reenabled++;
974 for_each_present_cpu(tcpu) {
975 tbcp = &per_cpu(bau_control, tcpu);
976 if (tbcp->uvhub_master == hmaster) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500977 tbcp->baudisabled = 0;
978 tbcp->period_requests = 0;
979 tbcp->period_time = 0;
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500980 tbcp->period_giveups = 0;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500981 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500982 }
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500983 spin_unlock(&hmaster->disable_lock);
984 return 0;
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500985 }
Cliff Wickman8b6e5112012-06-22 08:14:59 -0500986 spin_unlock(&hmaster->disable_lock);
Cliff Wickmanf073cc82011-05-24 13:07:36 -0500987 return -1;
988}
989
990static void record_send_statistics(struct ptc_stats *stat, int locals, int hubs,
991 int remotes, struct bau_desc *bau_desc)
992{
993 stat->s_requestor++;
994 stat->s_ntargcpu += remotes + locals;
995 stat->s_ntargremotes += remotes;
996 stat->s_ntarglocals += locals;
997
998 /* uvhub statistics */
999 hubs = bau_uvhub_weight(&bau_desc->distribution);
1000 if (locals) {
1001 stat->s_ntarglocaluvhub++;
1002 stat->s_ntargremoteuvhub += (hubs - 1);
1003 } else
1004 stat->s_ntargremoteuvhub += hubs;
1005
1006 stat->s_ntarguvhub += hubs;
1007
1008 if (hubs >= 16)
1009 stat->s_ntarguvhub16++;
1010 else if (hubs >= 8)
1011 stat->s_ntarguvhub8++;
1012 else if (hubs >= 4)
1013 stat->s_ntarguvhub4++;
1014 else if (hubs >= 2)
1015 stat->s_ntarguvhub2++;
1016 else
1017 stat->s_ntarguvhub1++;
1018}
1019
1020/*
1021 * Translate a cpu mask to the uvhub distribution mask in the BAU
1022 * activation descriptor.
1023 */
1024static int set_distrib_bits(struct cpumask *flush_mask, struct bau_control *bcp,
1025 struct bau_desc *bau_desc, int *localsp, int *remotesp)
1026{
1027 int cpu;
1028 int pnode;
1029 int cnt = 0;
1030 struct hub_and_pnode *hpp;
1031
1032 for_each_cpu(cpu, flush_mask) {
1033 /*
1034 * The distribution vector is a bit map of pnodes, relative
1035 * to the partition base pnode (and the partition base nasid
1036 * in the header).
1037 * Translate cpu to pnode and hub using a local memory array.
1038 */
1039 hpp = &bcp->socket_master->thp[cpu];
1040 pnode = hpp->pnode - bcp->partition_base_pnode;
1041 bau_uvhub_set(pnode, &bau_desc->distribution);
1042 cnt++;
1043 if (hpp->uvhub == bcp->uvhub)
1044 (*localsp)++;
1045 else
1046 (*remotesp)++;
1047 }
1048 if (!cnt)
1049 return 1;
1050 return 0;
1051}
1052
1053/*
1054 * globally purge translation cache of a virtual address or all TLB's
Tejun Heobdbcdd42009-01-21 17:26:06 +09001055 * @cpumask: mask of all cpu's in which the address is to be removed
Cliff Wickman18129242008-06-02 08:56:14 -05001056 * @mm: mm_struct containing virtual address range
Alex Shi57c4f43042012-12-18 12:22:14 -08001057 * @start: start virtual address to be removed from TLB
1058 * @end: end virtual address to be remove from TLB
Tejun Heobdbcdd42009-01-21 17:26:06 +09001059 * @cpu: the current cpu
Cliff Wickman18129242008-06-02 08:56:14 -05001060 *
1061 * This is the entry point for initiating any UV global TLB shootdown.
1062 *
1063 * Purges the translation caches of all specified processors of the given
1064 * virtual address, or purges all TLB's on specified processors.
1065 *
Tejun Heobdbcdd42009-01-21 17:26:06 +09001066 * The caller has derived the cpumask from the mm_struct. This function
1067 * is called only if there are bits set in the mask. (e.g. flush_tlb_page())
Cliff Wickman18129242008-06-02 08:56:14 -05001068 *
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001069 * The cpumask is converted into a uvhubmask of the uvhubs containing
1070 * those cpus.
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001071 *
Tejun Heobdbcdd42009-01-21 17:26:06 +09001072 * Note that this function should be called with preemption disabled.
1073 *
1074 * Returns NULL if all remote flushing was done.
1075 * Returns pointer to cpumask if some remote flushing remains to be
1076 * done. The returned pointer is valid till preemption is re-enabled.
Cliff Wickman18129242008-06-02 08:56:14 -05001077 */
Tejun Heobdbcdd42009-01-21 17:26:06 +09001078const struct cpumask *uv_flush_tlb_others(const struct cpumask *cpumask,
Cliff Wickmana26fd712014-05-14 16:15:47 -05001079 struct mm_struct *mm,
1080 unsigned long start,
1081 unsigned long end,
1082 unsigned int cpu)
Cliff Wickman18129242008-06-02 08:56:14 -05001083{
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001084 int locals = 0;
Cliff Wickman450a0072010-06-02 16:22:02 -05001085 int remotes = 0;
1086 int hubs = 0;
Ingo Molnardc163a42008-06-18 14:15:43 +02001087 struct bau_desc *bau_desc;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001088 struct cpumask *flush_mask;
1089 struct ptc_stats *stat;
1090 struct bau_control *bcp;
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001091 unsigned long descriptor_status;
1092 unsigned long status;
Cliff Wickman18129242008-06-02 08:56:14 -05001093
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001094 bcp = &per_cpu(bau_control, cpu);
Cliff Wickman26ef8572012-06-22 08:13:30 -05001095
1096 if (bcp->nobau)
1097 return cpumask;
Cliff Wickman50fb55a2010-06-02 16:22:02 -05001098
cpw3eae49c2013-12-03 17:15:30 -06001099 stat = bcp->statp;
1100 stat->s_enters++;
1101
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001102 if (bcp->busy) {
1103 descriptor_status =
1104 read_lmmr(UVH_LB_BAU_SB_ACTIVATION_STATUS_0);
1105 status = ((descriptor_status >> (bcp->uvhub_cpu *
1106 UV_ACT_STATUS_SIZE)) & UV_ACT_STATUS_MASK) << 1;
1107 if (status == UV2H_DESC_BUSY)
1108 return cpumask;
1109 bcp->busy = 0;
1110 }
1111
Cliff Wickman50fb55a2010-06-02 16:22:02 -05001112 /* bau was disabled due to slow response */
1113 if (bcp->baudisabled) {
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001114 if (check_enable(bcp, stat)) {
1115 stat->s_ipifordisabled++;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001116 return cpumask;
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001117 }
Cliff Wickman50fb55a2010-06-02 16:22:02 -05001118 }
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001119
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001120 /*
1121 * Each sending cpu has a per-cpu mask which it fills from the caller's
Cliff Wickman450a0072010-06-02 16:22:02 -05001122 * cpu mask. All cpus are converted to uvhubs and copied to the
1123 * activation descriptor.
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001124 */
1125 flush_mask = (struct cpumask *)per_cpu(uv_flush_tlb_mask, cpu);
Cliff Wickman450a0072010-06-02 16:22:02 -05001126 /* don't actually do a shootdown of the local cpu */
Tejun Heobdbcdd42009-01-21 17:26:06 +09001127 cpumask_andnot(flush_mask, cpumask, cpumask_of(cpu));
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001128
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001129 if (cpu_isset(cpu, *cpumask))
Cliff Wickman450a0072010-06-02 16:22:02 -05001130 stat->s_ntargself++;
Tejun Heobdbcdd42009-01-21 17:26:06 +09001131
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001132 bau_desc = bcp->descriptor_base;
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001133 bau_desc += (ITEMS_PER_DESC * bcp->uvhub_cpu);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001134 bau_uvhubs_clear(&bau_desc->distribution, UV_DISTRIBUTION_SIZE);
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001135 if (set_distrib_bits(flush_mask, bcp, bau_desc, &locals, &remotes))
Cliff Wickman450a0072010-06-02 16:22:02 -05001136 return NULL;
Cliff Wickman450a0072010-06-02 16:22:02 -05001137
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001138 record_send_statistics(stat, locals, hubs, remotes, bau_desc);
Cliff Wickman18129242008-06-02 08:56:14 -05001139
Alex Shi57c4f43042012-12-18 12:22:14 -08001140 if (!end || (end - start) <= PAGE_SIZE)
1141 bau_desc->payload.address = start;
1142 else
1143 bau_desc->payload.address = TLB_FLUSH_ALL;
Tejun Heobdbcdd42009-01-21 17:26:06 +09001144 bau_desc->payload.sending_cpu = cpu;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001145 /*
Cliff Wickman450a0072010-06-02 16:22:02 -05001146 * uv_flush_send_and_wait returns 0 if all cpu's were messaged,
1147 * or 1 if it gave up and the original cpumask should be returned.
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001148 */
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001149 if (!uv_flush_send_and_wait(flush_mask, bcp, bau_desc))
Cliff Wickman450a0072010-06-02 16:22:02 -05001150 return NULL;
1151 else
1152 return cpumask;
Cliff Wickman18129242008-06-02 08:56:14 -05001153}
1154
1155/*
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001156 * Search the message queue for any 'other' unprocessed message with the
1157 * same software acknowledge resource bit vector as the 'msg' message.
Cliff Wickmanc5d35d32012-01-16 15:19:47 -06001158 */
1159struct bau_pq_entry *find_another_by_swack(struct bau_pq_entry *msg,
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001160 struct bau_control *bcp)
Cliff Wickmanc5d35d32012-01-16 15:19:47 -06001161{
1162 struct bau_pq_entry *msg_next = msg + 1;
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001163 unsigned char swack_vec = msg->swack_vec;
Cliff Wickmanc5d35d32012-01-16 15:19:47 -06001164
1165 if (msg_next > bcp->queue_last)
1166 msg_next = bcp->queue_first;
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001167 while (msg_next != msg) {
1168 if ((msg_next->canceled == 0) && (msg_next->replied_to == 0) &&
1169 (msg_next->swack_vec == swack_vec))
Cliff Wickmanc5d35d32012-01-16 15:19:47 -06001170 return msg_next;
1171 msg_next++;
1172 if (msg_next > bcp->queue_last)
1173 msg_next = bcp->queue_first;
1174 }
1175 return NULL;
1176}
1177
1178/*
1179 * UV2 needs to work around a bug in which an arriving message has not
1180 * set a bit in the UVH_LB_BAU_INTD_SOFTWARE_ACKNOWLEDGE register.
1181 * Such a message must be ignored.
1182 */
1183void process_uv2_message(struct msg_desc *mdp, struct bau_control *bcp)
1184{
1185 unsigned long mmr_image;
1186 unsigned char swack_vec;
1187 struct bau_pq_entry *msg = mdp->msg;
1188 struct bau_pq_entry *other_msg;
1189
1190 mmr_image = read_mmr_sw_ack();
1191 swack_vec = msg->swack_vec;
1192
1193 if ((swack_vec & mmr_image) == 0) {
1194 /*
1195 * This message was assigned a swack resource, but no
1196 * reserved acknowlegment is pending.
1197 * The bug has prevented this message from setting the MMR.
Cliff Wickmanc5d35d32012-01-16 15:19:47 -06001198 */
Cliff Wickmanc5d35d32012-01-16 15:19:47 -06001199 /*
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001200 * Some message has set the MMR 'pending' bit; it might have
1201 * been another message. Look for that message.
Cliff Wickmanc5d35d32012-01-16 15:19:47 -06001202 */
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001203 other_msg = find_another_by_swack(msg, bcp);
1204 if (other_msg) {
1205 /*
1206 * There is another. Process this one but do not
1207 * ack it.
1208 */
1209 bau_process_message(mdp, bcp, 0);
1210 /*
1211 * Let the natural processing of that other message
1212 * acknowledge it. Don't get the processing of sw_ack's
1213 * out of order.
1214 */
1215 return;
1216 }
Cliff Wickmanc5d35d32012-01-16 15:19:47 -06001217 }
1218
1219 /*
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001220 * Either the MMR shows this one pending a reply or there is no
1221 * other message using this sw_ack, so it is safe to acknowledge it.
Cliff Wickmanc5d35d32012-01-16 15:19:47 -06001222 */
1223 bau_process_message(mdp, bcp, 1);
1224
1225 return;
1226}
1227
1228/*
Cliff Wickman18129242008-06-02 08:56:14 -05001229 * The BAU message interrupt comes here. (registered by set_intr_gate)
1230 * See entry_64.S
1231 *
1232 * We received a broadcast assist message.
1233 *
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001234 * Interrupts are disabled; this interrupt could represent
Cliff Wickman18129242008-06-02 08:56:14 -05001235 * the receipt of several messages.
1236 *
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001237 * All cores/threads on this hub get this interrupt.
1238 * The last one to see it does the software ack.
Cliff Wickman18129242008-06-02 08:56:14 -05001239 * (the resource will not be freed until noninterruptable cpus see this
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001240 * interrupt; hardware may timeout the s/w ack and reply ERROR)
Cliff Wickman18129242008-06-02 08:56:14 -05001241 */
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001242void uv_bau_message_interrupt(struct pt_regs *regs)
Cliff Wickman18129242008-06-02 08:56:14 -05001243{
Cliff Wickman18129242008-06-02 08:56:14 -05001244 int count = 0;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001245 cycles_t time_start;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001246 struct bau_pq_entry *msg;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001247 struct bau_control *bcp;
1248 struct ptc_stats *stat;
1249 struct msg_desc msgdesc;
Cliff Wickman18129242008-06-02 08:56:14 -05001250
Cliff Wickman88ed9dd2012-01-16 15:21:46 -06001251 ack_APIC_irq();
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001252 time_start = get_cycles();
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001253
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001254 bcp = &per_cpu(bau_control, smp_processor_id());
Cliff Wickman712157a2010-06-02 16:22:02 -05001255 stat = bcp->statp;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001256
1257 msgdesc.queue_first = bcp->queue_first;
1258 msgdesc.queue_last = bcp->queue_last;
1259
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001260 msg = bcp->bau_msg_head;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001261 while (msg->swack_vec) {
Cliff Wickman18129242008-06-02 08:56:14 -05001262 count++;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001263
1264 msgdesc.msg_slot = msg - msgdesc.queue_first;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001265 msgdesc.msg = msg;
Cliff Wickmanc5d35d32012-01-16 15:19:47 -06001266 if (bcp->uvhub_version == 2)
1267 process_uv2_message(&msgdesc, bcp);
1268 else
Cliff Wickmana26fd712014-05-14 16:15:47 -05001269 /* no error workaround for uv1 or uv3 */
Cliff Wickmanc5d35d32012-01-16 15:19:47 -06001270 bau_process_message(&msgdesc, bcp, 1);
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001271
Cliff Wickman18129242008-06-02 08:56:14 -05001272 msg++;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001273 if (msg > msgdesc.queue_last)
1274 msg = msgdesc.queue_first;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001275 bcp->bau_msg_head = msg;
Cliff Wickman18129242008-06-02 08:56:14 -05001276 }
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001277 stat->d_time += (get_cycles() - time_start);
Cliff Wickman18129242008-06-02 08:56:14 -05001278 if (!count)
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001279 stat->d_nomsg++;
Cliff Wickman18129242008-06-02 08:56:14 -05001280 else if (count > 1)
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001281 stat->d_multmsg++;
Cliff Wickman18129242008-06-02 08:56:14 -05001282}
1283
Cliff Wickmanc4c46882009-04-03 08:34:32 -05001284/*
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001285 * Each target uvhub (i.e. a uvhub that has cpu's) needs to have
Cliff Wickmanc4c46882009-04-03 08:34:32 -05001286 * shootdown message timeouts enabled. The timeout does not cause
1287 * an interrupt, but causes an error message to be returned to
1288 * the sender.
1289 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001290static void __init enable_timeouts(void)
Cliff Wickman18129242008-06-02 08:56:14 -05001291{
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001292 int uvhub;
1293 int nuvhubs;
Cliff Wickman18129242008-06-02 08:56:14 -05001294 int pnode;
Cliff Wickmanc4c46882009-04-03 08:34:32 -05001295 unsigned long mmr_image;
Cliff Wickman18129242008-06-02 08:56:14 -05001296
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001297 nuvhubs = uv_num_possible_blades();
Cliff Wickmanc4c46882009-04-03 08:34:32 -05001298
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001299 for (uvhub = 0; uvhub < nuvhubs; uvhub++) {
1300 if (!uv_blade_nr_possible_cpus(uvhub))
Cliff Wickman18129242008-06-02 08:56:14 -05001301 continue;
Cliff Wickmanc4c46882009-04-03 08:34:32 -05001302
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001303 pnode = uv_blade_to_pnode(uvhub);
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001304 mmr_image = read_mmr_misc_control(pnode);
Cliff Wickmanc4c46882009-04-03 08:34:32 -05001305 /*
1306 * Set the timeout period and then lock it in, in three
1307 * steps; captures and locks in the period.
1308 *
1309 * To program the period, the SOFT_ACK_MODE must be off.
1310 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001311 mmr_image &= ~(1L << SOFTACK_MSHIFT);
1312 write_mmr_misc_control(pnode, mmr_image);
Cliff Wickmanc4c46882009-04-03 08:34:32 -05001313 /*
1314 * Set the 4-bit period.
1315 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001316 mmr_image &= ~((unsigned long)0xf << SOFTACK_PSHIFT);
1317 mmr_image |= (SOFTACK_TIMEOUT_PERIOD << SOFTACK_PSHIFT);
1318 write_mmr_misc_control(pnode, mmr_image);
Cliff Wickmanc4c46882009-04-03 08:34:32 -05001319 /*
Jack Steiner2a919592011-05-11 12:50:28 -05001320 * UV1:
Cliff Wickmanc4c46882009-04-03 08:34:32 -05001321 * Subsequent reversals of the timebase bit (3) cause an
1322 * immediate timeout of one or all INTD resources as
1323 * indicated in bits 2:0 (7 causes all of them to timeout).
1324 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001325 mmr_image |= (1L << SOFTACK_MSHIFT);
Jack Steiner2a919592011-05-11 12:50:28 -05001326 if (is_uv2_hub()) {
Cliff Wickmana26fd712014-05-14 16:15:47 -05001327 /* do not touch the legacy mode bit */
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001328 /* hw bug workaround; do not use extended status */
1329 mmr_image &= ~(1L << UV2_EXT_SHFT);
Cliff Wickmana26fd712014-05-14 16:15:47 -05001330 } else if (is_uv3_hub()) {
1331 mmr_image &= ~(1L << PREFETCH_HINT_SHFT);
1332 mmr_image |= (1L << SB_STATUS_SHFT);
Jack Steiner2a919592011-05-11 12:50:28 -05001333 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001334 write_mmr_misc_control(pnode, mmr_image);
Cliff Wickman18129242008-06-02 08:56:14 -05001335 }
Cliff Wickman18129242008-06-02 08:56:14 -05001336}
1337
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001338static void *ptc_seq_start(struct seq_file *file, loff_t *offset)
Cliff Wickman18129242008-06-02 08:56:14 -05001339{
1340 if (*offset < num_possible_cpus())
1341 return offset;
1342 return NULL;
1343}
1344
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001345static void *ptc_seq_next(struct seq_file *file, void *data, loff_t *offset)
Cliff Wickman18129242008-06-02 08:56:14 -05001346{
1347 (*offset)++;
1348 if (*offset < num_possible_cpus())
1349 return offset;
1350 return NULL;
1351}
1352
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001353static void ptc_seq_stop(struct seq_file *file, void *data)
Cliff Wickman18129242008-06-02 08:56:14 -05001354{
1355}
1356
1357/*
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001358 * Display the statistics thru /proc/sgi_uv/ptc_statistics
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001359 * 'data' points to the cpu number
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001360 * Note: see the descriptions in stat_description[].
Cliff Wickman18129242008-06-02 08:56:14 -05001361 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001362static int ptc_seq_show(struct seq_file *file, void *data)
Cliff Wickman18129242008-06-02 08:56:14 -05001363{
1364 struct ptc_stats *stat;
Cliff Wickman26ef8572012-06-22 08:13:30 -05001365 struct bau_control *bcp;
Cliff Wickman18129242008-06-02 08:56:14 -05001366 int cpu;
1367
1368 cpu = *(loff_t *)data;
Cliff Wickman18129242008-06-02 08:56:14 -05001369 if (!cpu) {
1370 seq_printf(file,
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001371 "# cpu bauoff sent stime self locals remotes ncpus localhub ");
Cliff Wickman18129242008-06-02 08:56:14 -05001372 seq_printf(file,
Cliff Wickman450a0072010-06-02 16:22:02 -05001373 "remotehub numuvhubs numuvhubs16 numuvhubs8 ");
1374 seq_printf(file,
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001375 "numuvhubs4 numuvhubs2 numuvhubs1 dto snacks retries ");
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001376 seq_printf(file,
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001377 "rok resetp resett giveup sto bz throt disable ");
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001378 seq_printf(file,
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001379 "enable wars warshw warwaits enters ipidis plugged ");
Cliff Wickman50fb55a2010-06-02 16:22:02 -05001380 seq_printf(file,
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001381 "ipiover glim cong swack recv rtime all one mult ");
1382 seq_printf(file,
1383 "none retry canc nocan reset rcan\n");
Cliff Wickman18129242008-06-02 08:56:14 -05001384 }
1385 if (cpu < num_possible_cpus() && cpu_online(cpu)) {
Cliff Wickman26ef8572012-06-22 08:13:30 -05001386 bcp = &per_cpu(bau_control, cpu);
James Custerfa2a79ce2014-11-02 12:16:39 -06001387 if (bcp->nobau) {
1388 seq_printf(file, "cpu %d bau disabled\n", cpu);
1389 return 0;
1390 }
Cliff Wickman26ef8572012-06-22 08:13:30 -05001391 stat = bcp->statp;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001392 /* source side statistics */
1393 seq_printf(file,
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001394 "cpu %d %d %ld %ld %ld %ld %ld %ld %ld %ld %ld %ld ",
Cliff Wickman26ef8572012-06-22 08:13:30 -05001395 cpu, bcp->nobau, stat->s_requestor,
1396 cycles_2_us(stat->s_time),
Cliff Wickman450a0072010-06-02 16:22:02 -05001397 stat->s_ntargself, stat->s_ntarglocals,
1398 stat->s_ntargremotes, stat->s_ntargcpu,
1399 stat->s_ntarglocaluvhub, stat->s_ntargremoteuvhub,
1400 stat->s_ntarguvhub, stat->s_ntarguvhub16);
Cliff Wickmanb54bd9b2012-01-16 15:22:38 -06001401 seq_printf(file, "%ld %ld %ld %ld %ld %ld ",
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001402 stat->s_ntarguvhub8, stat->s_ntarguvhub4,
1403 stat->s_ntarguvhub2, stat->s_ntarguvhub1,
Cliff Wickmanb54bd9b2012-01-16 15:22:38 -06001404 stat->s_dtimeout, stat->s_strongnacks);
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001405 seq_printf(file, "%ld %ld %ld %ld %ld %ld %ld %ld ",
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001406 stat->s_retry_messages, stat->s_retriesok,
1407 stat->s_resets_plug, stat->s_resets_timeout,
1408 stat->s_giveup, stat->s_stimeout,
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001409 stat->s_busy, stat->s_throttles);
1410 seq_printf(file, "%ld %ld %ld %ld %ld %ld %ld %ld %ld %ld %ld ",
1411 stat->s_bau_disabled, stat->s_bau_reenabled,
1412 stat->s_uv2_wars, stat->s_uv2_wars_hw,
1413 stat->s_uv2_war_waits, stat->s_enters,
1414 stat->s_ipifordisabled, stat->s_plugged,
1415 stat->s_overipilimit, stat->s_giveuplimit,
1416 stat->s_congested);
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001417
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001418 /* destination side statistics */
1419 seq_printf(file,
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001420 "%lx %ld %ld %ld %ld %ld %ld %ld %ld %ld %ld %ld\n",
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001421 read_gmmr_sw_ack(uv_cpu_to_pnode(cpu)),
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001422 stat->d_requestee, cycles_2_us(stat->d_time),
1423 stat->d_alltlb, stat->d_onetlb, stat->d_multmsg,
1424 stat->d_nomsg, stat->d_retries, stat->d_canceled,
1425 stat->d_nocanceled, stat->d_resets,
1426 stat->d_rcanceled);
Cliff Wickman18129242008-06-02 08:56:14 -05001427 }
Cliff Wickman18129242008-06-02 08:56:14 -05001428 return 0;
1429}
1430
1431/*
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001432 * Display the tunables thru debugfs
1433 */
1434static ssize_t tunables_read(struct file *file, char __user *userbuf,
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001435 size_t count, loff_t *ppos)
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001436{
Dan Carpenterb365a852010-09-29 10:41:05 +02001437 char *buf;
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001438 int ret;
1439
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001440 buf = kasprintf(GFP_KERNEL, "%s %s %s\n%d %d %d %d %d %d %d %d %d %d\n",
1441 "max_concur plugged_delay plugsb4reset timeoutsb4reset",
1442 "ipi_reset_limit complete_threshold congested_response_us",
1443 "congested_reps disabled_period giveup_limit",
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001444 max_concurr, plugged_delay, plugsb4reset,
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001445 timeoutsb4reset, ipi_reset_limit, complete_threshold,
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001446 congested_respns_us, congested_reps, disabled_period,
1447 giveup_limit);
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001448
Dan Carpenterb365a852010-09-29 10:41:05 +02001449 if (!buf)
1450 return -ENOMEM;
1451
1452 ret = simple_read_from_buffer(userbuf, count, ppos, buf, strlen(buf));
1453 kfree(buf);
1454 return ret;
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001455}
1456
1457/*
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001458 * handle a write to /proc/sgi_uv/ptc_statistics
1459 * -1: reset the statistics
Cliff Wickman18129242008-06-02 08:56:14 -05001460 * 0: display meaning of the statistics
Cliff Wickman18129242008-06-02 08:56:14 -05001461 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001462static ssize_t ptc_proc_write(struct file *file, const char __user *user,
1463 size_t count, loff_t *data)
Cliff Wickman18129242008-06-02 08:56:14 -05001464{
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001465 int cpu;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001466 int i;
1467 int elements;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001468 long input_arg;
Cliff Wickman18129242008-06-02 08:56:14 -05001469 char optstr[64];
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001470 struct ptc_stats *stat;
Cliff Wickman18129242008-06-02 08:56:14 -05001471
Cliff Wickmane7eb8722008-06-23 08:32:25 -05001472 if (count == 0 || count > sizeof(optstr))
Cliff Wickmancef53272008-06-19 11:16:24 -05001473 return -EINVAL;
Cliff Wickman18129242008-06-02 08:56:14 -05001474 if (copy_from_user(optstr, user, count))
1475 return -EFAULT;
1476 optstr[count - 1] = '\0';
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001477
Cliff Wickman26ef8572012-06-22 08:13:30 -05001478 if (!strcmp(optstr, "on")) {
1479 set_bau_on();
1480 return count;
1481 } else if (!strcmp(optstr, "off")) {
1482 set_bau_off();
1483 return count;
1484 }
1485
Daniel Walter164109e2014-08-08 14:24:03 -07001486 if (kstrtol(optstr, 10, &input_arg) < 0) {
Cliff Wickman18129242008-06-02 08:56:14 -05001487 printk(KERN_DEBUG "%s is invalid\n", optstr);
1488 return -EINVAL;
1489 }
1490
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001491 if (input_arg == 0) {
Sasha Levin64441742012-12-20 14:11:34 -05001492 elements = ARRAY_SIZE(stat_description);
Cliff Wickman18129242008-06-02 08:56:14 -05001493 printk(KERN_DEBUG "# cpu: cpu number\n");
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001494 printk(KERN_DEBUG "Sender statistics:\n");
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001495 for (i = 0; i < elements; i++)
1496 printk(KERN_DEBUG "%s\n", stat_description[i]);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001497 } else if (input_arg == -1) {
1498 for_each_present_cpu(cpu) {
1499 stat = &per_cpu(ptcstats, cpu);
1500 memset(stat, 0, sizeof(struct ptc_stats));
1501 }
Cliff Wickman18129242008-06-02 08:56:14 -05001502 }
1503
1504 return count;
1505}
1506
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001507static int local_atoi(const char *name)
1508{
1509 int val = 0;
1510
1511 for (;; name++) {
1512 switch (*name) {
1513 case '0' ... '9':
1514 val = 10*val+(*name-'0');
1515 break;
1516 default:
1517 return val;
1518 }
1519 }
1520}
1521
1522/*
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001523 * Parse the values written to /sys/kernel/debug/sgi_uv/bau_tunables.
1524 * Zero values reset them to defaults.
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001525 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001526static int parse_tunables_write(struct bau_control *bcp, char *instr,
1527 int count)
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001528{
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001529 char *p;
1530 char *q;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001531 int cnt = 0;
1532 int val;
Sasha Levin64441742012-12-20 14:11:34 -05001533 int e = ARRAY_SIZE(tunables);
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001534
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001535 p = instr + strspn(instr, WHITESPACE);
1536 q = p;
1537 for (; *p; p = q + strspn(q, WHITESPACE)) {
1538 q = p + strcspn(p, WHITESPACE);
1539 cnt++;
1540 if (q == p)
1541 break;
1542 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001543 if (cnt != e) {
1544 printk(KERN_INFO "bau tunable error: should be %d values\n", e);
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001545 return -EINVAL;
1546 }
1547
1548 p = instr + strspn(instr, WHITESPACE);
1549 q = p;
1550 for (cnt = 0; *p; p = q + strspn(q, WHITESPACE), cnt++) {
1551 q = p + strcspn(p, WHITESPACE);
1552 val = local_atoi(p);
1553 switch (cnt) {
1554 case 0:
1555 if (val == 0) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001556 max_concurr = MAX_BAU_CONCURRENT;
1557 max_concurr_const = MAX_BAU_CONCURRENT;
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001558 continue;
1559 }
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001560 if (val < 1 || val > bcp->cpus_in_uvhub) {
1561 printk(KERN_DEBUG
1562 "Error: BAU max concurrent %d is invalid\n",
1563 val);
1564 return -EINVAL;
1565 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001566 max_concurr = val;
1567 max_concurr_const = val;
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001568 continue;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001569 default:
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001570 if (val == 0)
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001571 *tunables[cnt].tunp = tunables[cnt].deflt;
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001572 else
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001573 *tunables[cnt].tunp = val;
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001574 continue;
1575 }
1576 if (q == p)
1577 break;
1578 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001579 return 0;
1580}
1581
1582/*
1583 * Handle a write to debugfs. (/sys/kernel/debug/sgi_uv/bau_tunables)
1584 */
1585static ssize_t tunables_write(struct file *file, const char __user *user,
1586 size_t count, loff_t *data)
1587{
1588 int cpu;
1589 int ret;
1590 char instr[100];
1591 struct bau_control *bcp;
1592
1593 if (count == 0 || count > sizeof(instr)-1)
1594 return -EINVAL;
1595 if (copy_from_user(instr, user, count))
1596 return -EFAULT;
1597
1598 instr[count] = '\0';
1599
cpw@sgi.com00b30cf2011-06-21 07:21:26 -05001600 cpu = get_cpu();
1601 bcp = &per_cpu(bau_control, cpu);
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001602 ret = parse_tunables_write(bcp, instr, count);
cpw@sgi.com00b30cf2011-06-21 07:21:26 -05001603 put_cpu();
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001604 if (ret)
1605 return ret;
1606
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001607 for_each_present_cpu(cpu) {
1608 bcp = &per_cpu(bau_control, cpu);
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001609 bcp->max_concurr = max_concurr;
1610 bcp->max_concurr_const = max_concurr;
1611 bcp->plugged_delay = plugged_delay;
1612 bcp->plugsb4reset = plugsb4reset;
1613 bcp->timeoutsb4reset = timeoutsb4reset;
1614 bcp->ipi_reset_limit = ipi_reset_limit;
1615 bcp->complete_threshold = complete_threshold;
1616 bcp->cong_response_us = congested_respns_us;
1617 bcp->cong_reps = congested_reps;
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001618 bcp->disabled_period = sec_2_cycles(disabled_period);
1619 bcp->giveup_limit = giveup_limit;
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001620 }
1621 return count;
1622}
1623
Cliff Wickman18129242008-06-02 08:56:14 -05001624static const struct seq_operations uv_ptc_seq_ops = {
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001625 .start = ptc_seq_start,
1626 .next = ptc_seq_next,
1627 .stop = ptc_seq_stop,
1628 .show = ptc_seq_show
Cliff Wickman18129242008-06-02 08:56:14 -05001629};
1630
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001631static int ptc_proc_open(struct inode *inode, struct file *file)
Cliff Wickman18129242008-06-02 08:56:14 -05001632{
1633 return seq_open(file, &uv_ptc_seq_ops);
1634}
1635
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001636static int tunables_open(struct inode *inode, struct file *file)
1637{
1638 return 0;
1639}
1640
Cliff Wickman18129242008-06-02 08:56:14 -05001641static const struct file_operations proc_uv_ptc_operations = {
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001642 .open = ptc_proc_open,
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001643 .read = seq_read,
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001644 .write = ptc_proc_write,
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001645 .llseek = seq_lseek,
1646 .release = seq_release,
Cliff Wickman18129242008-06-02 08:56:14 -05001647};
1648
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001649static const struct file_operations tunables_fops = {
1650 .open = tunables_open,
1651 .read = tunables_read,
1652 .write = tunables_write,
Arnd Bergmann6038f372010-08-15 18:52:59 +02001653 .llseek = default_llseek,
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001654};
1655
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001656static int __init uv_ptc_init(void)
Cliff Wickman18129242008-06-02 08:56:14 -05001657{
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001658 struct proc_dir_entry *proc_uv_ptc;
Cliff Wickman18129242008-06-02 08:56:14 -05001659
1660 if (!is_uv_system())
1661 return 0;
1662
Alexey Dobriyan10f02d112009-08-23 23:17:27 +04001663 proc_uv_ptc = proc_create(UV_PTC_BASENAME, 0444, NULL,
1664 &proc_uv_ptc_operations);
Cliff Wickman18129242008-06-02 08:56:14 -05001665 if (!proc_uv_ptc) {
1666 printk(KERN_ERR "unable to create %s proc entry\n",
1667 UV_PTC_BASENAME);
1668 return -EINVAL;
1669 }
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001670
1671 tunables_dir = debugfs_create_dir(UV_BAU_TUNABLES_DIR, NULL);
1672 if (!tunables_dir) {
1673 printk(KERN_ERR "unable to create debugfs directory %s\n",
1674 UV_BAU_TUNABLES_DIR);
1675 return -EINVAL;
1676 }
1677 tunables_file = debugfs_create_file(UV_BAU_TUNABLES_FILE, 0600,
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001678 tunables_dir, NULL, &tunables_fops);
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05001679 if (!tunables_file) {
1680 printk(KERN_ERR "unable to create debugfs file %s\n",
1681 UV_BAU_TUNABLES_FILE);
1682 return -EINVAL;
1683 }
Cliff Wickman18129242008-06-02 08:56:14 -05001684 return 0;
1685}
1686
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001687/*
Cliff Wickman77ed23f2011-05-10 08:26:43 -05001688 * Initialize the sending side's sending buffers.
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001689 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001690static void activation_descriptor_init(int node, int pnode, int base_pnode)
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001691{
1692 int i;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001693 int cpu;
Cliff Wickmanda87c932012-01-16 15:17:50 -06001694 int uv1 = 0;
Jack Steiner6a469e42011-09-20 13:55:04 -07001695 unsigned long gpa;
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001696 unsigned long m;
1697 unsigned long n;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001698 size_t dsize;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001699 struct bau_desc *bau_desc;
1700 struct bau_desc *bd2;
Cliff Wickmanda87c932012-01-16 15:17:50 -06001701 struct uv1_bau_msg_header *uv1_hdr;
Cliff Wickmana26fd712014-05-14 16:15:47 -05001702 struct uv2_3_bau_msg_header *uv2_3_hdr;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001703 struct bau_control *bcp;
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001704
Cliff Wickman0e2595c2009-05-20 08:10:57 -05001705 /*
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001706 * each bau_desc is 64 bytes; there are 8 (ITEMS_PER_DESC)
1707 * per cpu; and one per cpu on the uvhub (ADP_SZ)
Cliff Wickman0e2595c2009-05-20 08:10:57 -05001708 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001709 dsize = sizeof(struct bau_desc) * ADP_SZ * ITEMS_PER_DESC;
1710 bau_desc = kmalloc_node(dsize, GFP_KERNEL, node);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001711 BUG_ON(!bau_desc);
Ingo Molnarb4c286e2008-06-18 14:28:19 +02001712
Jack Steiner6a469e42011-09-20 13:55:04 -07001713 gpa = uv_gpa(bau_desc);
1714 n = uv_gpa_to_gnode(gpa);
1715 m = uv_gpa_to_offset(gpa);
Cliff Wickmanda87c932012-01-16 15:17:50 -06001716 if (is_uv1_hub())
1717 uv1 = 1;
Ingo Molnarb4c286e2008-06-18 14:28:19 +02001718
Cliff Wickman77ed23f2011-05-10 08:26:43 -05001719 /* the 14-bit pnode */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001720 write_mmr_descriptor_base(pnode, (n << UV_DESC_PSHIFT | m));
Cliff Wickman0e2595c2009-05-20 08:10:57 -05001721 /*
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001722 * Initializing all 8 (ITEMS_PER_DESC) descriptors for each
Cliff Wickman0e2595c2009-05-20 08:10:57 -05001723 * cpu even though we only use the first one; one descriptor can
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001724 * describe a broadcast to 256 uv hubs.
Cliff Wickman0e2595c2009-05-20 08:10:57 -05001725 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001726 for (i = 0, bd2 = bau_desc; i < (ADP_SZ * ITEMS_PER_DESC); i++, bd2++) {
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001727 memset(bd2, 0, sizeof(struct bau_desc));
Cliff Wickmanda87c932012-01-16 15:17:50 -06001728 if (uv1) {
1729 uv1_hdr = &bd2->header.uv1_hdr;
1730 uv1_hdr->swack_flag = 1;
1731 /*
1732 * The base_dest_nasid set in the message header
1733 * is the nasid of the first uvhub in the partition.
1734 * The bit map will indicate destination pnode numbers
1735 * relative to that base. They may not be consecutive
1736 * if nasid striding is being used.
1737 */
1738 uv1_hdr->base_dest_nasid =
1739 UV_PNODE_TO_NASID(base_pnode);
1740 uv1_hdr->dest_subnodeid = UV_LB_SUBNODEID;
1741 uv1_hdr->command = UV_NET_ENDPOINT_INTD;
1742 uv1_hdr->int_both = 1;
1743 /*
1744 * all others need to be set to zero:
1745 * fairness chaining multilevel count replied_to
1746 */
1747 } else {
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001748 /*
Cliff Wickmana26fd712014-05-14 16:15:47 -05001749 * BIOS uses legacy mode, but uv2 and uv3 hardware always
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001750 * uses native mode for selective broadcasts.
1751 */
Cliff Wickmana26fd712014-05-14 16:15:47 -05001752 uv2_3_hdr = &bd2->header.uv2_3_hdr;
1753 uv2_3_hdr->swack_flag = 1;
1754 uv2_3_hdr->base_dest_nasid =
Cliff Wickmanda87c932012-01-16 15:17:50 -06001755 UV_PNODE_TO_NASID(base_pnode);
Cliff Wickmana26fd712014-05-14 16:15:47 -05001756 uv2_3_hdr->dest_subnodeid = UV_LB_SUBNODEID;
1757 uv2_3_hdr->command = UV_NET_ENDPOINT_INTD;
Cliff Wickmanda87c932012-01-16 15:17:50 -06001758 }
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001759 }
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001760 for_each_present_cpu(cpu) {
1761 if (pnode != uv_blade_to_pnode(uv_cpu_to_blade_id(cpu)))
1762 continue;
1763 bcp = &per_cpu(bau_control, cpu);
1764 bcp->descriptor_base = bau_desc;
1765 }
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001766}
1767
1768/*
1769 * initialize the destination side's receiving buffers
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001770 * entered for each uvhub in the partition
1771 * - node is first node (kernel memory notion) on the uvhub
1772 * - pnode is the uvhub's physical identifier
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001773 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001774static void pq_init(int node, int pnode)
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001775{
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001776 int cpu;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001777 size_t plsize;
Ingo Molnarb4c286e2008-06-18 14:28:19 +02001778 char *cp;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001779 void *vp;
1780 unsigned long pn;
1781 unsigned long first;
1782 unsigned long pn_first;
1783 unsigned long last;
1784 struct bau_pq_entry *pqp;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001785 struct bau_control *bcp;
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001786
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001787 plsize = (DEST_Q_SIZE + 1) * sizeof(struct bau_pq_entry);
1788 vp = kmalloc_node(plsize, GFP_KERNEL, node);
1789 pqp = (struct bau_pq_entry *)vp;
Ingo Molnardc163a42008-06-18 14:15:43 +02001790 BUG_ON(!pqp);
Ingo Molnarb4c286e2008-06-18 14:28:19 +02001791
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001792 cp = (char *)pqp + 31;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001793 pqp = (struct bau_pq_entry *)(((unsigned long)cp >> 5) << 5);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001794
1795 for_each_present_cpu(cpu) {
1796 if (pnode != uv_cpu_to_pnode(cpu))
1797 continue;
1798 /* for every cpu on this pnode: */
1799 bcp = &per_cpu(bau_control, cpu);
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001800 bcp->queue_first = pqp;
1801 bcp->bau_msg_head = pqp;
1802 bcp->queue_last = pqp + (DEST_Q_SIZE - 1);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001803 }
Cliff Wickman4ea3c512009-04-16 07:53:09 -05001804 /*
Jack Steiner6a469e42011-09-20 13:55:04 -07001805 * need the gnode of where the memory was really allocated
Cliff Wickman4ea3c512009-04-16 07:53:09 -05001806 */
Jack Steiner6a469e42011-09-20 13:55:04 -07001807 pn = uv_gpa_to_gnode(uv_gpa(pqp));
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001808 first = uv_physnodeaddr(pqp);
1809 pn_first = ((unsigned long)pn << UV_PAYLOADQ_PNODE_SHIFT) | first;
1810 last = uv_physnodeaddr(pqp + (DEST_Q_SIZE - 1));
1811 write_mmr_payload_first(pnode, pn_first);
1812 write_mmr_payload_tail(pnode, first);
1813 write_mmr_payload_last(pnode, last);
Cliff Wickmanc5d35d32012-01-16 15:19:47 -06001814 write_gmmr_sw_ack(pnode, 0xffffUL);
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001815
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001816 /* in effect, all msg_type's are set to MSG_NOOP */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001817 memset(pqp, 0, sizeof(struct bau_pq_entry) * DEST_Q_SIZE);
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001818}
1819
1820/*
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001821 * Initialization of each UV hub's structures
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001822 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001823static void __init init_uvhub(int uvhub, int vector, int base_pnode)
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001824{
Cliff Wickman9674f352009-04-03 08:34:05 -05001825 int node;
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001826 int pnode;
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001827 unsigned long apicid;
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001828
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001829 node = uvhub_to_first_node(uvhub);
1830 pnode = uv_blade_to_pnode(uvhub);
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001831
1832 activation_descriptor_init(node, pnode, base_pnode);
1833
1834 pq_init(node, pnode);
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001835 /*
Cliff Wickman77ed23f2011-05-10 08:26:43 -05001836 * The below initialization can't be in firmware because the
1837 * messaging IRQ will be determined by the OS.
Cliff Wickmanb194b1202008-06-12 08:23:48 -05001838 */
Dimitri Sivanich8191c9f2010-11-16 16:23:52 -06001839 apicid = uvhub_to_first_apicid(uvhub) | uv_apicid_hibits;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001840 write_mmr_data_config(pnode, ((apicid << 32) | vector));
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001841}
1842
1843/*
Cliff Wickman12a66112010-06-02 16:22:01 -05001844 * We will set BAU_MISC_CONTROL with a timeout period.
1845 * But the BIOS has set UVH_AGING_PRESCALE_SEL and UVH_TRANSACTION_TIMEOUT.
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001846 * So the destination timeout period has to be calculated from them.
Cliff Wickman12a66112010-06-02 16:22:01 -05001847 */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001848static int calculate_destination_timeout(void)
Cliff Wickman12a66112010-06-02 16:22:01 -05001849{
1850 unsigned long mmr_image;
1851 int mult1;
1852 int mult2;
1853 int index;
1854 int base;
1855 int ret;
1856 unsigned long ts_ns;
1857
Jack Steiner2a919592011-05-11 12:50:28 -05001858 if (is_uv1_hub()) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001859 mult1 = SOFTACK_TIMEOUT_PERIOD & BAU_MISC_CONTROL_MULT_MASK;
Jack Steiner2a919592011-05-11 12:50:28 -05001860 mmr_image = uv_read_local_mmr(UVH_AGING_PRESCALE_SEL);
1861 index = (mmr_image >> BAU_URGENCY_7_SHIFT) & BAU_URGENCY_7_MASK;
1862 mmr_image = uv_read_local_mmr(UVH_TRANSACTION_TIMEOUT);
1863 mult2 = (mmr_image >> BAU_TRANS_SHIFT) & BAU_TRANS_MASK;
Cliff Wickman11cab712012-06-22 08:12:12 -05001864 ts_ns = timeout_base_ns[index];
1865 ts_ns *= (mult1 * mult2);
Jack Steiner2a919592011-05-11 12:50:28 -05001866 ret = ts_ns / 1000;
1867 } else {
Cliff Wickmana26fd712014-05-14 16:15:47 -05001868 /* same destination timeout for uv2 and uv3 */
Cliff Wickmand059f9f2012-01-16 15:18:48 -06001869 /* 4 bits 0/1 for 10/80us base, 3 bits of multiplier */
1870 mmr_image = uv_read_local_mmr(UVH_LB_BAU_MISC_CONTROL);
Jack Steiner2a919592011-05-11 12:50:28 -05001871 mmr_image = (mmr_image & UV_SA_MASK) >> UV_SA_SHFT;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001872 if (mmr_image & (1L << UV2_ACK_UNITS_SHFT))
Cliff Wickmand059f9f2012-01-16 15:18:48 -06001873 base = 80;
Jack Steiner2a919592011-05-11 12:50:28 -05001874 else
Cliff Wickmand059f9f2012-01-16 15:18:48 -06001875 base = 10;
1876 mult1 = mmr_image & UV2_ACK_MASK;
Jack Steiner2a919592011-05-11 12:50:28 -05001877 ret = mult1 * base;
1878 }
Cliff Wickman12a66112010-06-02 16:22:01 -05001879 return ret;
1880}
1881
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001882static void __init init_per_cpu_tunables(void)
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001883{
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001884 int cpu;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001885 struct bau_control *bcp;
1886
1887 for_each_present_cpu(cpu) {
1888 bcp = &per_cpu(bau_control, cpu);
1889 bcp->baudisabled = 0;
Cliff Wickman26ef8572012-06-22 08:13:30 -05001890 if (nobau)
1891 bcp->nobau = 1;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001892 bcp->statp = &per_cpu(ptcstats, cpu);
1893 /* time interval to catch a hardware stay-busy bug */
1894 bcp->timeout_interval = usec_2_cycles(2*timeout_us);
1895 bcp->max_concurr = max_concurr;
1896 bcp->max_concurr_const = max_concurr;
1897 bcp->plugged_delay = plugged_delay;
1898 bcp->plugsb4reset = plugsb4reset;
1899 bcp->timeoutsb4reset = timeoutsb4reset;
1900 bcp->ipi_reset_limit = ipi_reset_limit;
1901 bcp->complete_threshold = complete_threshold;
1902 bcp->cong_response_us = congested_respns_us;
1903 bcp->cong_reps = congested_reps;
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001904 bcp->disabled_period = sec_2_cycles(disabled_period);
1905 bcp->giveup_limit = giveup_limit;
Cliff Wickmand2ebc712012-01-18 09:40:47 -06001906 spin_lock_init(&bcp->queue_lock);
1907 spin_lock_init(&bcp->uvhub_lock);
Cliff Wickman8b6e5112012-06-22 08:14:59 -05001908 spin_lock_init(&bcp->disable_lock);
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001909 }
1910}
1911
1912/*
1913 * Scan all cpus to collect blade and socket summaries.
1914 */
1915static int __init get_cpu_topology(int base_pnode,
1916 struct uvhub_desc *uvhub_descs,
1917 unsigned char *uvhub_mask)
1918{
1919 int cpu;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001920 int pnode;
1921 int uvhub;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001922 int socket;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001923 struct bau_control *bcp;
1924 struct uvhub_desc *bdp;
1925 struct socket_desc *sdp;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001926
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001927 for_each_present_cpu(cpu) {
1928 bcp = &per_cpu(bau_control, cpu);
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001929
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001930 memset(bcp, 0, sizeof(struct bau_control));
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001931
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001932 pnode = uv_cpu_hub_info(cpu)->pnode;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001933 if ((pnode - base_pnode) >= UV_DISTRIBUTION_SIZE) {
Cliff Wickman77ed23f2011-05-10 08:26:43 -05001934 printk(KERN_EMERG
1935 "cpu %d pnode %d-%d beyond %d; BAU disabled\n",
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001936 cpu, pnode, base_pnode, UV_DISTRIBUTION_SIZE);
Cliff Wickman77ed23f2011-05-10 08:26:43 -05001937 return 1;
1938 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001939
Cliff Wickman77ed23f2011-05-10 08:26:43 -05001940 bcp->osnode = cpu_to_node(cpu);
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001941 bcp->partition_base_pnode = base_pnode;
1942
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001943 uvhub = uv_cpu_hub_info(cpu)->numa_blade_id;
Cliff Wickmanc4026cf2010-07-30 14:10:55 -05001944 *(uvhub_mask + (uvhub/8)) |= (1 << (uvhub%8));
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001945 bdp = &uvhub_descs[uvhub];
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001946
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001947 bdp->num_cpus++;
1948 bdp->uvhub = uvhub;
1949 bdp->pnode = pnode;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001950
Cliff Wickmana8328ee2010-06-02 16:22:02 -05001951 /* kludge: 'assuming' one node per socket, and assuming that
1952 disabling a socket just leaves a gap in node numbers */
Cliff Wickman77ed23f2011-05-10 08:26:43 -05001953 socket = bcp->osnode & 1;
Cliff Wickmana8328ee2010-06-02 16:22:02 -05001954 bdp->socket_mask |= (1 << socket);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001955 sdp = &bdp->socket[socket];
1956 sdp->cpu_number[sdp->num_cpus] = cpu;
1957 sdp->num_cpus++;
Cliff Wickmancfa60912011-01-03 12:03:53 -06001958 if (sdp->num_cpus > MAX_CPUS_PER_SOCKET) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001959 printk(KERN_EMERG "%d cpus per socket invalid\n",
1960 sdp->num_cpus);
Cliff Wickmancfa60912011-01-03 12:03:53 -06001961 return 1;
1962 }
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05001963 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001964 return 0;
1965}
1966
1967/*
1968 * Each socket is to get a local array of pnodes/hubs.
1969 */
1970static void make_per_cpu_thp(struct bau_control *smaster)
1971{
1972 int cpu;
1973 size_t hpsz = sizeof(struct hub_and_pnode) * num_possible_cpus();
1974
1975 smaster->thp = kmalloc_node(hpsz, GFP_KERNEL, smaster->osnode);
1976 memset(smaster->thp, 0, hpsz);
1977 for_each_present_cpu(cpu) {
1978 smaster->thp[cpu].pnode = uv_cpu_hub_info(cpu)->pnode;
1979 smaster->thp[cpu].uvhub = uv_cpu_hub_info(cpu)->numa_blade_id;
1980 }
1981}
1982
1983/*
cpw@sgi.com442d3922011-06-21 07:21:31 -05001984 * Each uvhub is to get a local cpumask.
1985 */
1986static void make_per_hub_cpumask(struct bau_control *hmaster)
1987{
1988 int sz = sizeof(cpumask_t);
1989
1990 hmaster->cpumask = kzalloc_node(sz, GFP_KERNEL, hmaster->osnode);
1991}
1992
1993/*
Cliff Wickmanf073cc82011-05-24 13:07:36 -05001994 * Initialize all the per_cpu information for the cpu's on a given socket,
1995 * given what has been gathered into the socket_desc struct.
1996 * And reports the chosen hub and socket masters back to the caller.
1997 */
1998static int scan_sock(struct socket_desc *sdp, struct uvhub_desc *bdp,
1999 struct bau_control **smasterp,
2000 struct bau_control **hmasterp)
2001{
2002 int i;
2003 int cpu;
2004 struct bau_control *bcp;
2005
2006 for (i = 0; i < sdp->num_cpus; i++) {
2007 cpu = sdp->cpu_number[i];
2008 bcp = &per_cpu(bau_control, cpu);
2009 bcp->cpu = cpu;
2010 if (i == 0) {
2011 *smasterp = bcp;
2012 if (!(*hmasterp))
2013 *hmasterp = bcp;
2014 }
2015 bcp->cpus_in_uvhub = bdp->num_cpus;
2016 bcp->cpus_in_socket = sdp->num_cpus;
2017 bcp->socket_master = *smasterp;
2018 bcp->uvhub = bdp->uvhub;
Cliff Wickmanda87c932012-01-16 15:17:50 -06002019 if (is_uv1_hub())
2020 bcp->uvhub_version = 1;
2021 else if (is_uv2_hub())
2022 bcp->uvhub_version = 2;
Cliff Wickmana26fd712014-05-14 16:15:47 -05002023 else if (is_uv3_hub())
2024 bcp->uvhub_version = 3;
Cliff Wickmanda87c932012-01-16 15:17:50 -06002025 else {
Cliff Wickmana26fd712014-05-14 16:15:47 -05002026 printk(KERN_EMERG "uvhub version not 1, 2 or 3\n");
Cliff Wickmanda87c932012-01-16 15:17:50 -06002027 return 1;
2028 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002029 bcp->uvhub_master = *hmasterp;
2030 bcp->uvhub_cpu = uv_cpu_hub_info(cpu)->blade_processor_id;
2031 if (bcp->uvhub_cpu >= MAX_CPUS_PER_UVHUB) {
2032 printk(KERN_EMERG "%d cpus per uvhub invalid\n",
2033 bcp->uvhub_cpu);
2034 return 1;
2035 }
2036 }
2037 return 0;
2038}
2039
2040/*
2041 * Summarize the blade and socket topology into the per_cpu structures.
2042 */
2043static int __init summarize_uvhub_sockets(int nuvhubs,
2044 struct uvhub_desc *uvhub_descs,
2045 unsigned char *uvhub_mask)
2046{
2047 int socket;
2048 int uvhub;
2049 unsigned short socket_mask;
2050
Cliff Wickmanc4026cf2010-07-30 14:10:55 -05002051 for (uvhub = 0; uvhub < nuvhubs; uvhub++) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002052 struct uvhub_desc *bdp;
2053 struct bau_control *smaster = NULL;
2054 struct bau_control *hmaster = NULL;
2055
Cliff Wickmanc4026cf2010-07-30 14:10:55 -05002056 if (!(*(uvhub_mask + (uvhub/8)) & (1 << (uvhub%8))))
2057 continue;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002058
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002059 bdp = &uvhub_descs[uvhub];
Cliff Wickmana8328ee2010-06-02 16:22:02 -05002060 socket_mask = bdp->socket_mask;
2061 socket = 0;
2062 while (socket_mask) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002063 struct socket_desc *sdp;
2064 if ((socket_mask & 1)) {
2065 sdp = &bdp->socket[socket];
2066 if (scan_sock(sdp, bdp, &smaster, &hmaster))
Cliff Wickmancfa60912011-01-03 12:03:53 -06002067 return 1;
cpw@sgi.com9c9153d2011-06-21 07:21:28 -05002068 make_per_cpu_thp(smaster);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002069 }
2070 socket++;
Cliff Wickmana8328ee2010-06-02 16:22:02 -05002071 socket_mask = (socket_mask >> 1);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002072 }
cpw@sgi.com442d3922011-06-21 07:21:31 -05002073 make_per_hub_cpumask(hmaster);
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002074 }
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002075 return 0;
2076}
2077
2078/*
2079 * initialize the bau_control structure for each cpu
2080 */
2081static int __init init_per_cpu(int nuvhubs, int base_part_pnode)
2082{
2083 unsigned char *uvhub_mask;
2084 void *vp;
2085 struct uvhub_desc *uvhub_descs;
2086
2087 timeout_us = calculate_destination_timeout();
2088
2089 vp = kmalloc(nuvhubs * sizeof(struct uvhub_desc), GFP_KERNEL);
2090 uvhub_descs = (struct uvhub_desc *)vp;
2091 memset(uvhub_descs, 0, nuvhubs * sizeof(struct uvhub_desc));
2092 uvhub_mask = kzalloc((nuvhubs+7)/8, GFP_KERNEL);
2093
2094 if (get_cpu_topology(base_part_pnode, uvhub_descs, uvhub_mask))
cpw@sgi.combbd270e2011-06-21 07:21:32 -05002095 goto fail;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002096
2097 if (summarize_uvhub_sockets(nuvhubs, uvhub_descs, uvhub_mask))
cpw@sgi.combbd270e2011-06-21 07:21:32 -05002098 goto fail;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002099
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002100 kfree(uvhub_descs);
Cliff Wickmanc4026cf2010-07-30 14:10:55 -05002101 kfree(uvhub_mask);
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002102 init_per_cpu_tunables();
Cliff Wickmancfa60912011-01-03 12:03:53 -06002103 return 0;
cpw@sgi.combbd270e2011-06-21 07:21:32 -05002104
2105fail:
2106 kfree(uvhub_descs);
2107 kfree(uvhub_mask);
2108 return 1;
Cliff Wickmanb194b1202008-06-12 08:23:48 -05002109}
Cliff Wickman18129242008-06-02 08:56:14 -05002110
2111/*
2112 * Initialization of BAU-related structures
2113 */
Cliff Wickmanb194b1202008-06-12 08:23:48 -05002114static int __init uv_bau_init(void)
Cliff Wickman18129242008-06-02 08:56:14 -05002115{
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002116 int uvhub;
2117 int pnode;
2118 int nuvhubs;
Rusty Russell2c74d662009-03-18 08:22:30 +10302119 int cur_cpu;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002120 int cpus;
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002121 int vector;
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002122 cpumask_var_t *mask;
Cliff Wickman18129242008-06-02 08:56:14 -05002123
2124 if (!is_uv_system())
2125 return 0;
2126
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002127 for_each_possible_cpu(cur_cpu) {
2128 mask = &per_cpu(uv_flush_tlb_mask, cur_cpu);
2129 zalloc_cpumask_var_node(mask, GFP_KERNEL, cpu_to_node(cur_cpu));
2130 }
Rusty Russell76ba0ec2009-03-13 14:49:57 +10302131
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002132 nuvhubs = uv_num_possible_blades();
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002133 congested_cycles = usec_2_cycles(congested_respns_us);
Cliff Wickman9674f352009-04-03 08:34:05 -05002134
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002135 uv_base_pnode = 0x7fffffff;
Cliff Wickman77ed23f2011-05-10 08:26:43 -05002136 for (uvhub = 0; uvhub < nuvhubs; uvhub++) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002137 cpus = uv_blade_nr_possible_cpus(uvhub);
2138 if (cpus && (uv_blade_to_pnode(uvhub) < uv_base_pnode))
2139 uv_base_pnode = uv_blade_to_pnode(uvhub);
Cliff Wickman77ed23f2011-05-10 08:26:43 -05002140 }
2141
Cliff Wickmand059f9f2012-01-16 15:18:48 -06002142 enable_timeouts();
2143
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002144 if (init_per_cpu(nuvhubs, uv_base_pnode)) {
Cliff Wickman26ef8572012-06-22 08:13:30 -05002145 set_bau_off();
2146 nobau_perm = 1;
Cliff Wickmancfa60912011-01-03 12:03:53 -06002147 return 0;
2148 }
Ingo Molnarb4c286e2008-06-18 14:28:19 +02002149
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002150 vector = UV_BAU_MESSAGE;
Cliff Wickmana26fd712014-05-14 16:15:47 -05002151 for_each_possible_blade(uvhub) {
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002152 if (uv_blade_nr_possible_cpus(uvhub))
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002153 init_uvhub(uvhub, vector, uv_base_pnode);
Cliff Wickmana26fd712014-05-14 16:15:47 -05002154 }
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002155
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002156 alloc_intr_gate(vector, uv_bau_message_intr1);
2157
2158 for_each_possible_blade(uvhub) {
Cliff Wickman93a7ca02010-07-16 10:11:21 -05002159 if (uv_blade_nr_possible_cpus(uvhub)) {
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002160 unsigned long val;
2161 unsigned long mmr;
Cliff Wickman93a7ca02010-07-16 10:11:21 -05002162 pnode = uv_blade_to_pnode(uvhub);
2163 /* INIT the bau */
Cliff Wickmanf073cc82011-05-24 13:07:36 -05002164 val = 1L << 63;
2165 write_gmmr_activation(pnode, val);
Cliff Wickman93a7ca02010-07-16 10:11:21 -05002166 mmr = 1; /* should be 1 to broadcast to both sockets */
Cliff Wickmanda87c932012-01-16 15:17:50 -06002167 if (!is_uv1_hub())
2168 write_mmr_data_broadcast(pnode, mmr);
Cliff Wickman93a7ca02010-07-16 10:11:21 -05002169 }
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002170 }
Ingo Molnarb4c286e2008-06-18 14:28:19 +02002171
Cliff Wickman18129242008-06-02 08:56:14 -05002172 return 0;
2173}
Cliff Wickmanb8f7fb12010-04-14 11:35:46 -05002174core_initcall(uv_bau_init);
Cliff Wickmane8e5e8a2010-06-02 16:22:01 -05002175fs_initcall(uv_ptc_init);