irq.c 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright IBM Corp. 2004, 2011
  4. * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>,
  5. * Holger Smolinski <Holger.Smolinski@de.ibm.com>,
  6. * Thomas Spatzier <tspat@de.ibm.com>,
  7. *
  8. * This file contains interrupt related functions.
  9. */
  10. #include <linux/kernel_stat.h>
  11. #include <linux/interrupt.h>
  12. #include <linux/seq_file.h>
  13. #include <linux/proc_fs.h>
  14. #include <linux/profile.h>
  15. #include <linux/export.h>
  16. #include <linux/kernel.h>
  17. #include <linux/ftrace.h>
  18. #include <linux/errno.h>
  19. #include <linux/slab.h>
  20. #include <linux/init.h>
  21. #include <linux/cpu.h>
  22. #include <linux/irq.h>
  23. #include <asm/irq_regs.h>
  24. #include <asm/cputime.h>
  25. #include <asm/lowcore.h>
  26. #include <asm/irq.h>
  27. #include <asm/hw_irq.h>
  28. #include "entry.h"
  29. DEFINE_PER_CPU_SHARED_ALIGNED(struct irq_stat, irq_stat);
  30. EXPORT_PER_CPU_SYMBOL_GPL(irq_stat);
  31. struct irq_class {
  32. int irq;
  33. char *name;
  34. char *desc;
  35. };
  36. /*
  37. * The list of "main" irq classes on s390. This is the list of interrupts
  38. * that appear both in /proc/stat ("intr" line) and /proc/interrupts.
  39. * Historically only external and I/O interrupts have been part of /proc/stat.
  40. * We can't add the split external and I/O sub classes since the first field
  41. * in the "intr" line in /proc/stat is supposed to be the sum of all other
  42. * fields.
  43. * Since the external and I/O interrupt fields are already sums we would end
  44. * up with having a sum which accounts each interrupt twice.
  45. */
  46. static const struct irq_class irqclass_main_desc[NR_IRQS_BASE] = {
  47. {.irq = EXT_INTERRUPT, .name = "EXT"},
  48. {.irq = IO_INTERRUPT, .name = "I/O"},
  49. {.irq = THIN_INTERRUPT, .name = "AIO"},
  50. };
  51. /*
  52. * The list of split external and I/O interrupts that appear only in
  53. * /proc/interrupts.
  54. * In addition this list contains non external / I/O events like NMIs.
  55. */
  56. static const struct irq_class irqclass_sub_desc[] = {
  57. {.irq = IRQEXT_CLK, .name = "CLK", .desc = "[EXT] Clock Comparator"},
  58. {.irq = IRQEXT_EXC, .name = "EXC", .desc = "[EXT] External Call"},
  59. {.irq = IRQEXT_EMS, .name = "EMS", .desc = "[EXT] Emergency Signal"},
  60. {.irq = IRQEXT_TMR, .name = "TMR", .desc = "[EXT] CPU Timer"},
  61. {.irq = IRQEXT_TLA, .name = "TAL", .desc = "[EXT] Timing Alert"},
  62. {.irq = IRQEXT_PFL, .name = "PFL", .desc = "[EXT] Pseudo Page Fault"},
  63. {.irq = IRQEXT_DSD, .name = "DSD", .desc = "[EXT] DASD Diag"},
  64. {.irq = IRQEXT_VRT, .name = "VRT", .desc = "[EXT] Virtio"},
  65. {.irq = IRQEXT_SCP, .name = "SCP", .desc = "[EXT] Service Call"},
  66. {.irq = IRQEXT_IUC, .name = "IUC", .desc = "[EXT] IUCV"},
  67. {.irq = IRQEXT_CMS, .name = "CMS", .desc = "[EXT] CPU-Measurement: Sampling"},
  68. {.irq = IRQEXT_CMC, .name = "CMC", .desc = "[EXT] CPU-Measurement: Counter"},
  69. {.irq = IRQEXT_FTP, .name = "FTP", .desc = "[EXT] HMC FTP Service"},
  70. {.irq = IRQIO_CIO, .name = "CIO", .desc = "[I/O] Common I/O Layer Interrupt"},
  71. {.irq = IRQIO_QAI, .name = "QAI", .desc = "[I/O] QDIO Adapter Interrupt"},
  72. {.irq = IRQIO_DAS, .name = "DAS", .desc = "[I/O] DASD"},
  73. {.irq = IRQIO_C15, .name = "C15", .desc = "[I/O] 3215"},
  74. {.irq = IRQIO_C70, .name = "C70", .desc = "[I/O] 3270"},
  75. {.irq = IRQIO_TAP, .name = "TAP", .desc = "[I/O] Tape"},
  76. {.irq = IRQIO_VMR, .name = "VMR", .desc = "[I/O] Unit Record Devices"},
  77. {.irq = IRQIO_LCS, .name = "LCS", .desc = "[I/O] LCS"},
  78. {.irq = IRQIO_CTC, .name = "CTC", .desc = "[I/O] CTC"},
  79. {.irq = IRQIO_APB, .name = "APB", .desc = "[I/O] AP Bus"},
  80. {.irq = IRQIO_ADM, .name = "ADM", .desc = "[I/O] EADM Subchannel"},
  81. {.irq = IRQIO_CSC, .name = "CSC", .desc = "[I/O] CHSC Subchannel"},
  82. {.irq = IRQIO_PCI, .name = "PCI", .desc = "[I/O] PCI Interrupt" },
  83. {.irq = IRQIO_MSI, .name = "MSI", .desc = "[I/O] MSI Interrupt" },
  84. {.irq = IRQIO_VIR, .name = "VIR", .desc = "[I/O] Virtual I/O Devices"},
  85. {.irq = IRQIO_VAI, .name = "VAI", .desc = "[I/O] Virtual I/O Devices AI"},
  86. {.irq = NMI_NMI, .name = "NMI", .desc = "[NMI] Machine Check"},
  87. {.irq = CPU_RST, .name = "RST", .desc = "[CPU] CPU Restart"},
  88. };
  89. void __init init_IRQ(void)
  90. {
  91. BUILD_BUG_ON(ARRAY_SIZE(irqclass_sub_desc) != NR_ARCH_IRQS);
  92. init_cio_interrupts();
  93. init_airq_interrupts();
  94. init_ext_interrupts();
  95. }
  96. void do_IRQ(struct pt_regs *regs, int irq)
  97. {
  98. struct pt_regs *old_regs;
  99. old_regs = set_irq_regs(regs);
  100. irq_enter();
  101. if (tod_after_eq(S390_lowcore.int_clock,
  102. S390_lowcore.clock_comparator))
  103. /* Serve timer interrupts first. */
  104. clock_comparator_work();
  105. generic_handle_irq(irq);
  106. irq_exit();
  107. set_irq_regs(old_regs);
  108. }
  109. /*
  110. * show_interrupts is needed by /proc/interrupts.
  111. */
  112. int show_interrupts(struct seq_file *p, void *v)
  113. {
  114. int index = *(loff_t *) v;
  115. int cpu, irq;
  116. get_online_cpus();
  117. if (index == 0) {
  118. seq_puts(p, " ");
  119. for_each_online_cpu(cpu)
  120. seq_printf(p, "CPU%d ", cpu);
  121. seq_putc(p, '\n');
  122. }
  123. if (index < NR_IRQS_BASE) {
  124. seq_printf(p, "%s: ", irqclass_main_desc[index].name);
  125. irq = irqclass_main_desc[index].irq;
  126. for_each_online_cpu(cpu)
  127. seq_printf(p, "%10u ", kstat_irqs_cpu(irq, cpu));
  128. seq_putc(p, '\n');
  129. goto out;
  130. }
  131. if (index > NR_IRQS_BASE)
  132. goto out;
  133. for (index = 0; index < NR_ARCH_IRQS; index++) {
  134. seq_printf(p, "%s: ", irqclass_sub_desc[index].name);
  135. irq = irqclass_sub_desc[index].irq;
  136. for_each_online_cpu(cpu)
  137. seq_printf(p, "%10u ",
  138. per_cpu(irq_stat, cpu).irqs[irq]);
  139. if (irqclass_sub_desc[index].desc)
  140. seq_printf(p, " %s", irqclass_sub_desc[index].desc);
  141. seq_putc(p, '\n');
  142. }
  143. out:
  144. put_online_cpus();
  145. return 0;
  146. }
  147. unsigned int arch_dynirq_lower_bound(unsigned int from)
  148. {
  149. return from < NR_IRQS_BASE ? NR_IRQS_BASE : from;
  150. }
  151. /*
  152. * Switch to the asynchronous interrupt stack for softirq execution.
  153. */
  154. void do_softirq_own_stack(void)
  155. {
  156. unsigned long old, new;
  157. old = current_stack_pointer();
  158. /* Check against async. stack address range. */
  159. new = S390_lowcore.async_stack;
  160. if (((new - old) >> (PAGE_SHIFT + THREAD_SIZE_ORDER)) != 0) {
  161. /* Need to switch to the async. stack. */
  162. new -= STACK_FRAME_OVERHEAD;
  163. ((struct stack_frame *) new)->back_chain = old;
  164. asm volatile(" la 15,0(%0)\n"
  165. " basr 14,%2\n"
  166. " la 15,0(%1)\n"
  167. : : "a" (new), "a" (old),
  168. "a" (__do_softirq)
  169. : "0", "1", "2", "3", "4", "5", "14",
  170. "cc", "memory" );
  171. } else {
  172. /* We are already on the async stack. */
  173. __do_softirq();
  174. }
  175. }
  176. /*
  177. * ext_int_hash[index] is the list head for all external interrupts that hash
  178. * to this index.
  179. */
  180. static struct hlist_head ext_int_hash[32] ____cacheline_aligned;
  181. struct ext_int_info {
  182. ext_int_handler_t handler;
  183. struct hlist_node entry;
  184. struct rcu_head rcu;
  185. u16 code;
  186. };
  187. /* ext_int_hash_lock protects the handler lists for external interrupts */
  188. static DEFINE_SPINLOCK(ext_int_hash_lock);
  189. static inline int ext_hash(u16 code)
  190. {
  191. BUILD_BUG_ON(!is_power_of_2(ARRAY_SIZE(ext_int_hash)));
  192. return (code + (code >> 9)) & (ARRAY_SIZE(ext_int_hash) - 1);
  193. }
  194. int register_external_irq(u16 code, ext_int_handler_t handler)
  195. {
  196. struct ext_int_info *p;
  197. unsigned long flags;
  198. int index;
  199. p = kmalloc(sizeof(*p), GFP_ATOMIC);
  200. if (!p)
  201. return -ENOMEM;
  202. p->code = code;
  203. p->handler = handler;
  204. index = ext_hash(code);
  205. spin_lock_irqsave(&ext_int_hash_lock, flags);
  206. hlist_add_head_rcu(&p->entry, &ext_int_hash[index]);
  207. spin_unlock_irqrestore(&ext_int_hash_lock, flags);
  208. return 0;
  209. }
  210. EXPORT_SYMBOL(register_external_irq);
  211. int unregister_external_irq(u16 code, ext_int_handler_t handler)
  212. {
  213. struct ext_int_info *p;
  214. unsigned long flags;
  215. int index = ext_hash(code);
  216. spin_lock_irqsave(&ext_int_hash_lock, flags);
  217. hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) {
  218. if (p->code == code && p->handler == handler) {
  219. hlist_del_rcu(&p->entry);
  220. kfree_rcu(p, rcu);
  221. }
  222. }
  223. spin_unlock_irqrestore(&ext_int_hash_lock, flags);
  224. return 0;
  225. }
  226. EXPORT_SYMBOL(unregister_external_irq);
  227. static irqreturn_t do_ext_interrupt(int irq, void *dummy)
  228. {
  229. struct pt_regs *regs = get_irq_regs();
  230. struct ext_code ext_code;
  231. struct ext_int_info *p;
  232. int index;
  233. ext_code = *(struct ext_code *) &regs->int_code;
  234. if (ext_code.code != EXT_IRQ_CLK_COMP)
  235. set_cpu_flag(CIF_NOHZ_DELAY);
  236. index = ext_hash(ext_code.code);
  237. rcu_read_lock();
  238. hlist_for_each_entry_rcu(p, &ext_int_hash[index], entry) {
  239. if (unlikely(p->code != ext_code.code))
  240. continue;
  241. p->handler(ext_code, regs->int_parm, regs->int_parm_long);
  242. }
  243. rcu_read_unlock();
  244. return IRQ_HANDLED;
  245. }
  246. static struct irqaction external_interrupt = {
  247. .name = "EXT",
  248. .handler = do_ext_interrupt,
  249. };
  250. void __init init_ext_interrupts(void)
  251. {
  252. int idx;
  253. for (idx = 0; idx < ARRAY_SIZE(ext_int_hash); idx++)
  254. INIT_HLIST_HEAD(&ext_int_hash[idx]);
  255. irq_set_chip_and_handler(EXT_INTERRUPT,
  256. &dummy_irq_chip, handle_percpu_irq);
  257. setup_irq(EXT_INTERRUPT, &external_interrupt);
  258. }
  259. static DEFINE_SPINLOCK(irq_subclass_lock);
  260. static unsigned char irq_subclass_refcount[64];
  261. void irq_subclass_register(enum irq_subclass subclass)
  262. {
  263. spin_lock(&irq_subclass_lock);
  264. if (!irq_subclass_refcount[subclass])
  265. ctl_set_bit(0, subclass);
  266. irq_subclass_refcount[subclass]++;
  267. spin_unlock(&irq_subclass_lock);
  268. }
  269. EXPORT_SYMBOL(irq_subclass_register);
  270. void irq_subclass_unregister(enum irq_subclass subclass)
  271. {
  272. spin_lock(&irq_subclass_lock);
  273. irq_subclass_refcount[subclass]--;
  274. if (!irq_subclass_refcount[subclass])
  275. ctl_clear_bit(0, subclass);
  276. spin_unlock(&irq_subclass_lock);
  277. }
  278. EXPORT_SYMBOL(irq_subclass_unregister);