iosapic.c 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013
  1. /*
  2. * I/O SAPIC support.
  3. *
  4. * Copyright (C) 1999 Intel Corp.
  5. * Copyright (C) 1999 Asit Mallick <asit.k.mallick@intel.com>
  6. * Copyright (C) 2000-2002 J.I. Lee <jung-ik.lee@intel.com>
  7. * Copyright (C) 1999-2000, 2002-2003 Hewlett-Packard Co.
  8. * David Mosberger-Tang <davidm@hpl.hp.com>
  9. * Copyright (C) 1999 VA Linux Systems
  10. * Copyright (C) 1999,2000 Walt Drummond <drummond@valinux.com>
  11. *
  12. * 00/04/19 D. Mosberger Rewritten to mirror more closely the x86 I/O APIC code.
  13. * In particular, we now have separate handlers for edge
  14. * and level triggered interrupts.
  15. * 00/10/27 Asit Mallick, Goutham Rao <goutham.rao@intel.com> IRQ vector allocation
  16. * PCI to vector mapping, shared PCI interrupts.
  17. * 00/10/27 D. Mosberger Document things a bit more to make them more understandable.
  18. * Clean up much of the old IOSAPIC cruft.
  19. * 01/07/27 J.I. Lee PCI irq routing, Platform/Legacy interrupts and fixes for
  20. * ACPI S5(SoftOff) support.
  21. * 02/01/23 J.I. Lee iosapic pgm fixes for PCI irq routing from _PRT
  22. * 02/01/07 E. Focht <efocht@ess.nec.de> Redirectable interrupt vectors in
  23. * iosapic_set_affinity(), initializations for
  24. * /proc/irq/#/smp_affinity
  25. * 02/04/02 P. Diefenbaugh Cleaned up ACPI PCI IRQ routing.
  26. * 02/04/18 J.I. Lee bug fix in iosapic_init_pci_irq
  27. * 02/04/30 J.I. Lee bug fix in find_iosapic to fix ACPI PCI IRQ to IOSAPIC mapping
  28. * error
  29. * 02/07/29 T. Kochi Allocate interrupt vectors dynamically
  30. * 02/08/04 T. Kochi Cleaned up terminology (irq, global system interrupt, vector, etc.)
  31. * 02/09/20 D. Mosberger Simplified by taking advantage of ACPI's pci_irq code.
  32. * 03/02/19 B. Helgaas Make pcat_compat system-wide, not per-IOSAPIC.
  33. * Remove iosapic_address & gsi_base from external interfaces.
  34. * Rationalize __init/__devinit attributes.
  35. * 04/12/04 Ashok Raj <ashok.raj@intel.com> Intel Corporation 2004
  36. * Updated to work with irq migration necessary for CPU Hotplug
  37. */
  38. /*
  39. * Here is what the interrupt logic between a PCI device and the kernel looks like:
  40. *
  41. * (1) A PCI device raises one of the four interrupt pins (INTA, INTB, INTC, INTD). The
  42. * device is uniquely identified by its bus--, and slot-number (the function
  43. * number does not matter here because all functions share the same interrupt
  44. * lines).
  45. *
  46. * (2) The motherboard routes the interrupt line to a pin on a IOSAPIC controller.
  47. * Multiple interrupt lines may have to share the same IOSAPIC pin (if they're level
  48. * triggered and use the same polarity). Each interrupt line has a unique Global
  49. * System Interrupt (GSI) number which can be calculated as the sum of the controller's
  50. * base GSI number and the IOSAPIC pin number to which the line connects.
  51. *
  52. * (3) The IOSAPIC uses an internal routing table entries (RTEs) to map the IOSAPIC pin
  53. * into the IA-64 interrupt vector. This interrupt vector is then sent to the CPU.
  54. *
  55. * (4) The kernel recognizes an interrupt as an IRQ. The IRQ interface is used as
  56. * architecture-independent interrupt handling mechanism in Linux. As an
  57. * IRQ is a number, we have to have IA-64 interrupt vector number <-> IRQ number
  58. * mapping. On smaller systems, we use one-to-one mapping between IA-64 vector and
  59. * IRQ. A platform can implement platform_irq_to_vector(irq) and
  60. * platform_local_vector_to_irq(vector) APIs to differentiate the mapping.
  61. * Please see also include/asm-ia64/hw_irq.h for those APIs.
  62. *
  63. * To sum up, there are three levels of mappings involved:
  64. *
  65. * PCI pin -> global system interrupt (GSI) -> IA-64 vector <-> IRQ
  66. *
  67. * Note: The term "IRQ" is loosely used everywhere in Linux kernel to describe interrupts.
  68. * Now we use "IRQ" only for Linux IRQ's. ISA IRQ (isa_irq) is the only exception in this
  69. * source code.
  70. */
  71. #include <linux/config.h>
  72. #include <linux/acpi.h>
  73. #include <linux/init.h>
  74. #include <linux/irq.h>
  75. #include <linux/kernel.h>
  76. #include <linux/list.h>
  77. #include <linux/pci.h>
  78. #include <linux/smp.h>
  79. #include <linux/smp_lock.h>
  80. #include <linux/string.h>
  81. #include <linux/bootmem.h>
  82. #include <asm/delay.h>
  83. #include <asm/hw_irq.h>
  84. #include <asm/io.h>
  85. #include <asm/iosapic.h>
  86. #include <asm/machvec.h>
  87. #include <asm/processor.h>
  88. #include <asm/ptrace.h>
  89. #include <asm/system.h>
  90. #undef DEBUG_INTERRUPT_ROUTING
  91. #ifdef DEBUG_INTERRUPT_ROUTING
  92. #define DBG(fmt...) printk(fmt)
  93. #else
  94. #define DBG(fmt...)
  95. #endif
  96. #define NR_PREALLOCATE_RTE_ENTRIES (PAGE_SIZE / sizeof(struct iosapic_rte_info))
  97. #define RTE_PREALLOCATED (1)
  98. static DEFINE_SPINLOCK(iosapic_lock);
  99. /* These tables map IA-64 vectors to the IOSAPIC pin that generates this vector. */
  100. struct iosapic_rte_info {
  101. struct list_head rte_list; /* node in list of RTEs sharing the same vector */
  102. char __iomem *addr; /* base address of IOSAPIC */
  103. unsigned int gsi_base; /* first GSI assigned to this IOSAPIC */
  104. char rte_index; /* IOSAPIC RTE index */
  105. int refcnt; /* reference counter */
  106. unsigned int flags; /* flags */
  107. } ____cacheline_aligned;
  108. static struct iosapic_intr_info {
  109. struct list_head rtes; /* RTEs using this vector (empty => not an IOSAPIC interrupt) */
  110. int count; /* # of RTEs that shares this vector */
  111. u32 low32; /* current value of low word of Redirection table entry */
  112. unsigned int dest; /* destination CPU physical ID */
  113. unsigned char dmode : 3; /* delivery mode (see iosapic.h) */
  114. unsigned char polarity: 1; /* interrupt polarity (see iosapic.h) */
  115. unsigned char trigger : 1; /* trigger mode (see iosapic.h) */
  116. } iosapic_intr_info[IA64_NUM_VECTORS];
  117. static struct iosapic {
  118. char __iomem *addr; /* base address of IOSAPIC */
  119. unsigned int gsi_base; /* first GSI assigned to this IOSAPIC */
  120. unsigned short num_rte; /* number of RTE in this IOSAPIC */
  121. #ifdef CONFIG_NUMA
  122. unsigned short node; /* numa node association via pxm */
  123. #endif
  124. } iosapic_lists[NR_IOSAPICS];
  125. static int num_iosapic;
  126. static unsigned char pcat_compat __initdata; /* 8259 compatibility flag */
  127. static int iosapic_kmalloc_ok;
  128. static LIST_HEAD(free_rte_list);
  129. /*
  130. * Find an IOSAPIC associated with a GSI
  131. */
  132. static inline int
  133. find_iosapic (unsigned int gsi)
  134. {
  135. int i;
  136. for (i = 0; i < num_iosapic; i++) {
  137. if ((unsigned) (gsi - iosapic_lists[i].gsi_base) < iosapic_lists[i].num_rte)
  138. return i;
  139. }
  140. return -1;
  141. }
  142. static inline int
  143. _gsi_to_vector (unsigned int gsi)
  144. {
  145. struct iosapic_intr_info *info;
  146. struct iosapic_rte_info *rte;
  147. for (info = iosapic_intr_info; info < iosapic_intr_info + IA64_NUM_VECTORS; ++info)
  148. list_for_each_entry(rte, &info->rtes, rte_list)
  149. if (rte->gsi_base + rte->rte_index == gsi)
  150. return info - iosapic_intr_info;
  151. return -1;
  152. }
  153. /*
  154. * Translate GSI number to the corresponding IA-64 interrupt vector. If no
  155. * entry exists, return -1.
  156. */
  157. inline int
  158. gsi_to_vector (unsigned int gsi)
  159. {
  160. return _gsi_to_vector(gsi);
  161. }
  162. int
  163. gsi_to_irq (unsigned int gsi)
  164. {
  165. unsigned long flags;
  166. int irq;
  167. /*
  168. * XXX fix me: this assumes an identity mapping vetween IA-64 vector and Linux irq
  169. * numbers...
  170. */
  171. spin_lock_irqsave(&iosapic_lock, flags);
  172. {
  173. irq = _gsi_to_vector(gsi);
  174. }
  175. spin_unlock_irqrestore(&iosapic_lock, flags);
  176. return irq;
  177. }
  178. static struct iosapic_rte_info *gsi_vector_to_rte(unsigned int gsi, unsigned int vec)
  179. {
  180. struct iosapic_rte_info *rte;
  181. list_for_each_entry(rte, &iosapic_intr_info[vec].rtes, rte_list)
  182. if (rte->gsi_base + rte->rte_index == gsi)
  183. return rte;
  184. return NULL;
  185. }
  186. static void
  187. set_rte (unsigned int gsi, unsigned int vector, unsigned int dest, int mask)
  188. {
  189. unsigned long pol, trigger, dmode;
  190. u32 low32, high32;
  191. char __iomem *addr;
  192. int rte_index;
  193. char redir;
  194. struct iosapic_rte_info *rte;
  195. DBG(KERN_DEBUG"IOSAPIC: routing vector %d to 0x%x\n", vector, dest);
  196. rte = gsi_vector_to_rte(gsi, vector);
  197. if (!rte)
  198. return; /* not an IOSAPIC interrupt */
  199. rte_index = rte->rte_index;
  200. addr = rte->addr;
  201. pol = iosapic_intr_info[vector].polarity;
  202. trigger = iosapic_intr_info[vector].trigger;
  203. dmode = iosapic_intr_info[vector].dmode;
  204. redir = (dmode == IOSAPIC_LOWEST_PRIORITY) ? 1 : 0;
  205. #ifdef CONFIG_SMP
  206. {
  207. unsigned int irq;
  208. for (irq = 0; irq < NR_IRQS; ++irq)
  209. if (irq_to_vector(irq) == vector) {
  210. set_irq_affinity_info(irq, (int)(dest & 0xffff), redir);
  211. break;
  212. }
  213. }
  214. #endif
  215. low32 = ((pol << IOSAPIC_POLARITY_SHIFT) |
  216. (trigger << IOSAPIC_TRIGGER_SHIFT) |
  217. (dmode << IOSAPIC_DELIVERY_SHIFT) |
  218. ((mask ? 1 : 0) << IOSAPIC_MASK_SHIFT) |
  219. vector);
  220. /* dest contains both id and eid */
  221. high32 = (dest << IOSAPIC_DEST_SHIFT);
  222. iosapic_write(addr, IOSAPIC_RTE_HIGH(rte_index), high32);
  223. iosapic_write(addr, IOSAPIC_RTE_LOW(rte_index), low32);
  224. iosapic_intr_info[vector].low32 = low32;
  225. iosapic_intr_info[vector].dest = dest;
  226. }
  227. static void
  228. nop (unsigned int vector)
  229. {
  230. /* do nothing... */
  231. }
  232. static void
  233. mask_irq (unsigned int irq)
  234. {
  235. unsigned long flags;
  236. char __iomem *addr;
  237. u32 low32;
  238. int rte_index;
  239. ia64_vector vec = irq_to_vector(irq);
  240. struct iosapic_rte_info *rte;
  241. if (list_empty(&iosapic_intr_info[vec].rtes))
  242. return; /* not an IOSAPIC interrupt! */
  243. spin_lock_irqsave(&iosapic_lock, flags);
  244. {
  245. /* set only the mask bit */
  246. low32 = iosapic_intr_info[vec].low32 |= IOSAPIC_MASK;
  247. list_for_each_entry(rte, &iosapic_intr_info[vec].rtes, rte_list) {
  248. addr = rte->addr;
  249. rte_index = rte->rte_index;
  250. iosapic_write(addr, IOSAPIC_RTE_LOW(rte_index), low32);
  251. }
  252. }
  253. spin_unlock_irqrestore(&iosapic_lock, flags);
  254. }
  255. static void
  256. unmask_irq (unsigned int irq)
  257. {
  258. unsigned long flags;
  259. char __iomem *addr;
  260. u32 low32;
  261. int rte_index;
  262. ia64_vector vec = irq_to_vector(irq);
  263. struct iosapic_rte_info *rte;
  264. if (list_empty(&iosapic_intr_info[vec].rtes))
  265. return; /* not an IOSAPIC interrupt! */
  266. spin_lock_irqsave(&iosapic_lock, flags);
  267. {
  268. low32 = iosapic_intr_info[vec].low32 &= ~IOSAPIC_MASK;
  269. list_for_each_entry(rte, &iosapic_intr_info[vec].rtes, rte_list) {
  270. addr = rte->addr;
  271. rte_index = rte->rte_index;
  272. iosapic_write(addr, IOSAPIC_RTE_LOW(rte_index), low32);
  273. }
  274. }
  275. spin_unlock_irqrestore(&iosapic_lock, flags);
  276. }
  277. static void
  278. iosapic_set_affinity (unsigned int irq, cpumask_t mask)
  279. {
  280. #ifdef CONFIG_SMP
  281. unsigned long flags;
  282. u32 high32, low32;
  283. int dest, rte_index;
  284. char __iomem *addr;
  285. int redir = (irq & IA64_IRQ_REDIRECTED) ? 1 : 0;
  286. ia64_vector vec;
  287. struct iosapic_rte_info *rte;
  288. irq &= (~IA64_IRQ_REDIRECTED);
  289. vec = irq_to_vector(irq);
  290. if (cpus_empty(mask))
  291. return;
  292. dest = cpu_physical_id(first_cpu(mask));
  293. if (list_empty(&iosapic_intr_info[vec].rtes))
  294. return; /* not an IOSAPIC interrupt */
  295. set_irq_affinity_info(irq, dest, redir);
  296. /* dest contains both id and eid */
  297. high32 = dest << IOSAPIC_DEST_SHIFT;
  298. spin_lock_irqsave(&iosapic_lock, flags);
  299. {
  300. low32 = iosapic_intr_info[vec].low32 & ~(7 << IOSAPIC_DELIVERY_SHIFT);
  301. if (redir)
  302. /* change delivery mode to lowest priority */
  303. low32 |= (IOSAPIC_LOWEST_PRIORITY << IOSAPIC_DELIVERY_SHIFT);
  304. else
  305. /* change delivery mode to fixed */
  306. low32 |= (IOSAPIC_FIXED << IOSAPIC_DELIVERY_SHIFT);
  307. iosapic_intr_info[vec].low32 = low32;
  308. iosapic_intr_info[vec].dest = dest;
  309. list_for_each_entry(rte, &iosapic_intr_info[vec].rtes, rte_list) {
  310. addr = rte->addr;
  311. rte_index = rte->rte_index;
  312. iosapic_write(addr, IOSAPIC_RTE_HIGH(rte_index), high32);
  313. iosapic_write(addr, IOSAPIC_RTE_LOW(rte_index), low32);
  314. }
  315. }
  316. spin_unlock_irqrestore(&iosapic_lock, flags);
  317. #endif
  318. }
  319. /*
  320. * Handlers for level-triggered interrupts.
  321. */
  322. static unsigned int
  323. iosapic_startup_level_irq (unsigned int irq)
  324. {
  325. unmask_irq(irq);
  326. return 0;
  327. }
  328. static void
  329. iosapic_end_level_irq (unsigned int irq)
  330. {
  331. ia64_vector vec = irq_to_vector(irq);
  332. struct iosapic_rte_info *rte;
  333. move_irq(irq);
  334. list_for_each_entry(rte, &iosapic_intr_info[vec].rtes, rte_list)
  335. iosapic_eoi(rte->addr, vec);
  336. }
  337. #define iosapic_shutdown_level_irq mask_irq
  338. #define iosapic_enable_level_irq unmask_irq
  339. #define iosapic_disable_level_irq mask_irq
  340. #define iosapic_ack_level_irq nop
  341. struct hw_interrupt_type irq_type_iosapic_level = {
  342. .typename = "IO-SAPIC-level",
  343. .startup = iosapic_startup_level_irq,
  344. .shutdown = iosapic_shutdown_level_irq,
  345. .enable = iosapic_enable_level_irq,
  346. .disable = iosapic_disable_level_irq,
  347. .ack = iosapic_ack_level_irq,
  348. .end = iosapic_end_level_irq,
  349. .set_affinity = iosapic_set_affinity
  350. };
  351. /*
  352. * Handlers for edge-triggered interrupts.
  353. */
  354. static unsigned int
  355. iosapic_startup_edge_irq (unsigned int irq)
  356. {
  357. unmask_irq(irq);
  358. /*
  359. * IOSAPIC simply drops interrupts pended while the
  360. * corresponding pin was masked, so we can't know if an
  361. * interrupt is pending already. Let's hope not...
  362. */
  363. return 0;
  364. }
  365. static void
  366. iosapic_ack_edge_irq (unsigned int irq)
  367. {
  368. irq_desc_t *idesc = irq_descp(irq);
  369. move_irq(irq);
  370. /*
  371. * Once we have recorded IRQ_PENDING already, we can mask the
  372. * interrupt for real. This prevents IRQ storms from unhandled
  373. * devices.
  374. */
  375. if ((idesc->status & (IRQ_PENDING|IRQ_DISABLED)) == (IRQ_PENDING|IRQ_DISABLED))
  376. mask_irq(irq);
  377. }
  378. #define iosapic_enable_edge_irq unmask_irq
  379. #define iosapic_disable_edge_irq nop
  380. #define iosapic_end_edge_irq nop
  381. struct hw_interrupt_type irq_type_iosapic_edge = {
  382. .typename = "IO-SAPIC-edge",
  383. .startup = iosapic_startup_edge_irq,
  384. .shutdown = iosapic_disable_edge_irq,
  385. .enable = iosapic_enable_edge_irq,
  386. .disable = iosapic_disable_edge_irq,
  387. .ack = iosapic_ack_edge_irq,
  388. .end = iosapic_end_edge_irq,
  389. .set_affinity = iosapic_set_affinity
  390. };
  391. unsigned int
  392. iosapic_version (char __iomem *addr)
  393. {
  394. /*
  395. * IOSAPIC Version Register return 32 bit structure like:
  396. * {
  397. * unsigned int version : 8;
  398. * unsigned int reserved1 : 8;
  399. * unsigned int max_redir : 8;
  400. * unsigned int reserved2 : 8;
  401. * }
  402. */
  403. return iosapic_read(addr, IOSAPIC_VERSION);
  404. }
  405. static int iosapic_find_sharable_vector (unsigned long trigger, unsigned long pol)
  406. {
  407. int i, vector = -1, min_count = -1;
  408. struct iosapic_intr_info *info;
  409. /*
  410. * shared vectors for edge-triggered interrupts are not
  411. * supported yet
  412. */
  413. if (trigger == IOSAPIC_EDGE)
  414. return -1;
  415. for (i = IA64_FIRST_DEVICE_VECTOR; i <= IA64_LAST_DEVICE_VECTOR; i++) {
  416. info = &iosapic_intr_info[i];
  417. if (info->trigger == trigger && info->polarity == pol &&
  418. (info->dmode == IOSAPIC_FIXED || info->dmode == IOSAPIC_LOWEST_PRIORITY)) {
  419. if (min_count == -1 || info->count < min_count) {
  420. vector = i;
  421. min_count = info->count;
  422. }
  423. }
  424. }
  425. if (vector < 0)
  426. panic("%s: out of interrupt vectors!\n", __FUNCTION__);
  427. return vector;
  428. }
  429. /*
  430. * if the given vector is already owned by other,
  431. * assign a new vector for the other and make the vector available
  432. */
  433. static void __init
  434. iosapic_reassign_vector (int vector)
  435. {
  436. int new_vector;
  437. if (!list_empty(&iosapic_intr_info[vector].rtes)) {
  438. new_vector = assign_irq_vector(AUTO_ASSIGN);
  439. printk(KERN_INFO "Reassigning vector %d to %d\n", vector, new_vector);
  440. memcpy(&iosapic_intr_info[new_vector], &iosapic_intr_info[vector],
  441. sizeof(struct iosapic_intr_info));
  442. INIT_LIST_HEAD(&iosapic_intr_info[new_vector].rtes);
  443. list_move(iosapic_intr_info[vector].rtes.next, &iosapic_intr_info[new_vector].rtes);
  444. memset(&iosapic_intr_info[vector], 0, sizeof(struct iosapic_intr_info));
  445. iosapic_intr_info[vector].low32 = IOSAPIC_MASK;
  446. INIT_LIST_HEAD(&iosapic_intr_info[vector].rtes);
  447. }
  448. }
  449. static struct iosapic_rte_info *iosapic_alloc_rte (void)
  450. {
  451. int i;
  452. struct iosapic_rte_info *rte;
  453. int preallocated = 0;
  454. if (!iosapic_kmalloc_ok && list_empty(&free_rte_list)) {
  455. rte = alloc_bootmem(sizeof(struct iosapic_rte_info) * NR_PREALLOCATE_RTE_ENTRIES);
  456. if (!rte)
  457. return NULL;
  458. for (i = 0; i < NR_PREALLOCATE_RTE_ENTRIES; i++, rte++)
  459. list_add(&rte->rte_list, &free_rte_list);
  460. }
  461. if (!list_empty(&free_rte_list)) {
  462. rte = list_entry(free_rte_list.next, struct iosapic_rte_info, rte_list);
  463. list_del(&rte->rte_list);
  464. preallocated++;
  465. } else {
  466. rte = kmalloc(sizeof(struct iosapic_rte_info), GFP_ATOMIC);
  467. if (!rte)
  468. return NULL;
  469. }
  470. memset(rte, 0, sizeof(struct iosapic_rte_info));
  471. if (preallocated)
  472. rte->flags |= RTE_PREALLOCATED;
  473. return rte;
  474. }
  475. static void iosapic_free_rte (struct iosapic_rte_info *rte)
  476. {
  477. if (rte->flags & RTE_PREALLOCATED)
  478. list_add_tail(&rte->rte_list, &free_rte_list);
  479. else
  480. kfree(rte);
  481. }
  482. static inline int vector_is_shared (int vector)
  483. {
  484. return (iosapic_intr_info[vector].count > 1);
  485. }
  486. static void
  487. register_intr (unsigned int gsi, int vector, unsigned char delivery,
  488. unsigned long polarity, unsigned long trigger)
  489. {
  490. irq_desc_t *idesc;
  491. struct hw_interrupt_type *irq_type;
  492. int rte_index;
  493. int index;
  494. unsigned long gsi_base;
  495. void __iomem *iosapic_address;
  496. struct iosapic_rte_info *rte;
  497. index = find_iosapic(gsi);
  498. if (index < 0) {
  499. printk(KERN_WARNING "%s: No IOSAPIC for GSI %u\n", __FUNCTION__, gsi);
  500. return;
  501. }
  502. iosapic_address = iosapic_lists[index].addr;
  503. gsi_base = iosapic_lists[index].gsi_base;
  504. rte = gsi_vector_to_rte(gsi, vector);
  505. if (!rte) {
  506. rte = iosapic_alloc_rte();
  507. if (!rte) {
  508. printk(KERN_WARNING "%s: cannot allocate memory\n", __FUNCTION__);
  509. return;
  510. }
  511. rte_index = gsi - gsi_base;
  512. rte->rte_index = rte_index;
  513. rte->addr = iosapic_address;
  514. rte->gsi_base = gsi_base;
  515. rte->refcnt++;
  516. list_add_tail(&rte->rte_list, &iosapic_intr_info[vector].rtes);
  517. iosapic_intr_info[vector].count++;
  518. }
  519. else if (vector_is_shared(vector)) {
  520. struct iosapic_intr_info *info = &iosapic_intr_info[vector];
  521. if (info->trigger != trigger || info->polarity != polarity) {
  522. printk (KERN_WARNING "%s: cannot override the interrupt\n", __FUNCTION__);
  523. return;
  524. }
  525. }
  526. iosapic_intr_info[vector].polarity = polarity;
  527. iosapic_intr_info[vector].dmode = delivery;
  528. iosapic_intr_info[vector].trigger = trigger;
  529. if (trigger == IOSAPIC_EDGE)
  530. irq_type = &irq_type_iosapic_edge;
  531. else
  532. irq_type = &irq_type_iosapic_level;
  533. idesc = irq_descp(vector);
  534. if (idesc->handler != irq_type) {
  535. if (idesc->handler != &no_irq_type)
  536. printk(KERN_WARNING "%s: changing vector %d from %s to %s\n",
  537. __FUNCTION__, vector, idesc->handler->typename, irq_type->typename);
  538. idesc->handler = irq_type;
  539. }
  540. }
  541. static unsigned int
  542. get_target_cpu (unsigned int gsi, int vector)
  543. {
  544. #ifdef CONFIG_SMP
  545. static int cpu = -1;
  546. /*
  547. * In case of vector shared by multiple RTEs, all RTEs that
  548. * share the vector need to use the same destination CPU.
  549. */
  550. if (!list_empty(&iosapic_intr_info[vector].rtes))
  551. return iosapic_intr_info[vector].dest;
  552. /*
  553. * If the platform supports redirection via XTP, let it
  554. * distribute interrupts.
  555. */
  556. if (smp_int_redirect & SMP_IRQ_REDIRECTION)
  557. return cpu_physical_id(smp_processor_id());
  558. /*
  559. * Some interrupts (ACPI SCI, for instance) are registered
  560. * before the BSP is marked as online.
  561. */
  562. if (!cpu_online(smp_processor_id()))
  563. return cpu_physical_id(smp_processor_id());
  564. #ifdef CONFIG_NUMA
  565. {
  566. int num_cpus, cpu_index, iosapic_index, numa_cpu, i = 0;
  567. cpumask_t cpu_mask;
  568. iosapic_index = find_iosapic(gsi);
  569. if (iosapic_index < 0 ||
  570. iosapic_lists[iosapic_index].node == MAX_NUMNODES)
  571. goto skip_numa_setup;
  572. cpu_mask = node_to_cpumask(iosapic_lists[iosapic_index].node);
  573. for_each_cpu_mask(numa_cpu, cpu_mask) {
  574. if (!cpu_online(numa_cpu))
  575. cpu_clear(numa_cpu, cpu_mask);
  576. }
  577. num_cpus = cpus_weight(cpu_mask);
  578. if (!num_cpus)
  579. goto skip_numa_setup;
  580. /* Use vector assigment to distribute across cpus in node */
  581. cpu_index = vector % num_cpus;
  582. for (numa_cpu = first_cpu(cpu_mask) ; i < cpu_index ; i++)
  583. numa_cpu = next_cpu(numa_cpu, cpu_mask);
  584. if (numa_cpu != NR_CPUS)
  585. return cpu_physical_id(numa_cpu);
  586. }
  587. skip_numa_setup:
  588. #endif
  589. /*
  590. * Otherwise, round-robin interrupt vectors across all the
  591. * processors. (It'd be nice if we could be smarter in the
  592. * case of NUMA.)
  593. */
  594. do {
  595. if (++cpu >= NR_CPUS)
  596. cpu = 0;
  597. } while (!cpu_online(cpu));
  598. return cpu_physical_id(cpu);
  599. #else
  600. return cpu_physical_id(smp_processor_id());
  601. #endif
  602. }
  603. /*
  604. * ACPI can describe IOSAPIC interrupts via static tables and namespace
  605. * methods. This provides an interface to register those interrupts and
  606. * program the IOSAPIC RTE.
  607. */
  608. int
  609. iosapic_register_intr (unsigned int gsi,
  610. unsigned long polarity, unsigned long trigger)
  611. {
  612. int vector, mask = 1;
  613. unsigned int dest;
  614. unsigned long flags;
  615. struct iosapic_rte_info *rte;
  616. u32 low32;
  617. again:
  618. /*
  619. * If this GSI has already been registered (i.e., it's a
  620. * shared interrupt, or we lost a race to register it),
  621. * don't touch the RTE.
  622. */
  623. spin_lock_irqsave(&iosapic_lock, flags);
  624. {
  625. vector = gsi_to_vector(gsi);
  626. if (vector > 0) {
  627. rte = gsi_vector_to_rte(gsi, vector);
  628. rte->refcnt++;
  629. spin_unlock_irqrestore(&iosapic_lock, flags);
  630. return vector;
  631. }
  632. }
  633. spin_unlock_irqrestore(&iosapic_lock, flags);
  634. /* If vector is running out, we try to find a sharable vector */
  635. vector = assign_irq_vector_nopanic(AUTO_ASSIGN);
  636. if (vector < 0)
  637. vector = iosapic_find_sharable_vector(trigger, polarity);
  638. spin_lock_irqsave(&irq_descp(vector)->lock, flags);
  639. spin_lock(&iosapic_lock);
  640. {
  641. if (gsi_to_vector(gsi) > 0) {
  642. if (list_empty(&iosapic_intr_info[vector].rtes))
  643. free_irq_vector(vector);
  644. spin_unlock(&iosapic_lock);
  645. spin_unlock_irqrestore(&irq_descp(vector)->lock, flags);
  646. goto again;
  647. }
  648. dest = get_target_cpu(gsi, vector);
  649. register_intr(gsi, vector, IOSAPIC_LOWEST_PRIORITY,
  650. polarity, trigger);
  651. /*
  652. * If the vector is shared and already unmasked for
  653. * other interrupt sources, don't mask it.
  654. */
  655. low32 = iosapic_intr_info[vector].low32;
  656. if (vector_is_shared(vector) && !(low32 & IOSAPIC_MASK))
  657. mask = 0;
  658. set_rte(gsi, vector, dest, mask);
  659. }
  660. spin_unlock(&iosapic_lock);
  661. spin_unlock_irqrestore(&irq_descp(vector)->lock, flags);
  662. printk(KERN_INFO "GSI %u (%s, %s) -> CPU %d (0x%04x) vector %d\n",
  663. gsi, (trigger == IOSAPIC_EDGE ? "edge" : "level"),
  664. (polarity == IOSAPIC_POL_HIGH ? "high" : "low"),
  665. cpu_logical_id(dest), dest, vector);
  666. return vector;
  667. }
  668. #ifdef CONFIG_ACPI_DEALLOCATE_IRQ
  669. void
  670. iosapic_unregister_intr (unsigned int gsi)
  671. {
  672. unsigned long flags;
  673. int irq, vector;
  674. irq_desc_t *idesc;
  675. u32 low32;
  676. unsigned long trigger, polarity;
  677. unsigned int dest;
  678. struct iosapic_rte_info *rte;
  679. /*
  680. * If the irq associated with the gsi is not found,
  681. * iosapic_unregister_intr() is unbalanced. We need to check
  682. * this again after getting locks.
  683. */
  684. irq = gsi_to_irq(gsi);
  685. if (irq < 0) {
  686. printk(KERN_ERR "iosapic_unregister_intr(%u) unbalanced\n", gsi);
  687. WARN_ON(1);
  688. return;
  689. }
  690. vector = irq_to_vector(irq);
  691. idesc = irq_descp(irq);
  692. spin_lock_irqsave(&idesc->lock, flags);
  693. spin_lock(&iosapic_lock);
  694. {
  695. if ((rte = gsi_vector_to_rte(gsi, vector)) == NULL) {
  696. printk(KERN_ERR "iosapic_unregister_intr(%u) unbalanced\n", gsi);
  697. WARN_ON(1);
  698. goto out;
  699. }
  700. if (--rte->refcnt > 0)
  701. goto out;
  702. /* Mask the interrupt */
  703. low32 = iosapic_intr_info[vector].low32 | IOSAPIC_MASK;
  704. iosapic_write(rte->addr, IOSAPIC_RTE_LOW(rte->rte_index), low32);
  705. /* Remove the rte entry from the list */
  706. list_del(&rte->rte_list);
  707. iosapic_intr_info[vector].count--;
  708. iosapic_free_rte(rte);
  709. trigger = iosapic_intr_info[vector].trigger;
  710. polarity = iosapic_intr_info[vector].polarity;
  711. dest = iosapic_intr_info[vector].dest;
  712. printk(KERN_INFO "GSI %u (%s, %s) -> CPU %d (0x%04x) vector %d unregistered\n",
  713. gsi, (trigger == IOSAPIC_EDGE ? "edge" : "level"),
  714. (polarity == IOSAPIC_POL_HIGH ? "high" : "low"),
  715. cpu_logical_id(dest), dest, vector);
  716. if (list_empty(&iosapic_intr_info[vector].rtes)) {
  717. /* Sanity check */
  718. BUG_ON(iosapic_intr_info[vector].count);
  719. /* Clear the interrupt controller descriptor */
  720. idesc->handler = &no_irq_type;
  721. /* Clear the interrupt information */
  722. memset(&iosapic_intr_info[vector], 0, sizeof(struct iosapic_intr_info));
  723. iosapic_intr_info[vector].low32 |= IOSAPIC_MASK;
  724. INIT_LIST_HEAD(&iosapic_intr_info[vector].rtes);
  725. if (idesc->action) {
  726. printk(KERN_ERR "interrupt handlers still exist on IRQ %u\n", irq);
  727. WARN_ON(1);
  728. }
  729. /* Free the interrupt vector */
  730. free_irq_vector(vector);
  731. }
  732. }
  733. out:
  734. spin_unlock(&iosapic_lock);
  735. spin_unlock_irqrestore(&idesc->lock, flags);
  736. }
  737. #endif /* CONFIG_ACPI_DEALLOCATE_IRQ */
  738. /*
  739. * ACPI calls this when it finds an entry for a platform interrupt.
  740. * Note that the irq_base and IOSAPIC address must be set in iosapic_init().
  741. */
  742. int __init
  743. iosapic_register_platform_intr (u32 int_type, unsigned int gsi,
  744. int iosapic_vector, u16 eid, u16 id,
  745. unsigned long polarity, unsigned long trigger)
  746. {
  747. static const char * const name[] = {"unknown", "PMI", "INIT", "CPEI"};
  748. unsigned char delivery;
  749. int vector, mask = 0;
  750. unsigned int dest = ((id << 8) | eid) & 0xffff;
  751. switch (int_type) {
  752. case ACPI_INTERRUPT_PMI:
  753. vector = iosapic_vector;
  754. /*
  755. * since PMI vector is alloc'd by FW(ACPI) not by kernel,
  756. * we need to make sure the vector is available
  757. */
  758. iosapic_reassign_vector(vector);
  759. delivery = IOSAPIC_PMI;
  760. break;
  761. case ACPI_INTERRUPT_INIT:
  762. vector = assign_irq_vector(AUTO_ASSIGN);
  763. delivery = IOSAPIC_INIT;
  764. break;
  765. case ACPI_INTERRUPT_CPEI:
  766. vector = IA64_CPE_VECTOR;
  767. delivery = IOSAPIC_LOWEST_PRIORITY;
  768. mask = 1;
  769. break;
  770. default:
  771. printk(KERN_ERR "iosapic_register_platform_irq(): invalid int type 0x%x\n", int_type);
  772. return -1;
  773. }
  774. register_intr(gsi, vector, delivery, polarity, trigger);
  775. printk(KERN_INFO "PLATFORM int %s (0x%x): GSI %u (%s, %s) -> CPU %d (0x%04x) vector %d\n",
  776. int_type < ARRAY_SIZE(name) ? name[int_type] : "unknown",
  777. int_type, gsi, (trigger == IOSAPIC_EDGE ? "edge" : "level"),
  778. (polarity == IOSAPIC_POL_HIGH ? "high" : "low"),
  779. cpu_logical_id(dest), dest, vector);
  780. set_rte(gsi, vector, dest, mask);
  781. return vector;
  782. }
  783. /*
  784. * ACPI calls this when it finds an entry for a legacy ISA IRQ override.
  785. * Note that the gsi_base and IOSAPIC address must be set in iosapic_init().
  786. */
  787. void __init
  788. iosapic_override_isa_irq (unsigned int isa_irq, unsigned int gsi,
  789. unsigned long polarity,
  790. unsigned long trigger)
  791. {
  792. int vector;
  793. unsigned int dest = cpu_physical_id(smp_processor_id());
  794. vector = isa_irq_to_vector(isa_irq);
  795. register_intr(gsi, vector, IOSAPIC_LOWEST_PRIORITY, polarity, trigger);
  796. DBG("ISA: IRQ %u -> GSI %u (%s,%s) -> CPU %d (0x%04x) vector %d\n",
  797. isa_irq, gsi, trigger == IOSAPIC_EDGE ? "edge" : "level",
  798. polarity == IOSAPIC_POL_HIGH ? "high" : "low",
  799. cpu_logical_id(dest), dest, vector);
  800. set_rte(gsi, vector, dest, 1);
  801. }
  802. void __init
  803. iosapic_system_init (int system_pcat_compat)
  804. {
  805. int vector;
  806. for (vector = 0; vector < IA64_NUM_VECTORS; ++vector) {
  807. iosapic_intr_info[vector].low32 = IOSAPIC_MASK;
  808. INIT_LIST_HEAD(&iosapic_intr_info[vector].rtes); /* mark as unused */
  809. }
  810. pcat_compat = system_pcat_compat;
  811. if (pcat_compat) {
  812. /*
  813. * Disable the compatibility mode interrupts (8259 style), needs IN/OUT support
  814. * enabled.
  815. */
  816. printk(KERN_INFO "%s: Disabling PC-AT compatible 8259 interrupts\n", __FUNCTION__);
  817. outb(0xff, 0xA1);
  818. outb(0xff, 0x21);
  819. }
  820. }
  821. void __init
  822. iosapic_init (unsigned long phys_addr, unsigned int gsi_base)
  823. {
  824. int num_rte;
  825. unsigned int isa_irq, ver;
  826. char __iomem *addr;
  827. addr = ioremap(phys_addr, 0);
  828. ver = iosapic_version(addr);
  829. /*
  830. * The MAX_REDIR register holds the highest input pin
  831. * number (starting from 0).
  832. * We add 1 so that we can use it for number of pins (= RTEs)
  833. */
  834. num_rte = ((ver >> 16) & 0xff) + 1;
  835. iosapic_lists[num_iosapic].addr = addr;
  836. iosapic_lists[num_iosapic].gsi_base = gsi_base;
  837. iosapic_lists[num_iosapic].num_rte = num_rte;
  838. #ifdef CONFIG_NUMA
  839. iosapic_lists[num_iosapic].node = MAX_NUMNODES;
  840. #endif
  841. num_iosapic++;
  842. if ((gsi_base == 0) && pcat_compat) {
  843. /*
  844. * Map the legacy ISA devices into the IOSAPIC data. Some of these may
  845. * get reprogrammed later on with data from the ACPI Interrupt Source
  846. * Override table.
  847. */
  848. for (isa_irq = 0; isa_irq < 16; ++isa_irq)
  849. iosapic_override_isa_irq(isa_irq, isa_irq, IOSAPIC_POL_HIGH, IOSAPIC_EDGE);
  850. }
  851. }
  852. #ifdef CONFIG_NUMA
  853. void __init
  854. map_iosapic_to_node(unsigned int gsi_base, int node)
  855. {
  856. int index;
  857. index = find_iosapic(gsi_base);
  858. if (index < 0) {
  859. printk(KERN_WARNING "%s: No IOSAPIC for GSI %u\n",
  860. __FUNCTION__, gsi_base);
  861. return;
  862. }
  863. iosapic_lists[index].node = node;
  864. return;
  865. }
  866. #endif
  867. static int __init iosapic_enable_kmalloc (void)
  868. {
  869. iosapic_kmalloc_ok = 1;
  870. return 0;
  871. }
  872. core_initcall (iosapic_enable_kmalloc);