irq_vectors.h 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. #ifndef _ASM_X86_IRQ_VECTORS_H
  2. #define _ASM_X86_IRQ_VECTORS_H
  3. #include <linux/threads.h>
  4. #define NMI_VECTOR 0x02
  5. /*
  6. * IDT vectors usable for external interrupt sources start
  7. * at 0x20:
  8. */
  9. #define FIRST_EXTERNAL_VECTOR 0x20
  10. #ifdef CONFIG_X86_32
  11. # define SYSCALL_VECTOR 0x80
  12. #else
  13. # define IA32_SYSCALL_VECTOR 0x80
  14. #endif
  15. /*
  16. * Reserve the lowest usable priority level 0x20 - 0x2f for triggering
  17. * cleanup after irq migration.
  18. */
  19. #define IRQ_MOVE_CLEANUP_VECTOR FIRST_EXTERNAL_VECTOR
  20. /*
  21. * Vectors 0x30-0x3f are used for ISA interrupts.
  22. */
  23. #define IRQ0_VECTOR (FIRST_EXTERNAL_VECTOR + 0x10)
  24. #define IRQ1_VECTOR (IRQ0_VECTOR + 1)
  25. #define IRQ2_VECTOR (IRQ0_VECTOR + 2)
  26. #define IRQ3_VECTOR (IRQ0_VECTOR + 3)
  27. #define IRQ4_VECTOR (IRQ0_VECTOR + 4)
  28. #define IRQ5_VECTOR (IRQ0_VECTOR + 5)
  29. #define IRQ6_VECTOR (IRQ0_VECTOR + 6)
  30. #define IRQ7_VECTOR (IRQ0_VECTOR + 7)
  31. #define IRQ8_VECTOR (IRQ0_VECTOR + 8)
  32. #define IRQ9_VECTOR (IRQ0_VECTOR + 9)
  33. #define IRQ10_VECTOR (IRQ0_VECTOR + 10)
  34. #define IRQ11_VECTOR (IRQ0_VECTOR + 11)
  35. #define IRQ12_VECTOR (IRQ0_VECTOR + 12)
  36. #define IRQ13_VECTOR (IRQ0_VECTOR + 13)
  37. #define IRQ14_VECTOR (IRQ0_VECTOR + 14)
  38. #define IRQ15_VECTOR (IRQ0_VECTOR + 15)
  39. /*
  40. * Special IRQ vectors used by the SMP architecture, 0xf0-0xff
  41. *
  42. * some of the following vectors are 'rare', they are merged
  43. * into a single vector (CALL_FUNCTION_VECTOR) to save vector space.
  44. * TLB, reschedule and local APIC vectors are performance-critical.
  45. */
  46. #ifdef CONFIG_X86_32
  47. # define SPURIOUS_APIC_VECTOR 0xff
  48. # define ERROR_APIC_VECTOR 0xfe
  49. # define RESCHEDULE_VECTOR 0xfd
  50. # define CALL_FUNCTION_VECTOR 0xfc
  51. # define CALL_FUNCTION_SINGLE_VECTOR 0xfb
  52. # define THERMAL_APIC_VECTOR 0xfa
  53. /* 0xf1 - 0xf9 : free */
  54. # define INVALIDATE_TLB_VECTOR 0xf0
  55. #else
  56. # define SPURIOUS_APIC_VECTOR 0xff
  57. # define ERROR_APIC_VECTOR 0xfe
  58. # define RESCHEDULE_VECTOR 0xfd
  59. # define CALL_FUNCTION_VECTOR 0xfc
  60. # define CALL_FUNCTION_SINGLE_VECTOR 0xfb
  61. # define THERMAL_APIC_VECTOR 0xfa
  62. # define THRESHOLD_APIC_VECTOR 0xf9
  63. # define UV_BAU_MESSAGE 0xf8
  64. # define INVALIDATE_TLB_VECTOR_END 0xf7
  65. # define INVALIDATE_TLB_VECTOR_START 0xf0 /* f0-f7 used for TLB flush */
  66. #define NUM_INVALIDATE_TLB_VECTORS 8
  67. #endif
  68. /*
  69. * Local APIC timer IRQ vector is on a different priority level,
  70. * to work around the 'lost local interrupt if more than 2 IRQ
  71. * sources per level' errata.
  72. */
  73. #define LOCAL_TIMER_VECTOR 0xef
  74. /*
  75. * First APIC vector available to drivers: (vectors 0x30-0xee) we
  76. * start at 0x31(0x41) to spread out vectors evenly between priority
  77. * levels. (0x80 is the syscall vector)
  78. */
  79. #define FIRST_DEVICE_VECTOR (IRQ15_VECTOR + 2)
  80. #define NR_VECTORS 256
  81. #define FPU_IRQ 13
  82. #define FIRST_VM86_IRQ 3
  83. #define LAST_VM86_IRQ 15
  84. #define invalid_vm86_irq(irq) ((irq) < 3 || (irq) > 15)
  85. #define NR_IRQS_LEGACY 16
  86. #if defined(CONFIG_X86_IO_APIC) && !defined(CONFIG_X86_VOYAGER)
  87. #include <asm/apicnum.h> /* need MAX_IO_APICS */
  88. #ifndef CONFIG_SPARSE_IRQ
  89. # if NR_CPUS < MAX_IO_APICS
  90. # define NR_IRQS (NR_VECTORS + (32 * NR_CPUS))
  91. # else
  92. # define NR_IRQS (NR_VECTORS + (32 * MAX_IO_APICS))
  93. # endif
  94. #else
  95. # define NR_IRQS \
  96. ((8 * NR_CPUS) > (32 * MAX_IO_APICS) ? \
  97. (NR_VECTORS + (8 * NR_CPUS)) : \
  98. (NR_VECTORS + (32 * MAX_IO_APICS))) \
  99. #endif
  100. #elif defined(CONFIG_X86_VOYAGER)
  101. # define NR_IRQS 224
  102. #else /* IO_APIC || VOYAGER */
  103. # define NR_IRQS 16
  104. #endif
  105. /* Voyager specific defines */
  106. /* These define the CPIs we use in linux */
  107. #define VIC_CPI_LEVEL0 0
  108. #define VIC_CPI_LEVEL1 1
  109. /* now the fake CPIs */
  110. #define VIC_TIMER_CPI 2
  111. #define VIC_INVALIDATE_CPI 3
  112. #define VIC_RESCHEDULE_CPI 4
  113. #define VIC_ENABLE_IRQ_CPI 5
  114. #define VIC_CALL_FUNCTION_CPI 6
  115. #define VIC_CALL_FUNCTION_SINGLE_CPI 7
  116. /* Now the QIC CPIs: Since we don't need the two initial levels,
  117. * these are 2 less than the VIC CPIs */
  118. #define QIC_CPI_OFFSET 1
  119. #define QIC_TIMER_CPI (VIC_TIMER_CPI - QIC_CPI_OFFSET)
  120. #define QIC_INVALIDATE_CPI (VIC_INVALIDATE_CPI - QIC_CPI_OFFSET)
  121. #define QIC_RESCHEDULE_CPI (VIC_RESCHEDULE_CPI - QIC_CPI_OFFSET)
  122. #define QIC_ENABLE_IRQ_CPI (VIC_ENABLE_IRQ_CPI - QIC_CPI_OFFSET)
  123. #define QIC_CALL_FUNCTION_CPI (VIC_CALL_FUNCTION_CPI - QIC_CPI_OFFSET)
  124. #define QIC_CALL_FUNCTION_SINGLE_CPI (VIC_CALL_FUNCTION_SINGLE_CPI - QIC_CPI_OFFSET)
  125. #define VIC_START_FAKE_CPI VIC_TIMER_CPI
  126. #define VIC_END_FAKE_CPI VIC_CALL_FUNCTION_SINGLE_CPI
  127. /* this is the SYS_INT CPI. */
  128. #define VIC_SYS_INT 8
  129. #define VIC_CMN_INT 15
  130. /* This is the boot CPI for alternate processors. It gets overwritten
  131. * by the above once the system has activated all available processors */
  132. #define VIC_CPU_BOOT_CPI VIC_CPI_LEVEL0
  133. #define VIC_CPU_BOOT_ERRATA_CPI (VIC_CPI_LEVEL0 + 8)
  134. #endif /* _ASM_X86_IRQ_VECTORS_H */