ivt.S 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689
  1. /*
  2. * arch/ia64/kernel/ivt.S
  3. *
  4. * Copyright (C) 1998-2001, 2003, 2005 Hewlett-Packard Co
  5. * Stephane Eranian <eranian@hpl.hp.com>
  6. * David Mosberger <davidm@hpl.hp.com>
  7. * Copyright (C) 2000, 2002-2003 Intel Co
  8. * Asit Mallick <asit.k.mallick@intel.com>
  9. * Suresh Siddha <suresh.b.siddha@intel.com>
  10. * Kenneth Chen <kenneth.w.chen@intel.com>
  11. * Fenghua Yu <fenghua.yu@intel.com>
  12. *
  13. * 00/08/23 Asit Mallick <asit.k.mallick@intel.com> TLB handling for SMP
  14. * 00/12/20 David Mosberger-Tang <davidm@hpl.hp.com> DTLB/ITLB handler now uses virtual PT.
  15. *
  16. * Copyright (C) 2005 Hewlett-Packard Co
  17. * Dan Magenheimer <dan.magenheimer@hp.com>
  18. * Xen paravirtualization
  19. * Copyright (c) 2008 Isaku Yamahata <yamahata at valinux co jp>
  20. * VA Linux Systems Japan K.K.
  21. * pv_ops.
  22. * Yaozu (Eddie) Dong <eddie.dong@intel.com>
  23. */
  24. /*
  25. * This file defines the interruption vector table used by the CPU.
  26. * It does not include one entry per possible cause of interruption.
  27. *
  28. * The first 20 entries of the table contain 64 bundles each while the
  29. * remaining 48 entries contain only 16 bundles each.
  30. *
  31. * The 64 bundles are used to allow inlining the whole handler for critical
  32. * interruptions like TLB misses.
  33. *
  34. * For each entry, the comment is as follows:
  35. *
  36. * // 0x1c00 Entry 7 (size 64 bundles) Data Key Miss (12,51)
  37. * entry offset ----/ / / / /
  38. * entry number ---------/ / / /
  39. * size of the entry -------------/ / /
  40. * vector name -------------------------------------/ /
  41. * interruptions triggering this vector ----------------------/
  42. *
  43. * The table is 32KB in size and must be aligned on 32KB boundary.
  44. * (The CPU ignores the 15 lower bits of the address)
  45. *
  46. * Table is based upon EAS2.6 (Oct 1999)
  47. */
  48. #include <asm/asmmacro.h>
  49. #include <asm/break.h>
  50. #include <asm/kregs.h>
  51. #include <asm/asm-offsets.h>
  52. #include <asm/pgtable.h>
  53. #include <asm/processor.h>
  54. #include <asm/ptrace.h>
  55. #include <asm/thread_info.h>
  56. #include <asm/unistd.h>
  57. #include <asm/errno.h>
  58. #include <asm/export.h>
  59. #if 0
  60. # define PSR_DEFAULT_BITS psr.ac
  61. #else
  62. # define PSR_DEFAULT_BITS 0
  63. #endif
  64. #if 0
  65. /*
  66. * This lets you track the last eight faults that occurred on the CPU. Make sure ar.k2 isn't
  67. * needed for something else before enabling this...
  68. */
  69. # define DBG_FAULT(i) mov r16=ar.k2;; shl r16=r16,8;; add r16=(i),r16;;mov ar.k2=r16
  70. #else
  71. # define DBG_FAULT(i)
  72. #endif
  73. #include "minstate.h"
  74. #define FAULT(n) \
  75. mov r31=pr; \
  76. mov r19=n;; /* prepare to save predicates */ \
  77. br.sptk.many dispatch_to_fault_handler
  78. .section .text..ivt,"ax"
  79. .align 32768 // align on 32KB boundary
  80. .global ia64_ivt
  81. EXPORT_DATA_SYMBOL(ia64_ivt)
  82. ia64_ivt:
  83. /////////////////////////////////////////////////////////////////////////////////////////
  84. // 0x0000 Entry 0 (size 64 bundles) VHPT Translation (8,20,47)
  85. ENTRY(vhpt_miss)
  86. DBG_FAULT(0)
  87. /*
  88. * The VHPT vector is invoked when the TLB entry for the virtual page table
  89. * is missing. This happens only as a result of a previous
  90. * (the "original") TLB miss, which may either be caused by an instruction
  91. * fetch or a data access (or non-access).
  92. *
  93. * What we do here is normal TLB miss handing for the _original_ miss,
  94. * followed by inserting the TLB entry for the virtual page table page
  95. * that the VHPT walker was attempting to access. The latter gets
  96. * inserted as long as page table entry above pte level have valid
  97. * mappings for the faulting address. The TLB entry for the original
  98. * miss gets inserted only if the pte entry indicates that the page is
  99. * present.
  100. *
  101. * do_page_fault gets invoked in the following cases:
  102. * - the faulting virtual address uses unimplemented address bits
  103. * - the faulting virtual address has no valid page table mapping
  104. */
  105. MOV_FROM_IFA(r16) // get address that caused the TLB miss
  106. #ifdef CONFIG_HUGETLB_PAGE
  107. movl r18=PAGE_SHIFT
  108. MOV_FROM_ITIR(r25)
  109. #endif
  110. ;;
  111. RSM_PSR_DT // use physical addressing for data
  112. mov r31=pr // save the predicate registers
  113. mov r19=IA64_KR(PT_BASE) // get page table base address
  114. shl r21=r16,3 // shift bit 60 into sign bit
  115. shr.u r17=r16,61 // get the region number into r17
  116. ;;
  117. shr.u r22=r21,3
  118. #ifdef CONFIG_HUGETLB_PAGE
  119. extr.u r26=r25,2,6
  120. ;;
  121. cmp.ne p8,p0=r18,r26
  122. sub r27=r26,r18
  123. ;;
  124. (p8) dep r25=r18,r25,2,6
  125. (p8) shr r22=r22,r27
  126. #endif
  127. ;;
  128. cmp.eq p6,p7=5,r17 // is IFA pointing into to region 5?
  129. shr.u r18=r22,PGDIR_SHIFT // get bottom portion of pgd index bit
  130. ;;
  131. (p7) dep r17=r17,r19,(PAGE_SHIFT-3),3 // put region number bits in place
  132. srlz.d
  133. LOAD_PHYSICAL(p6, r19, swapper_pg_dir) // region 5 is rooted at swapper_pg_dir
  134. .pred.rel "mutex", p6, p7
  135. (p6) shr.u r21=r21,PGDIR_SHIFT+PAGE_SHIFT
  136. (p7) shr.u r21=r21,PGDIR_SHIFT+PAGE_SHIFT-3
  137. ;;
  138. (p6) dep r17=r18,r19,3,(PAGE_SHIFT-3) // r17=pgd_offset for region 5
  139. (p7) dep r17=r18,r17,3,(PAGE_SHIFT-6) // r17=pgd_offset for region[0-4]
  140. cmp.eq p7,p6=0,r21 // unused address bits all zeroes?
  141. #if CONFIG_PGTABLE_LEVELS == 4
  142. shr.u r28=r22,PUD_SHIFT // shift pud index into position
  143. #else
  144. shr.u r18=r22,PMD_SHIFT // shift pmd index into position
  145. #endif
  146. ;;
  147. ld8 r17=[r17] // get *pgd (may be 0)
  148. ;;
  149. (p7) cmp.eq p6,p7=r17,r0 // was pgd_present(*pgd) == NULL?
  150. #if CONFIG_PGTABLE_LEVELS == 4
  151. dep r28=r28,r17,3,(PAGE_SHIFT-3) // r28=pud_offset(pgd,addr)
  152. ;;
  153. shr.u r18=r22,PMD_SHIFT // shift pmd index into position
  154. (p7) ld8 r29=[r28] // get *pud (may be 0)
  155. ;;
  156. (p7) cmp.eq.or.andcm p6,p7=r29,r0 // was pud_present(*pud) == NULL?
  157. dep r17=r18,r29,3,(PAGE_SHIFT-3) // r17=pmd_offset(pud,addr)
  158. #else
  159. dep r17=r18,r17,3,(PAGE_SHIFT-3) // r17=pmd_offset(pgd,addr)
  160. #endif
  161. ;;
  162. (p7) ld8 r20=[r17] // get *pmd (may be 0)
  163. shr.u r19=r22,PAGE_SHIFT // shift pte index into position
  164. ;;
  165. (p7) cmp.eq.or.andcm p6,p7=r20,r0 // was pmd_present(*pmd) == NULL?
  166. dep r21=r19,r20,3,(PAGE_SHIFT-3) // r21=pte_offset(pmd,addr)
  167. ;;
  168. (p7) ld8 r18=[r21] // read *pte
  169. MOV_FROM_ISR(r19) // cr.isr bit 32 tells us if this is an insn miss
  170. ;;
  171. (p7) tbit.z p6,p7=r18,_PAGE_P_BIT // page present bit cleared?
  172. MOV_FROM_IHA(r22) // get the VHPT address that caused the TLB miss
  173. ;; // avoid RAW on p7
  174. (p7) tbit.nz.unc p10,p11=r19,32 // is it an instruction TLB miss?
  175. dep r23=0,r20,0,PAGE_SHIFT // clear low bits to get page address
  176. ;;
  177. ITC_I_AND_D(p10, p11, r18, r24) // insert the instruction TLB entry and
  178. // insert the data TLB entry
  179. (p6) br.cond.spnt.many page_fault // handle bad address/page not present (page fault)
  180. MOV_TO_IFA(r22, r24)
  181. #ifdef CONFIG_HUGETLB_PAGE
  182. MOV_TO_ITIR(p8, r25, r24) // change to default page-size for VHPT
  183. #endif
  184. /*
  185. * Now compute and insert the TLB entry for the virtual page table. We never
  186. * execute in a page table page so there is no need to set the exception deferral
  187. * bit.
  188. */
  189. adds r24=__DIRTY_BITS_NO_ED|_PAGE_PL_0|_PAGE_AR_RW,r23
  190. ;;
  191. ITC_D(p7, r24, r25)
  192. ;;
  193. #ifdef CONFIG_SMP
  194. /*
  195. * Tell the assemblers dependency-violation checker that the above "itc" instructions
  196. * cannot possibly affect the following loads:
  197. */
  198. dv_serialize_data
  199. /*
  200. * Re-check pagetable entry. If they changed, we may have received a ptc.g
  201. * between reading the pagetable and the "itc". If so, flush the entry we
  202. * inserted and retry. At this point, we have:
  203. *
  204. * r28 = equivalent of pud_offset(pgd, ifa)
  205. * r17 = equivalent of pmd_offset(pud, ifa)
  206. * r21 = equivalent of pte_offset(pmd, ifa)
  207. *
  208. * r29 = *pud
  209. * r20 = *pmd
  210. * r18 = *pte
  211. */
  212. ld8 r25=[r21] // read *pte again
  213. ld8 r26=[r17] // read *pmd again
  214. #if CONFIG_PGTABLE_LEVELS == 4
  215. ld8 r19=[r28] // read *pud again
  216. #endif
  217. cmp.ne p6,p7=r0,r0
  218. ;;
  219. cmp.ne.or.andcm p6,p7=r26,r20 // did *pmd change
  220. #if CONFIG_PGTABLE_LEVELS == 4
  221. cmp.ne.or.andcm p6,p7=r19,r29 // did *pud change
  222. #endif
  223. mov r27=PAGE_SHIFT<<2
  224. ;;
  225. (p6) ptc.l r22,r27 // purge PTE page translation
  226. (p7) cmp.ne.or.andcm p6,p7=r25,r18 // did *pte change
  227. ;;
  228. (p6) ptc.l r16,r27 // purge translation
  229. #endif
  230. mov pr=r31,-1 // restore predicate registers
  231. RFI
  232. END(vhpt_miss)
  233. .org ia64_ivt+0x400
  234. /////////////////////////////////////////////////////////////////////////////////////////
  235. // 0x0400 Entry 1 (size 64 bundles) ITLB (21)
  236. ENTRY(itlb_miss)
  237. DBG_FAULT(1)
  238. /*
  239. * The ITLB handler accesses the PTE via the virtually mapped linear
  240. * page table. If a nested TLB miss occurs, we switch into physical
  241. * mode, walk the page table, and then re-execute the PTE read and
  242. * go on normally after that.
  243. */
  244. MOV_FROM_IFA(r16) // get virtual address
  245. mov r29=b0 // save b0
  246. mov r31=pr // save predicates
  247. .itlb_fault:
  248. MOV_FROM_IHA(r17) // get virtual address of PTE
  249. movl r30=1f // load nested fault continuation point
  250. ;;
  251. 1: ld8 r18=[r17] // read *pte
  252. ;;
  253. mov b0=r29
  254. tbit.z p6,p0=r18,_PAGE_P_BIT // page present bit cleared?
  255. (p6) br.cond.spnt page_fault
  256. ;;
  257. ITC_I(p0, r18, r19)
  258. ;;
  259. #ifdef CONFIG_SMP
  260. /*
  261. * Tell the assemblers dependency-violation checker that the above "itc" instructions
  262. * cannot possibly affect the following loads:
  263. */
  264. dv_serialize_data
  265. ld8 r19=[r17] // read *pte again and see if same
  266. mov r20=PAGE_SHIFT<<2 // setup page size for purge
  267. ;;
  268. cmp.ne p7,p0=r18,r19
  269. ;;
  270. (p7) ptc.l r16,r20
  271. #endif
  272. mov pr=r31,-1
  273. RFI
  274. END(itlb_miss)
  275. .org ia64_ivt+0x0800
  276. /////////////////////////////////////////////////////////////////////////////////////////
  277. // 0x0800 Entry 2 (size 64 bundles) DTLB (9,48)
  278. ENTRY(dtlb_miss)
  279. DBG_FAULT(2)
  280. /*
  281. * The DTLB handler accesses the PTE via the virtually mapped linear
  282. * page table. If a nested TLB miss occurs, we switch into physical
  283. * mode, walk the page table, and then re-execute the PTE read and
  284. * go on normally after that.
  285. */
  286. MOV_FROM_IFA(r16) // get virtual address
  287. mov r29=b0 // save b0
  288. mov r31=pr // save predicates
  289. dtlb_fault:
  290. MOV_FROM_IHA(r17) // get virtual address of PTE
  291. movl r30=1f // load nested fault continuation point
  292. ;;
  293. 1: ld8 r18=[r17] // read *pte
  294. ;;
  295. mov b0=r29
  296. tbit.z p6,p0=r18,_PAGE_P_BIT // page present bit cleared?
  297. (p6) br.cond.spnt page_fault
  298. ;;
  299. ITC_D(p0, r18, r19)
  300. ;;
  301. #ifdef CONFIG_SMP
  302. /*
  303. * Tell the assemblers dependency-violation checker that the above "itc" instructions
  304. * cannot possibly affect the following loads:
  305. */
  306. dv_serialize_data
  307. ld8 r19=[r17] // read *pte again and see if same
  308. mov r20=PAGE_SHIFT<<2 // setup page size for purge
  309. ;;
  310. cmp.ne p7,p0=r18,r19
  311. ;;
  312. (p7) ptc.l r16,r20
  313. #endif
  314. mov pr=r31,-1
  315. RFI
  316. END(dtlb_miss)
  317. .org ia64_ivt+0x0c00
  318. /////////////////////////////////////////////////////////////////////////////////////////
  319. // 0x0c00 Entry 3 (size 64 bundles) Alt ITLB (19)
  320. ENTRY(alt_itlb_miss)
  321. DBG_FAULT(3)
  322. MOV_FROM_IFA(r16) // get address that caused the TLB miss
  323. movl r17=PAGE_KERNEL
  324. MOV_FROM_IPSR(p0, r21)
  325. movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)
  326. mov r31=pr
  327. ;;
  328. #ifdef CONFIG_DISABLE_VHPT
  329. shr.u r22=r16,61 // get the region number into r21
  330. ;;
  331. cmp.gt p8,p0=6,r22 // user mode
  332. ;;
  333. THASH(p8, r17, r16, r23)
  334. ;;
  335. MOV_TO_IHA(p8, r17, r23)
  336. (p8) mov r29=b0 // save b0
  337. (p8) br.cond.dptk .itlb_fault
  338. #endif
  339. extr.u r23=r21,IA64_PSR_CPL0_BIT,2 // extract psr.cpl
  340. and r19=r19,r16 // clear ed, reserved bits, and PTE control bits
  341. shr.u r18=r16,57 // move address bit 61 to bit 4
  342. ;;
  343. andcm r18=0x10,r18 // bit 4=~address-bit(61)
  344. cmp.ne p8,p0=r0,r23 // psr.cpl != 0?
  345. or r19=r17,r19 // insert PTE control bits into r19
  346. ;;
  347. or r19=r19,r18 // set bit 4 (uncached) if the access was to region 6
  348. (p8) br.cond.spnt page_fault
  349. ;;
  350. ITC_I(p0, r19, r18) // insert the TLB entry
  351. mov pr=r31,-1
  352. RFI
  353. END(alt_itlb_miss)
  354. .org ia64_ivt+0x1000
  355. /////////////////////////////////////////////////////////////////////////////////////////
  356. // 0x1000 Entry 4 (size 64 bundles) Alt DTLB (7,46)
  357. ENTRY(alt_dtlb_miss)
  358. DBG_FAULT(4)
  359. MOV_FROM_IFA(r16) // get address that caused the TLB miss
  360. movl r17=PAGE_KERNEL
  361. MOV_FROM_ISR(r20)
  362. movl r19=(((1 << IA64_MAX_PHYS_BITS) - 1) & ~0xfff)
  363. MOV_FROM_IPSR(p0, r21)
  364. mov r31=pr
  365. mov r24=PERCPU_ADDR
  366. ;;
  367. #ifdef CONFIG_DISABLE_VHPT
  368. shr.u r22=r16,61 // get the region number into r21
  369. ;;
  370. cmp.gt p8,p0=6,r22 // access to region 0-5
  371. ;;
  372. THASH(p8, r17, r16, r25)
  373. ;;
  374. MOV_TO_IHA(p8, r17, r25)
  375. (p8) mov r29=b0 // save b0
  376. (p8) br.cond.dptk dtlb_fault
  377. #endif
  378. cmp.ge p10,p11=r16,r24 // access to per_cpu_data?
  379. tbit.z p12,p0=r16,61 // access to region 6?
  380. mov r25=PERCPU_PAGE_SHIFT << 2
  381. mov r26=PERCPU_PAGE_SIZE
  382. nop.m 0
  383. nop.b 0
  384. ;;
  385. (p10) mov r19=IA64_KR(PER_CPU_DATA)
  386. (p11) and r19=r19,r16 // clear non-ppn fields
  387. extr.u r23=r21,IA64_PSR_CPL0_BIT,2 // extract psr.cpl
  388. and r22=IA64_ISR_CODE_MASK,r20 // get the isr.code field
  389. tbit.nz p6,p7=r20,IA64_ISR_SP_BIT // is speculation bit on?
  390. tbit.nz p9,p0=r20,IA64_ISR_NA_BIT // is non-access bit on?
  391. ;;
  392. (p10) sub r19=r19,r26
  393. MOV_TO_ITIR(p10, r25, r24)
  394. cmp.ne p8,p0=r0,r23
  395. (p9) cmp.eq.or.andcm p6,p7=IA64_ISR_CODE_LFETCH,r22 // check isr.code field
  396. (p12) dep r17=-1,r17,4,1 // set ma=UC for region 6 addr
  397. (p8) br.cond.spnt page_fault
  398. dep r21=-1,r21,IA64_PSR_ED_BIT,1
  399. ;;
  400. or r19=r19,r17 // insert PTE control bits into r19
  401. MOV_TO_IPSR(p6, r21, r24)
  402. ;;
  403. ITC_D(p7, r19, r18) // insert the TLB entry
  404. mov pr=r31,-1
  405. RFI
  406. END(alt_dtlb_miss)
  407. .org ia64_ivt+0x1400
  408. /////////////////////////////////////////////////////////////////////////////////////////
  409. // 0x1400 Entry 5 (size 64 bundles) Data nested TLB (6,45)
  410. ENTRY(nested_dtlb_miss)
  411. /*
  412. * In the absence of kernel bugs, we get here when the virtually mapped linear
  413. * page table is accessed non-speculatively (e.g., in the Dirty-bit, Instruction
  414. * Access-bit, or Data Access-bit faults). If the DTLB entry for the virtual page
  415. * table is missing, a nested TLB miss fault is triggered and control is
  416. * transferred to this point. When this happens, we lookup the pte for the
  417. * faulting address by walking the page table in physical mode and return to the
  418. * continuation point passed in register r30 (or call page_fault if the address is
  419. * not mapped).
  420. *
  421. * Input: r16: faulting address
  422. * r29: saved b0
  423. * r30: continuation address
  424. * r31: saved pr
  425. *
  426. * Output: r17: physical address of PTE of faulting address
  427. * r29: saved b0
  428. * r30: continuation address
  429. * r31: saved pr
  430. *
  431. * Clobbered: b0, r18, r19, r21, r22, psr.dt (cleared)
  432. */
  433. RSM_PSR_DT // switch to using physical data addressing
  434. mov r19=IA64_KR(PT_BASE) // get the page table base address
  435. shl r21=r16,3 // shift bit 60 into sign bit
  436. MOV_FROM_ITIR(r18)
  437. ;;
  438. shr.u r17=r16,61 // get the region number into r17
  439. extr.u r18=r18,2,6 // get the faulting page size
  440. ;;
  441. cmp.eq p6,p7=5,r17 // is faulting address in region 5?
  442. add r22=-PAGE_SHIFT,r18 // adjustment for hugetlb address
  443. add r18=PGDIR_SHIFT-PAGE_SHIFT,r18
  444. ;;
  445. shr.u r22=r16,r22
  446. shr.u r18=r16,r18
  447. (p7) dep r17=r17,r19,(PAGE_SHIFT-3),3 // put region number bits in place
  448. srlz.d
  449. LOAD_PHYSICAL(p6, r19, swapper_pg_dir) // region 5 is rooted at swapper_pg_dir
  450. .pred.rel "mutex", p6, p7
  451. (p6) shr.u r21=r21,PGDIR_SHIFT+PAGE_SHIFT
  452. (p7) shr.u r21=r21,PGDIR_SHIFT+PAGE_SHIFT-3
  453. ;;
  454. (p6) dep r17=r18,r19,3,(PAGE_SHIFT-3) // r17=pgd_offset for region 5
  455. (p7) dep r17=r18,r17,3,(PAGE_SHIFT-6) // r17=pgd_offset for region[0-4]
  456. cmp.eq p7,p6=0,r21 // unused address bits all zeroes?
  457. #if CONFIG_PGTABLE_LEVELS == 4
  458. shr.u r18=r22,PUD_SHIFT // shift pud index into position
  459. #else
  460. shr.u r18=r22,PMD_SHIFT // shift pmd index into position
  461. #endif
  462. ;;
  463. ld8 r17=[r17] // get *pgd (may be 0)
  464. ;;
  465. (p7) cmp.eq p6,p7=r17,r0 // was pgd_present(*pgd) == NULL?
  466. dep r17=r18,r17,3,(PAGE_SHIFT-3) // r17=p[u|m]d_offset(pgd,addr)
  467. ;;
  468. #if CONFIG_PGTABLE_LEVELS == 4
  469. (p7) ld8 r17=[r17] // get *pud (may be 0)
  470. shr.u r18=r22,PMD_SHIFT // shift pmd index into position
  471. ;;
  472. (p7) cmp.eq.or.andcm p6,p7=r17,r0 // was pud_present(*pud) == NULL?
  473. dep r17=r18,r17,3,(PAGE_SHIFT-3) // r17=pmd_offset(pud,addr)
  474. ;;
  475. #endif
  476. (p7) ld8 r17=[r17] // get *pmd (may be 0)
  477. shr.u r19=r22,PAGE_SHIFT // shift pte index into position
  478. ;;
  479. (p7) cmp.eq.or.andcm p6,p7=r17,r0 // was pmd_present(*pmd) == NULL?
  480. dep r17=r19,r17,3,(PAGE_SHIFT-3) // r17=pte_offset(pmd,addr);
  481. (p6) br.cond.spnt page_fault
  482. mov b0=r30
  483. br.sptk.many b0 // return to continuation point
  484. END(nested_dtlb_miss)
  485. .org ia64_ivt+0x1800
  486. /////////////////////////////////////////////////////////////////////////////////////////
  487. // 0x1800 Entry 6 (size 64 bundles) Instruction Key Miss (24)
  488. ENTRY(ikey_miss)
  489. DBG_FAULT(6)
  490. FAULT(6)
  491. END(ikey_miss)
  492. .org ia64_ivt+0x1c00
  493. /////////////////////////////////////////////////////////////////////////////////////////
  494. // 0x1c00 Entry 7 (size 64 bundles) Data Key Miss (12,51)
  495. ENTRY(dkey_miss)
  496. DBG_FAULT(7)
  497. FAULT(7)
  498. END(dkey_miss)
  499. .org ia64_ivt+0x2000
  500. /////////////////////////////////////////////////////////////////////////////////////////
  501. // 0x2000 Entry 8 (size 64 bundles) Dirty-bit (54)
  502. ENTRY(dirty_bit)
  503. DBG_FAULT(8)
  504. /*
  505. * What we do here is to simply turn on the dirty bit in the PTE. We need to
  506. * update both the page-table and the TLB entry. To efficiently access the PTE,
  507. * we address it through the virtual page table. Most likely, the TLB entry for
  508. * the relevant virtual page table page is still present in the TLB so we can
  509. * normally do this without additional TLB misses. In case the necessary virtual
  510. * page table TLB entry isn't present, we take a nested TLB miss hit where we look
  511. * up the physical address of the L3 PTE and then continue at label 1 below.
  512. */
  513. MOV_FROM_IFA(r16) // get the address that caused the fault
  514. movl r30=1f // load continuation point in case of nested fault
  515. ;;
  516. THASH(p0, r17, r16, r18) // compute virtual address of L3 PTE
  517. mov r29=b0 // save b0 in case of nested fault
  518. mov r31=pr // save pr
  519. #ifdef CONFIG_SMP
  520. mov r28=ar.ccv // save ar.ccv
  521. ;;
  522. 1: ld8 r18=[r17]
  523. ;; // avoid RAW on r18
  524. mov ar.ccv=r18 // set compare value for cmpxchg
  525. or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
  526. tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit
  527. ;;
  528. (p6) cmpxchg8.acq r26=[r17],r25,ar.ccv // Only update if page is present
  529. mov r24=PAGE_SHIFT<<2
  530. ;;
  531. (p6) cmp.eq p6,p7=r26,r18 // Only compare if page is present
  532. ;;
  533. ITC_D(p6, r25, r18) // install updated PTE
  534. ;;
  535. /*
  536. * Tell the assemblers dependency-violation checker that the above "itc" instructions
  537. * cannot possibly affect the following loads:
  538. */
  539. dv_serialize_data
  540. ld8 r18=[r17] // read PTE again
  541. ;;
  542. cmp.eq p6,p7=r18,r25 // is it same as the newly installed
  543. ;;
  544. (p7) ptc.l r16,r24
  545. mov b0=r29 // restore b0
  546. mov ar.ccv=r28
  547. #else
  548. ;;
  549. 1: ld8 r18=[r17]
  550. ;; // avoid RAW on r18
  551. or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
  552. mov b0=r29 // restore b0
  553. ;;
  554. st8 [r17]=r18 // store back updated PTE
  555. ITC_D(p0, r18, r16) // install updated PTE
  556. #endif
  557. mov pr=r31,-1 // restore pr
  558. RFI
  559. END(dirty_bit)
  560. .org ia64_ivt+0x2400
  561. /////////////////////////////////////////////////////////////////////////////////////////
  562. // 0x2400 Entry 9 (size 64 bundles) Instruction Access-bit (27)
  563. ENTRY(iaccess_bit)
  564. DBG_FAULT(9)
  565. // Like Entry 8, except for instruction access
  566. MOV_FROM_IFA(r16) // get the address that caused the fault
  567. movl r30=1f // load continuation point in case of nested fault
  568. mov r31=pr // save predicates
  569. #ifdef CONFIG_ITANIUM
  570. /*
  571. * Erratum 10 (IFA may contain incorrect address) has "NoFix" status.
  572. */
  573. MOV_FROM_IPSR(p0, r17)
  574. ;;
  575. MOV_FROM_IIP(r18)
  576. tbit.z p6,p0=r17,IA64_PSR_IS_BIT // IA64 instruction set?
  577. ;;
  578. (p6) mov r16=r18 // if so, use cr.iip instead of cr.ifa
  579. #endif /* CONFIG_ITANIUM */
  580. ;;
  581. THASH(p0, r17, r16, r18) // compute virtual address of L3 PTE
  582. mov r29=b0 // save b0 in case of nested fault)
  583. #ifdef CONFIG_SMP
  584. mov r28=ar.ccv // save ar.ccv
  585. ;;
  586. 1: ld8 r18=[r17]
  587. ;;
  588. mov ar.ccv=r18 // set compare value for cmpxchg
  589. or r25=_PAGE_A,r18 // set the accessed bit
  590. tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit
  591. ;;
  592. (p6) cmpxchg8.acq r26=[r17],r25,ar.ccv // Only if page present
  593. mov r24=PAGE_SHIFT<<2
  594. ;;
  595. (p6) cmp.eq p6,p7=r26,r18 // Only if page present
  596. ;;
  597. ITC_I(p6, r25, r26) // install updated PTE
  598. ;;
  599. /*
  600. * Tell the assemblers dependency-violation checker that the above "itc" instructions
  601. * cannot possibly affect the following loads:
  602. */
  603. dv_serialize_data
  604. ld8 r18=[r17] // read PTE again
  605. ;;
  606. cmp.eq p6,p7=r18,r25 // is it same as the newly installed
  607. ;;
  608. (p7) ptc.l r16,r24
  609. mov b0=r29 // restore b0
  610. mov ar.ccv=r28
  611. #else /* !CONFIG_SMP */
  612. ;;
  613. 1: ld8 r18=[r17]
  614. ;;
  615. or r18=_PAGE_A,r18 // set the accessed bit
  616. mov b0=r29 // restore b0
  617. ;;
  618. st8 [r17]=r18 // store back updated PTE
  619. ITC_I(p0, r18, r16) // install updated PTE
  620. #endif /* !CONFIG_SMP */
  621. mov pr=r31,-1
  622. RFI
  623. END(iaccess_bit)
  624. .org ia64_ivt+0x2800
  625. /////////////////////////////////////////////////////////////////////////////////////////
  626. // 0x2800 Entry 10 (size 64 bundles) Data Access-bit (15,55)
  627. ENTRY(daccess_bit)
  628. DBG_FAULT(10)
  629. // Like Entry 8, except for data access
  630. MOV_FROM_IFA(r16) // get the address that caused the fault
  631. movl r30=1f // load continuation point in case of nested fault
  632. ;;
  633. THASH(p0, r17, r16, r18) // compute virtual address of L3 PTE
  634. mov r31=pr
  635. mov r29=b0 // save b0 in case of nested fault)
  636. #ifdef CONFIG_SMP
  637. mov r28=ar.ccv // save ar.ccv
  638. ;;
  639. 1: ld8 r18=[r17]
  640. ;; // avoid RAW on r18
  641. mov ar.ccv=r18 // set compare value for cmpxchg
  642. or r25=_PAGE_A,r18 // set the dirty bit
  643. tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit
  644. ;;
  645. (p6) cmpxchg8.acq r26=[r17],r25,ar.ccv // Only if page is present
  646. mov r24=PAGE_SHIFT<<2
  647. ;;
  648. (p6) cmp.eq p6,p7=r26,r18 // Only if page is present
  649. ;;
  650. ITC_D(p6, r25, r26) // install updated PTE
  651. /*
  652. * Tell the assemblers dependency-violation checker that the above "itc" instructions
  653. * cannot possibly affect the following loads:
  654. */
  655. dv_serialize_data
  656. ;;
  657. ld8 r18=[r17] // read PTE again
  658. ;;
  659. cmp.eq p6,p7=r18,r25 // is it same as the newly installed
  660. ;;
  661. (p7) ptc.l r16,r24
  662. mov ar.ccv=r28
  663. #else
  664. ;;
  665. 1: ld8 r18=[r17]
  666. ;; // avoid RAW on r18
  667. or r18=_PAGE_A,r18 // set the accessed bit
  668. ;;
  669. st8 [r17]=r18 // store back updated PTE
  670. ITC_D(p0, r18, r16) // install updated PTE
  671. #endif
  672. mov b0=r29 // restore b0
  673. mov pr=r31,-1
  674. RFI
  675. END(daccess_bit)
  676. .org ia64_ivt+0x2c00
  677. /////////////////////////////////////////////////////////////////////////////////////////
  678. // 0x2c00 Entry 11 (size 64 bundles) Break instruction (33)
  679. ENTRY(break_fault)
  680. /*
  681. * The streamlined system call entry/exit paths only save/restore the initial part
  682. * of pt_regs. This implies that the callers of system-calls must adhere to the
  683. * normal procedure calling conventions.
  684. *
  685. * Registers to be saved & restored:
  686. * CR registers: cr.ipsr, cr.iip, cr.ifs
  687. * AR registers: ar.unat, ar.pfs, ar.rsc, ar.rnat, ar.bspstore, ar.fpsr
  688. * others: pr, b0, b6, loadrs, r1, r11, r12, r13, r15
  689. * Registers to be restored only:
  690. * r8-r11: output value from the system call.
  691. *
  692. * During system call exit, scratch registers (including r15) are modified/cleared
  693. * to prevent leaking bits from kernel to user level.
  694. */
  695. DBG_FAULT(11)
  696. mov.m r16=IA64_KR(CURRENT) // M2 r16 <- current task (12 cyc)
  697. MOV_FROM_IPSR(p0, r29) // M2 (12 cyc)
  698. mov r31=pr // I0 (2 cyc)
  699. MOV_FROM_IIM(r17) // M2 (2 cyc)
  700. mov.m r27=ar.rsc // M2 (12 cyc)
  701. mov r18=__IA64_BREAK_SYSCALL // A
  702. mov.m ar.rsc=0 // M2
  703. mov.m r21=ar.fpsr // M2 (12 cyc)
  704. mov r19=b6 // I0 (2 cyc)
  705. ;;
  706. mov.m r23=ar.bspstore // M2 (12 cyc)
  707. mov.m r24=ar.rnat // M2 (5 cyc)
  708. mov.i r26=ar.pfs // I0 (2 cyc)
  709. invala // M0|1
  710. nop.m 0 // M
  711. mov r20=r1 // A save r1
  712. nop.m 0
  713. movl r30=sys_call_table // X
  714. MOV_FROM_IIP(r28) // M2 (2 cyc)
  715. cmp.eq p0,p7=r18,r17 // I0 is this a system call?
  716. (p7) br.cond.spnt non_syscall // B no ->
  717. //
  718. // From this point on, we are definitely on the syscall-path
  719. // and we can use (non-banked) scratch registers.
  720. //
  721. ///////////////////////////////////////////////////////////////////////
  722. mov r1=r16 // A move task-pointer to "addl"-addressable reg
  723. mov r2=r16 // A setup r2 for ia64_syscall_setup
  724. add r9=TI_FLAGS+IA64_TASK_SIZE,r16 // A r9 = &current_thread_info()->flags
  725. adds r16=IA64_TASK_THREAD_ON_USTACK_OFFSET,r16
  726. adds r15=-1024,r15 // A subtract 1024 from syscall number
  727. mov r3=NR_syscalls - 1
  728. ;;
  729. ld1.bias r17=[r16] // M0|1 r17 = current->thread.on_ustack flag
  730. ld4 r9=[r9] // M0|1 r9 = current_thread_info()->flags
  731. extr.u r8=r29,41,2 // I0 extract ei field from cr.ipsr
  732. shladd r30=r15,3,r30 // A r30 = sys_call_table + 8*(syscall-1024)
  733. addl r22=IA64_RBS_OFFSET,r1 // A compute base of RBS
  734. cmp.leu p6,p7=r15,r3 // A syscall number in range?
  735. ;;
  736. lfetch.fault.excl.nt1 [r22] // M0|1 prefetch RBS
  737. (p6) ld8 r30=[r30] // M0|1 load address of syscall entry point
  738. tnat.nz.or p7,p0=r15 // I0 is syscall nr a NaT?
  739. mov.m ar.bspstore=r22 // M2 switch to kernel RBS
  740. cmp.eq p8,p9=2,r8 // A isr.ei==2?
  741. ;;
  742. (p8) mov r8=0 // A clear ei to 0
  743. (p7) movl r30=sys_ni_syscall // X
  744. (p8) adds r28=16,r28 // A switch cr.iip to next bundle
  745. (p9) adds r8=1,r8 // A increment ei to next slot
  746. #ifdef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
  747. ;;
  748. mov b6=r30 // I0 setup syscall handler branch reg early
  749. #else
  750. nop.i 0
  751. ;;
  752. #endif
  753. mov.m r25=ar.unat // M2 (5 cyc)
  754. dep r29=r8,r29,41,2 // I0 insert new ei into cr.ipsr
  755. adds r15=1024,r15 // A restore original syscall number
  756. //
  757. // If any of the above loads miss in L1D, we'll stall here until
  758. // the data arrives.
  759. //
  760. ///////////////////////////////////////////////////////////////////////
  761. st1 [r16]=r0 // M2|3 clear current->thread.on_ustack flag
  762. #ifdef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
  763. MOV_FROM_ITC(p0, p14, r30, r18) // M get cycle for accounting
  764. #else
  765. mov b6=r30 // I0 setup syscall handler branch reg early
  766. #endif
  767. cmp.eq pKStk,pUStk=r0,r17 // A were we on kernel stacks already?
  768. and r9=_TIF_SYSCALL_TRACEAUDIT,r9 // A mask trace or audit
  769. mov r18=ar.bsp // M2 (12 cyc)
  770. (pKStk) br.cond.spnt .break_fixup // B we're already in kernel-mode -- fix up RBS
  771. ;;
  772. .back_from_break_fixup:
  773. (pUStk) addl r1=IA64_STK_OFFSET-IA64_PT_REGS_SIZE,r1 // A compute base of memory stack
  774. cmp.eq p14,p0=r9,r0 // A are syscalls being traced/audited?
  775. br.call.sptk.many b7=ia64_syscall_setup // B
  776. 1:
  777. #ifdef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
  778. // mov.m r30=ar.itc is called in advance, and r13 is current
  779. add r16=TI_AC_STAMP+IA64_TASK_SIZE,r13 // A
  780. add r17=TI_AC_LEAVE+IA64_TASK_SIZE,r13 // A
  781. (pKStk) br.cond.spnt .skip_accounting // B unlikely skip
  782. ;;
  783. ld8 r18=[r16],TI_AC_STIME-TI_AC_STAMP // M get last stamp
  784. ld8 r19=[r17],TI_AC_UTIME-TI_AC_LEAVE // M time at leave
  785. ;;
  786. ld8 r20=[r16],TI_AC_STAMP-TI_AC_STIME // M cumulated stime
  787. ld8 r21=[r17] // M cumulated utime
  788. sub r22=r19,r18 // A stime before leave
  789. ;;
  790. st8 [r16]=r30,TI_AC_STIME-TI_AC_STAMP // M update stamp
  791. sub r18=r30,r19 // A elapsed time in user
  792. ;;
  793. add r20=r20,r22 // A sum stime
  794. add r21=r21,r18 // A sum utime
  795. ;;
  796. st8 [r16]=r20 // M update stime
  797. st8 [r17]=r21 // M update utime
  798. ;;
  799. .skip_accounting:
  800. #endif
  801. mov ar.rsc=0x3 // M2 set eager mode, pl 0, LE, loadrs=0
  802. nop 0
  803. BSW_1(r2, r14) // B (6 cyc) regs are saved, switch to bank 1
  804. ;;
  805. SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(r3, r16) // M2 now it's safe to re-enable intr.-collection
  806. // M0 ensure interruption collection is on
  807. movl r3=ia64_ret_from_syscall // X
  808. ;;
  809. mov rp=r3 // I0 set the real return addr
  810. (p10) br.cond.spnt.many ia64_ret_from_syscall // B return if bad call-frame or r15 is a NaT
  811. SSM_PSR_I(p15, p15, r16) // M2 restore psr.i
  812. (p14) br.call.sptk.many b6=b6 // B invoke syscall-handker (ignore return addr)
  813. br.cond.spnt.many ia64_trace_syscall // B do syscall-tracing thingamagic
  814. // NOT REACHED
  815. ///////////////////////////////////////////////////////////////////////
  816. // On entry, we optimistically assumed that we're coming from user-space.
  817. // For the rare cases where a system-call is done from within the kernel,
  818. // we fix things up at this point:
  819. .break_fixup:
  820. add r1=-IA64_PT_REGS_SIZE,sp // A allocate space for pt_regs structure
  821. mov ar.rnat=r24 // M2 restore kernel's AR.RNAT
  822. ;;
  823. mov ar.bspstore=r23 // M2 restore kernel's AR.BSPSTORE
  824. br.cond.sptk .back_from_break_fixup
  825. END(break_fault)
  826. .org ia64_ivt+0x3000
  827. /////////////////////////////////////////////////////////////////////////////////////////
  828. // 0x3000 Entry 12 (size 64 bundles) External Interrupt (4)
  829. ENTRY(interrupt)
  830. /* interrupt handler has become too big to fit this area. */
  831. br.sptk.many __interrupt
  832. END(interrupt)
  833. .org ia64_ivt+0x3400
  834. /////////////////////////////////////////////////////////////////////////////////////////
  835. // 0x3400 Entry 13 (size 64 bundles) Reserved
  836. DBG_FAULT(13)
  837. FAULT(13)
  838. .org ia64_ivt+0x3800
  839. /////////////////////////////////////////////////////////////////////////////////////////
  840. // 0x3800 Entry 14 (size 64 bundles) Reserved
  841. DBG_FAULT(14)
  842. FAULT(14)
  843. /*
  844. * There is no particular reason for this code to be here, other than that
  845. * there happens to be space here that would go unused otherwise. If this
  846. * fault ever gets "unreserved", simply moved the following code to a more
  847. * suitable spot...
  848. *
  849. * ia64_syscall_setup() is a separate subroutine so that it can
  850. * allocate stacked registers so it can safely demine any
  851. * potential NaT values from the input registers.
  852. *
  853. * On entry:
  854. * - executing on bank 0 or bank 1 register set (doesn't matter)
  855. * - r1: stack pointer
  856. * - r2: current task pointer
  857. * - r3: preserved
  858. * - r11: original contents (saved ar.pfs to be saved)
  859. * - r12: original contents (sp to be saved)
  860. * - r13: original contents (tp to be saved)
  861. * - r15: original contents (syscall # to be saved)
  862. * - r18: saved bsp (after switching to kernel stack)
  863. * - r19: saved b6
  864. * - r20: saved r1 (gp)
  865. * - r21: saved ar.fpsr
  866. * - r22: kernel's register backing store base (krbs_base)
  867. * - r23: saved ar.bspstore
  868. * - r24: saved ar.rnat
  869. * - r25: saved ar.unat
  870. * - r26: saved ar.pfs
  871. * - r27: saved ar.rsc
  872. * - r28: saved cr.iip
  873. * - r29: saved cr.ipsr
  874. * - r30: ar.itc for accounting (don't touch)
  875. * - r31: saved pr
  876. * - b0: original contents (to be saved)
  877. * On exit:
  878. * - p10: TRUE if syscall is invoked with more than 8 out
  879. * registers or r15's Nat is true
  880. * - r1: kernel's gp
  881. * - r3: preserved (same as on entry)
  882. * - r8: -EINVAL if p10 is true
  883. * - r12: points to kernel stack
  884. * - r13: points to current task
  885. * - r14: preserved (same as on entry)
  886. * - p13: preserved
  887. * - p15: TRUE if interrupts need to be re-enabled
  888. * - ar.fpsr: set to kernel settings
  889. * - b6: preserved (same as on entry)
  890. */
  891. GLOBAL_ENTRY(ia64_syscall_setup)
  892. #if PT(B6) != 0
  893. # error This code assumes that b6 is the first field in pt_regs.
  894. #endif
  895. st8 [r1]=r19 // save b6
  896. add r16=PT(CR_IPSR),r1 // initialize first base pointer
  897. add r17=PT(R11),r1 // initialize second base pointer
  898. ;;
  899. alloc r19=ar.pfs,8,0,0,0 // ensure in0-in7 are writable
  900. st8 [r16]=r29,PT(AR_PFS)-PT(CR_IPSR) // save cr.ipsr
  901. tnat.nz p8,p0=in0
  902. st8.spill [r17]=r11,PT(CR_IIP)-PT(R11) // save r11
  903. tnat.nz p9,p0=in1
  904. (pKStk) mov r18=r0 // make sure r18 isn't NaT
  905. ;;
  906. st8 [r16]=r26,PT(CR_IFS)-PT(AR_PFS) // save ar.pfs
  907. st8 [r17]=r28,PT(AR_UNAT)-PT(CR_IIP) // save cr.iip
  908. mov r28=b0 // save b0 (2 cyc)
  909. ;;
  910. st8 [r17]=r25,PT(AR_RSC)-PT(AR_UNAT) // save ar.unat
  911. dep r19=0,r19,38,26 // clear all bits but 0..37 [I0]
  912. (p8) mov in0=-1
  913. ;;
  914. st8 [r16]=r19,PT(AR_RNAT)-PT(CR_IFS) // store ar.pfs.pfm in cr.ifs
  915. extr.u r11=r19,7,7 // I0 // get sol of ar.pfs
  916. and r8=0x7f,r19 // A // get sof of ar.pfs
  917. st8 [r17]=r27,PT(AR_BSPSTORE)-PT(AR_RSC)// save ar.rsc
  918. tbit.nz p15,p0=r29,IA64_PSR_I_BIT // I0
  919. (p9) mov in1=-1
  920. ;;
  921. (pUStk) sub r18=r18,r22 // r18=RSE.ndirty*8
  922. tnat.nz p10,p0=in2
  923. add r11=8,r11
  924. ;;
  925. (pKStk) adds r16=PT(PR)-PT(AR_RNAT),r16 // skip over ar_rnat field
  926. (pKStk) adds r17=PT(B0)-PT(AR_BSPSTORE),r17 // skip over ar_bspstore field
  927. tnat.nz p11,p0=in3
  928. ;;
  929. (p10) mov in2=-1
  930. tnat.nz p12,p0=in4 // [I0]
  931. (p11) mov in3=-1
  932. ;;
  933. (pUStk) st8 [r16]=r24,PT(PR)-PT(AR_RNAT) // save ar.rnat
  934. (pUStk) st8 [r17]=r23,PT(B0)-PT(AR_BSPSTORE) // save ar.bspstore
  935. shl r18=r18,16 // compute ar.rsc to be used for "loadrs"
  936. ;;
  937. st8 [r16]=r31,PT(LOADRS)-PT(PR) // save predicates
  938. st8 [r17]=r28,PT(R1)-PT(B0) // save b0
  939. tnat.nz p13,p0=in5 // [I0]
  940. ;;
  941. st8 [r16]=r18,PT(R12)-PT(LOADRS) // save ar.rsc value for "loadrs"
  942. st8.spill [r17]=r20,PT(R13)-PT(R1) // save original r1
  943. (p12) mov in4=-1
  944. ;;
  945. .mem.offset 0,0; st8.spill [r16]=r12,PT(AR_FPSR)-PT(R12) // save r12
  946. .mem.offset 8,0; st8.spill [r17]=r13,PT(R15)-PT(R13) // save r13
  947. (p13) mov in5=-1
  948. ;;
  949. st8 [r16]=r21,PT(R8)-PT(AR_FPSR) // save ar.fpsr
  950. tnat.nz p13,p0=in6
  951. cmp.lt p10,p9=r11,r8 // frame size can't be more than local+8
  952. ;;
  953. mov r8=1
  954. (p9) tnat.nz p10,p0=r15
  955. adds r12=-16,r1 // switch to kernel memory stack (with 16 bytes of scratch)
  956. st8.spill [r17]=r15 // save r15
  957. tnat.nz p8,p0=in7
  958. nop.i 0
  959. mov r13=r2 // establish `current'
  960. movl r1=__gp // establish kernel global pointer
  961. ;;
  962. st8 [r16]=r8 // ensure pt_regs.r8 != 0 (see handle_syscall_error)
  963. (p13) mov in6=-1
  964. (p8) mov in7=-1
  965. cmp.eq pSys,pNonSys=r0,r0 // set pSys=1, pNonSys=0
  966. movl r17=FPSR_DEFAULT
  967. ;;
  968. mov.m ar.fpsr=r17 // set ar.fpsr to kernel default value
  969. (p10) mov r8=-EINVAL
  970. br.ret.sptk.many b7
  971. END(ia64_syscall_setup)
  972. .org ia64_ivt+0x3c00
  973. /////////////////////////////////////////////////////////////////////////////////////////
  974. // 0x3c00 Entry 15 (size 64 bundles) Reserved
  975. DBG_FAULT(15)
  976. FAULT(15)
  977. .org ia64_ivt+0x4000
  978. /////////////////////////////////////////////////////////////////////////////////////////
  979. // 0x4000 Entry 16 (size 64 bundles) Reserved
  980. DBG_FAULT(16)
  981. FAULT(16)
  982. #if defined(CONFIG_VIRT_CPU_ACCOUNTING_NATIVE)
  983. /*
  984. * There is no particular reason for this code to be here, other than
  985. * that there happens to be space here that would go unused otherwise.
  986. * If this fault ever gets "unreserved", simply moved the following
  987. * code to a more suitable spot...
  988. *
  989. * account_sys_enter is called from SAVE_MIN* macros if accounting is
  990. * enabled and if the macro is entered from user mode.
  991. */
  992. GLOBAL_ENTRY(account_sys_enter)
  993. // mov.m r20=ar.itc is called in advance, and r13 is current
  994. add r16=TI_AC_STAMP+IA64_TASK_SIZE,r13
  995. add r17=TI_AC_LEAVE+IA64_TASK_SIZE,r13
  996. ;;
  997. ld8 r18=[r16],TI_AC_STIME-TI_AC_STAMP // time at last check in kernel
  998. ld8 r19=[r17],TI_AC_UTIME-TI_AC_LEAVE // time at left from kernel
  999. ;;
  1000. ld8 r23=[r16],TI_AC_STAMP-TI_AC_STIME // cumulated stime
  1001. ld8 r21=[r17] // cumulated utime
  1002. sub r22=r19,r18 // stime before leave kernel
  1003. ;;
  1004. st8 [r16]=r20,TI_AC_STIME-TI_AC_STAMP // update stamp
  1005. sub r18=r20,r19 // elapsed time in user mode
  1006. ;;
  1007. add r23=r23,r22 // sum stime
  1008. add r21=r21,r18 // sum utime
  1009. ;;
  1010. st8 [r16]=r23 // update stime
  1011. st8 [r17]=r21 // update utime
  1012. ;;
  1013. br.ret.sptk.many rp
  1014. END(account_sys_enter)
  1015. #endif
  1016. .org ia64_ivt+0x4400
  1017. /////////////////////////////////////////////////////////////////////////////////////////
  1018. // 0x4400 Entry 17 (size 64 bundles) Reserved
  1019. DBG_FAULT(17)
  1020. FAULT(17)
  1021. .org ia64_ivt+0x4800
  1022. /////////////////////////////////////////////////////////////////////////////////////////
  1023. // 0x4800 Entry 18 (size 64 bundles) Reserved
  1024. DBG_FAULT(18)
  1025. FAULT(18)
  1026. .org ia64_ivt+0x4c00
  1027. /////////////////////////////////////////////////////////////////////////////////////////
  1028. // 0x4c00 Entry 19 (size 64 bundles) Reserved
  1029. DBG_FAULT(19)
  1030. FAULT(19)
  1031. //
  1032. // --- End of long entries, Beginning of short entries
  1033. //
  1034. .org ia64_ivt+0x5000
  1035. /////////////////////////////////////////////////////////////////////////////////////////
  1036. // 0x5000 Entry 20 (size 16 bundles) Page Not Present (10,22,49)
  1037. ENTRY(page_not_present)
  1038. DBG_FAULT(20)
  1039. MOV_FROM_IFA(r16)
  1040. RSM_PSR_DT
  1041. /*
  1042. * The Linux page fault handler doesn't expect non-present pages to be in
  1043. * the TLB. Flush the existing entry now, so we meet that expectation.
  1044. */
  1045. mov r17=PAGE_SHIFT<<2
  1046. ;;
  1047. ptc.l r16,r17
  1048. ;;
  1049. mov r31=pr
  1050. srlz.d
  1051. br.sptk.many page_fault
  1052. END(page_not_present)
  1053. .org ia64_ivt+0x5100
  1054. /////////////////////////////////////////////////////////////////////////////////////////
  1055. // 0x5100 Entry 21 (size 16 bundles) Key Permission (13,25,52)
  1056. ENTRY(key_permission)
  1057. DBG_FAULT(21)
  1058. MOV_FROM_IFA(r16)
  1059. RSM_PSR_DT
  1060. mov r31=pr
  1061. ;;
  1062. srlz.d
  1063. br.sptk.many page_fault
  1064. END(key_permission)
  1065. .org ia64_ivt+0x5200
  1066. /////////////////////////////////////////////////////////////////////////////////////////
  1067. // 0x5200 Entry 22 (size 16 bundles) Instruction Access Rights (26)
  1068. ENTRY(iaccess_rights)
  1069. DBG_FAULT(22)
  1070. MOV_FROM_IFA(r16)
  1071. RSM_PSR_DT
  1072. mov r31=pr
  1073. ;;
  1074. srlz.d
  1075. br.sptk.many page_fault
  1076. END(iaccess_rights)
  1077. .org ia64_ivt+0x5300
  1078. /////////////////////////////////////////////////////////////////////////////////////////
  1079. // 0x5300 Entry 23 (size 16 bundles) Data Access Rights (14,53)
  1080. ENTRY(daccess_rights)
  1081. DBG_FAULT(23)
  1082. MOV_FROM_IFA(r16)
  1083. RSM_PSR_DT
  1084. mov r31=pr
  1085. ;;
  1086. srlz.d
  1087. br.sptk.many page_fault
  1088. END(daccess_rights)
  1089. .org ia64_ivt+0x5400
  1090. /////////////////////////////////////////////////////////////////////////////////////////
  1091. // 0x5400 Entry 24 (size 16 bundles) General Exception (5,32,34,36,38,39)
  1092. ENTRY(general_exception)
  1093. DBG_FAULT(24)
  1094. MOV_FROM_ISR(r16)
  1095. mov r31=pr
  1096. ;;
  1097. cmp4.eq p6,p0=0,r16
  1098. (p6) br.sptk.many dispatch_illegal_op_fault
  1099. ;;
  1100. mov r19=24 // fault number
  1101. br.sptk.many dispatch_to_fault_handler
  1102. END(general_exception)
  1103. .org ia64_ivt+0x5500
  1104. /////////////////////////////////////////////////////////////////////////////////////////
  1105. // 0x5500 Entry 25 (size 16 bundles) Disabled FP-Register (35)
  1106. ENTRY(disabled_fp_reg)
  1107. DBG_FAULT(25)
  1108. rsm psr.dfh // ensure we can access fph
  1109. ;;
  1110. srlz.d
  1111. mov r31=pr
  1112. mov r19=25
  1113. br.sptk.many dispatch_to_fault_handler
  1114. END(disabled_fp_reg)
  1115. .org ia64_ivt+0x5600
  1116. /////////////////////////////////////////////////////////////////////////////////////////
  1117. // 0x5600 Entry 26 (size 16 bundles) Nat Consumption (11,23,37,50)
  1118. ENTRY(nat_consumption)
  1119. DBG_FAULT(26)
  1120. MOV_FROM_IPSR(p0, r16)
  1121. MOV_FROM_ISR(r17)
  1122. mov r31=pr // save PR
  1123. ;;
  1124. and r18=0xf,r17 // r18 = cr.ipsr.code{3:0}
  1125. tbit.z p6,p0=r17,IA64_ISR_NA_BIT
  1126. ;;
  1127. cmp.ne.or p6,p0=IA64_ISR_CODE_LFETCH,r18
  1128. dep r16=-1,r16,IA64_PSR_ED_BIT,1
  1129. (p6) br.cond.spnt 1f // branch if (cr.ispr.na == 0 || cr.ipsr.code{3:0} != LFETCH)
  1130. ;;
  1131. MOV_TO_IPSR(p0, r16, r18)
  1132. mov pr=r31,-1
  1133. ;;
  1134. RFI
  1135. 1: mov pr=r31,-1
  1136. ;;
  1137. FAULT(26)
  1138. END(nat_consumption)
  1139. .org ia64_ivt+0x5700
  1140. /////////////////////////////////////////////////////////////////////////////////////////
  1141. // 0x5700 Entry 27 (size 16 bundles) Speculation (40)
  1142. ENTRY(speculation_vector)
  1143. DBG_FAULT(27)
  1144. /*
  1145. * A [f]chk.[as] instruction needs to take the branch to the recovery code but
  1146. * this part of the architecture is not implemented in hardware on some CPUs, such
  1147. * as Itanium. Thus, in general we need to emulate the behavior. IIM contains
  1148. * the relative target (not yet sign extended). So after sign extending it we
  1149. * simply add it to IIP. We also need to reset the EI field of the IPSR to zero,
  1150. * i.e., the slot to restart into.
  1151. *
  1152. * cr.imm contains zero_ext(imm21)
  1153. */
  1154. MOV_FROM_IIM(r18)
  1155. ;;
  1156. MOV_FROM_IIP(r17)
  1157. shl r18=r18,43 // put sign bit in position (43=64-21)
  1158. ;;
  1159. MOV_FROM_IPSR(p0, r16)
  1160. shr r18=r18,39 // sign extend (39=43-4)
  1161. ;;
  1162. add r17=r17,r18 // now add the offset
  1163. ;;
  1164. MOV_TO_IIP(r17, r19)
  1165. dep r16=0,r16,41,2 // clear EI
  1166. ;;
  1167. MOV_TO_IPSR(p0, r16, r19)
  1168. ;;
  1169. RFI
  1170. END(speculation_vector)
  1171. .org ia64_ivt+0x5800
  1172. /////////////////////////////////////////////////////////////////////////////////////////
  1173. // 0x5800 Entry 28 (size 16 bundles) Reserved
  1174. DBG_FAULT(28)
  1175. FAULT(28)
  1176. .org ia64_ivt+0x5900
  1177. /////////////////////////////////////////////////////////////////////////////////////////
  1178. // 0x5900 Entry 29 (size 16 bundles) Debug (16,28,56)
  1179. ENTRY(debug_vector)
  1180. DBG_FAULT(29)
  1181. FAULT(29)
  1182. END(debug_vector)
  1183. .org ia64_ivt+0x5a00
  1184. /////////////////////////////////////////////////////////////////////////////////////////
  1185. // 0x5a00 Entry 30 (size 16 bundles) Unaligned Reference (57)
  1186. ENTRY(unaligned_access)
  1187. DBG_FAULT(30)
  1188. mov r31=pr // prepare to save predicates
  1189. ;;
  1190. br.sptk.many dispatch_unaligned_handler
  1191. END(unaligned_access)
  1192. .org ia64_ivt+0x5b00
  1193. /////////////////////////////////////////////////////////////////////////////////////////
  1194. // 0x5b00 Entry 31 (size 16 bundles) Unsupported Data Reference (57)
  1195. ENTRY(unsupported_data_reference)
  1196. DBG_FAULT(31)
  1197. FAULT(31)
  1198. END(unsupported_data_reference)
  1199. .org ia64_ivt+0x5c00
  1200. /////////////////////////////////////////////////////////////////////////////////////////
  1201. // 0x5c00 Entry 32 (size 16 bundles) Floating-Point Fault (64)
  1202. ENTRY(floating_point_fault)
  1203. DBG_FAULT(32)
  1204. FAULT(32)
  1205. END(floating_point_fault)
  1206. .org ia64_ivt+0x5d00
  1207. /////////////////////////////////////////////////////////////////////////////////////////
  1208. // 0x5d00 Entry 33 (size 16 bundles) Floating Point Trap (66)
  1209. ENTRY(floating_point_trap)
  1210. DBG_FAULT(33)
  1211. FAULT(33)
  1212. END(floating_point_trap)
  1213. .org ia64_ivt+0x5e00
  1214. /////////////////////////////////////////////////////////////////////////////////////////
  1215. // 0x5e00 Entry 34 (size 16 bundles) Lower Privilege Transfer Trap (66)
  1216. ENTRY(lower_privilege_trap)
  1217. DBG_FAULT(34)
  1218. FAULT(34)
  1219. END(lower_privilege_trap)
  1220. .org ia64_ivt+0x5f00
  1221. /////////////////////////////////////////////////////////////////////////////////////////
  1222. // 0x5f00 Entry 35 (size 16 bundles) Taken Branch Trap (68)
  1223. ENTRY(taken_branch_trap)
  1224. DBG_FAULT(35)
  1225. FAULT(35)
  1226. END(taken_branch_trap)
  1227. .org ia64_ivt+0x6000
  1228. /////////////////////////////////////////////////////////////////////////////////////////
  1229. // 0x6000 Entry 36 (size 16 bundles) Single Step Trap (69)
  1230. ENTRY(single_step_trap)
  1231. DBG_FAULT(36)
  1232. FAULT(36)
  1233. END(single_step_trap)
  1234. .org ia64_ivt+0x6100
  1235. /////////////////////////////////////////////////////////////////////////////////////////
  1236. // 0x6100 Entry 37 (size 16 bundles) Reserved
  1237. DBG_FAULT(37)
  1238. FAULT(37)
  1239. .org ia64_ivt+0x6200
  1240. /////////////////////////////////////////////////////////////////////////////////////////
  1241. // 0x6200 Entry 38 (size 16 bundles) Reserved
  1242. DBG_FAULT(38)
  1243. FAULT(38)
  1244. .org ia64_ivt+0x6300
  1245. /////////////////////////////////////////////////////////////////////////////////////////
  1246. // 0x6300 Entry 39 (size 16 bundles) Reserved
  1247. DBG_FAULT(39)
  1248. FAULT(39)
  1249. .org ia64_ivt+0x6400
  1250. /////////////////////////////////////////////////////////////////////////////////////////
  1251. // 0x6400 Entry 40 (size 16 bundles) Reserved
  1252. DBG_FAULT(40)
  1253. FAULT(40)
  1254. .org ia64_ivt+0x6500
  1255. /////////////////////////////////////////////////////////////////////////////////////////
  1256. // 0x6500 Entry 41 (size 16 bundles) Reserved
  1257. DBG_FAULT(41)
  1258. FAULT(41)
  1259. .org ia64_ivt+0x6600
  1260. /////////////////////////////////////////////////////////////////////////////////////////
  1261. // 0x6600 Entry 42 (size 16 bundles) Reserved
  1262. DBG_FAULT(42)
  1263. FAULT(42)
  1264. .org ia64_ivt+0x6700
  1265. /////////////////////////////////////////////////////////////////////////////////////////
  1266. // 0x6700 Entry 43 (size 16 bundles) Reserved
  1267. DBG_FAULT(43)
  1268. FAULT(43)
  1269. .org ia64_ivt+0x6800
  1270. /////////////////////////////////////////////////////////////////////////////////////////
  1271. // 0x6800 Entry 44 (size 16 bundles) Reserved
  1272. DBG_FAULT(44)
  1273. FAULT(44)
  1274. .org ia64_ivt+0x6900
  1275. /////////////////////////////////////////////////////////////////////////////////////////
  1276. // 0x6900 Entry 45 (size 16 bundles) IA-32 Exeception (17,18,29,41,42,43,44,58,60,61,62,72,73,75,76,77)
  1277. ENTRY(ia32_exception)
  1278. DBG_FAULT(45)
  1279. FAULT(45)
  1280. END(ia32_exception)
  1281. .org ia64_ivt+0x6a00
  1282. /////////////////////////////////////////////////////////////////////////////////////////
  1283. // 0x6a00 Entry 46 (size 16 bundles) IA-32 Intercept (30,31,59,70,71)
  1284. ENTRY(ia32_intercept)
  1285. DBG_FAULT(46)
  1286. FAULT(46)
  1287. END(ia32_intercept)
  1288. .org ia64_ivt+0x6b00
  1289. /////////////////////////////////////////////////////////////////////////////////////////
  1290. // 0x6b00 Entry 47 (size 16 bundles) IA-32 Interrupt (74)
  1291. ENTRY(ia32_interrupt)
  1292. DBG_FAULT(47)
  1293. FAULT(47)
  1294. END(ia32_interrupt)
  1295. .org ia64_ivt+0x6c00
  1296. /////////////////////////////////////////////////////////////////////////////////////////
  1297. // 0x6c00 Entry 48 (size 16 bundles) Reserved
  1298. DBG_FAULT(48)
  1299. FAULT(48)
  1300. .org ia64_ivt+0x6d00
  1301. /////////////////////////////////////////////////////////////////////////////////////////
  1302. // 0x6d00 Entry 49 (size 16 bundles) Reserved
  1303. DBG_FAULT(49)
  1304. FAULT(49)
  1305. .org ia64_ivt+0x6e00
  1306. /////////////////////////////////////////////////////////////////////////////////////////
  1307. // 0x6e00 Entry 50 (size 16 bundles) Reserved
  1308. DBG_FAULT(50)
  1309. FAULT(50)
  1310. .org ia64_ivt+0x6f00
  1311. /////////////////////////////////////////////////////////////////////////////////////////
  1312. // 0x6f00 Entry 51 (size 16 bundles) Reserved
  1313. DBG_FAULT(51)
  1314. FAULT(51)
  1315. .org ia64_ivt+0x7000
  1316. /////////////////////////////////////////////////////////////////////////////////////////
  1317. // 0x7000 Entry 52 (size 16 bundles) Reserved
  1318. DBG_FAULT(52)
  1319. FAULT(52)
  1320. .org ia64_ivt+0x7100
  1321. /////////////////////////////////////////////////////////////////////////////////////////
  1322. // 0x7100 Entry 53 (size 16 bundles) Reserved
  1323. DBG_FAULT(53)
  1324. FAULT(53)
  1325. .org ia64_ivt+0x7200
  1326. /////////////////////////////////////////////////////////////////////////////////////////
  1327. // 0x7200 Entry 54 (size 16 bundles) Reserved
  1328. DBG_FAULT(54)
  1329. FAULT(54)
  1330. .org ia64_ivt+0x7300
  1331. /////////////////////////////////////////////////////////////////////////////////////////
  1332. // 0x7300 Entry 55 (size 16 bundles) Reserved
  1333. DBG_FAULT(55)
  1334. FAULT(55)
  1335. .org ia64_ivt+0x7400
  1336. /////////////////////////////////////////////////////////////////////////////////////////
  1337. // 0x7400 Entry 56 (size 16 bundles) Reserved
  1338. DBG_FAULT(56)
  1339. FAULT(56)
  1340. .org ia64_ivt+0x7500
  1341. /////////////////////////////////////////////////////////////////////////////////////////
  1342. // 0x7500 Entry 57 (size 16 bundles) Reserved
  1343. DBG_FAULT(57)
  1344. FAULT(57)
  1345. .org ia64_ivt+0x7600
  1346. /////////////////////////////////////////////////////////////////////////////////////////
  1347. // 0x7600 Entry 58 (size 16 bundles) Reserved
  1348. DBG_FAULT(58)
  1349. FAULT(58)
  1350. .org ia64_ivt+0x7700
  1351. /////////////////////////////////////////////////////////////////////////////////////////
  1352. // 0x7700 Entry 59 (size 16 bundles) Reserved
  1353. DBG_FAULT(59)
  1354. FAULT(59)
  1355. .org ia64_ivt+0x7800
  1356. /////////////////////////////////////////////////////////////////////////////////////////
  1357. // 0x7800 Entry 60 (size 16 bundles) Reserved
  1358. DBG_FAULT(60)
  1359. FAULT(60)
  1360. .org ia64_ivt+0x7900
  1361. /////////////////////////////////////////////////////////////////////////////////////////
  1362. // 0x7900 Entry 61 (size 16 bundles) Reserved
  1363. DBG_FAULT(61)
  1364. FAULT(61)
  1365. .org ia64_ivt+0x7a00
  1366. /////////////////////////////////////////////////////////////////////////////////////////
  1367. // 0x7a00 Entry 62 (size 16 bundles) Reserved
  1368. DBG_FAULT(62)
  1369. FAULT(62)
  1370. .org ia64_ivt+0x7b00
  1371. /////////////////////////////////////////////////////////////////////////////////////////
  1372. // 0x7b00 Entry 63 (size 16 bundles) Reserved
  1373. DBG_FAULT(63)
  1374. FAULT(63)
  1375. .org ia64_ivt+0x7c00
  1376. /////////////////////////////////////////////////////////////////////////////////////////
  1377. // 0x7c00 Entry 64 (size 16 bundles) Reserved
  1378. DBG_FAULT(64)
  1379. FAULT(64)
  1380. .org ia64_ivt+0x7d00
  1381. /////////////////////////////////////////////////////////////////////////////////////////
  1382. // 0x7d00 Entry 65 (size 16 bundles) Reserved
  1383. DBG_FAULT(65)
  1384. FAULT(65)
  1385. .org ia64_ivt+0x7e00
  1386. /////////////////////////////////////////////////////////////////////////////////////////
  1387. // 0x7e00 Entry 66 (size 16 bundles) Reserved
  1388. DBG_FAULT(66)
  1389. FAULT(66)
  1390. .org ia64_ivt+0x7f00
  1391. /////////////////////////////////////////////////////////////////////////////////////////
  1392. // 0x7f00 Entry 67 (size 16 bundles) Reserved
  1393. DBG_FAULT(67)
  1394. FAULT(67)
  1395. //-----------------------------------------------------------------------------------
  1396. // call do_page_fault (predicates are in r31, psr.dt may be off, r16 is faulting address)
  1397. ENTRY(page_fault)
  1398. SSM_PSR_DT_AND_SRLZ_I
  1399. ;;
  1400. SAVE_MIN_WITH_COVER
  1401. alloc r15=ar.pfs,0,0,3,0
  1402. MOV_FROM_IFA(out0)
  1403. MOV_FROM_ISR(out1)
  1404. SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(r14, r3)
  1405. adds r3=8,r2 // set up second base pointer
  1406. SSM_PSR_I(p15, p15, r14) // restore psr.i
  1407. movl r14=ia64_leave_kernel
  1408. ;;
  1409. SAVE_REST
  1410. mov rp=r14
  1411. ;;
  1412. adds out2=16,r12 // out2 = pointer to pt_regs
  1413. br.call.sptk.many b6=ia64_do_page_fault // ignore return address
  1414. END(page_fault)
  1415. ENTRY(non_syscall)
  1416. mov ar.rsc=r27 // restore ar.rsc before SAVE_MIN_WITH_COVER
  1417. ;;
  1418. SAVE_MIN_WITH_COVER
  1419. // There is no particular reason for this code to be here, other than that
  1420. // there happens to be space here that would go unused otherwise. If this
  1421. // fault ever gets "unreserved", simply moved the following code to a more
  1422. // suitable spot...
  1423. alloc r14=ar.pfs,0,0,2,0
  1424. MOV_FROM_IIM(out0)
  1425. add out1=16,sp
  1426. adds r3=8,r2 // set up second base pointer for SAVE_REST
  1427. SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(r15, r24)
  1428. // guarantee that interruption collection is on
  1429. SSM_PSR_I(p15, p15, r15) // restore psr.i
  1430. movl r15=ia64_leave_kernel
  1431. ;;
  1432. SAVE_REST
  1433. mov rp=r15
  1434. ;;
  1435. br.call.sptk.many b6=ia64_bad_break // avoid WAW on CFM and ignore return addr
  1436. END(non_syscall)
  1437. ENTRY(__interrupt)
  1438. DBG_FAULT(12)
  1439. mov r31=pr // prepare to save predicates
  1440. ;;
  1441. SAVE_MIN_WITH_COVER // uses r31; defines r2 and r3
  1442. SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(r3, r14)
  1443. // ensure everybody knows psr.ic is back on
  1444. adds r3=8,r2 // set up second base pointer for SAVE_REST
  1445. ;;
  1446. SAVE_REST
  1447. ;;
  1448. MCA_RECOVER_RANGE(interrupt)
  1449. alloc r14=ar.pfs,0,0,2,0 // must be first in an insn group
  1450. MOV_FROM_IVR(out0, r8) // pass cr.ivr as first arg
  1451. add out1=16,sp // pass pointer to pt_regs as second arg
  1452. ;;
  1453. srlz.d // make sure we see the effect of cr.ivr
  1454. movl r14=ia64_leave_kernel
  1455. ;;
  1456. mov rp=r14
  1457. br.call.sptk.many b6=ia64_handle_irq
  1458. END(__interrupt)
  1459. /*
  1460. * There is no particular reason for this code to be here, other than that
  1461. * there happens to be space here that would go unused otherwise. If this
  1462. * fault ever gets "unreserved", simply moved the following code to a more
  1463. * suitable spot...
  1464. */
  1465. ENTRY(dispatch_unaligned_handler)
  1466. SAVE_MIN_WITH_COVER
  1467. ;;
  1468. alloc r14=ar.pfs,0,0,2,0 // now it's safe (must be first in insn group!)
  1469. MOV_FROM_IFA(out0)
  1470. adds out1=16,sp
  1471. SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(r3, r24)
  1472. // guarantee that interruption collection is on
  1473. SSM_PSR_I(p15, p15, r3) // restore psr.i
  1474. adds r3=8,r2 // set up second base pointer
  1475. ;;
  1476. SAVE_REST
  1477. movl r14=ia64_leave_kernel
  1478. ;;
  1479. mov rp=r14
  1480. br.sptk.many ia64_prepare_handle_unaligned
  1481. END(dispatch_unaligned_handler)
  1482. /*
  1483. * There is no particular reason for this code to be here, other than that
  1484. * there happens to be space here that would go unused otherwise. If this
  1485. * fault ever gets "unreserved", simply moved the following code to a more
  1486. * suitable spot...
  1487. */
  1488. ENTRY(dispatch_to_fault_handler)
  1489. /*
  1490. * Input:
  1491. * psr.ic: off
  1492. * r19: fault vector number (e.g., 24 for General Exception)
  1493. * r31: contains saved predicates (pr)
  1494. */
  1495. SAVE_MIN_WITH_COVER_R19
  1496. alloc r14=ar.pfs,0,0,5,0
  1497. MOV_FROM_ISR(out1)
  1498. MOV_FROM_IFA(out2)
  1499. MOV_FROM_IIM(out3)
  1500. MOV_FROM_ITIR(out4)
  1501. ;;
  1502. SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(r3, out0)
  1503. // guarantee that interruption collection is on
  1504. mov out0=r15
  1505. ;;
  1506. SSM_PSR_I(p15, p15, r3) // restore psr.i
  1507. adds r3=8,r2 // set up second base pointer for SAVE_REST
  1508. ;;
  1509. SAVE_REST
  1510. movl r14=ia64_leave_kernel
  1511. ;;
  1512. mov rp=r14
  1513. br.call.sptk.many b6=ia64_fault
  1514. END(dispatch_to_fault_handler)
  1515. /*
  1516. * Squatting in this space ...
  1517. *
  1518. * This special case dispatcher for illegal operation faults allows preserved
  1519. * registers to be modified through a callback function (asm only) that is handed
  1520. * back from the fault handler in r8. Up to three arguments can be passed to the
  1521. * callback function by returning an aggregate with the callback as its first
  1522. * element, followed by the arguments.
  1523. */
  1524. ENTRY(dispatch_illegal_op_fault)
  1525. .prologue
  1526. .body
  1527. SAVE_MIN_WITH_COVER
  1528. SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(r3, r24)
  1529. // guarantee that interruption collection is on
  1530. ;;
  1531. SSM_PSR_I(p15, p15, r3) // restore psr.i
  1532. adds r3=8,r2 // set up second base pointer for SAVE_REST
  1533. ;;
  1534. alloc r14=ar.pfs,0,0,1,0 // must be first in insn group
  1535. mov out0=ar.ec
  1536. ;;
  1537. SAVE_REST
  1538. PT_REGS_UNWIND_INFO(0)
  1539. ;;
  1540. br.call.sptk.many rp=ia64_illegal_op_fault
  1541. .ret0: ;;
  1542. alloc r14=ar.pfs,0,0,3,0 // must be first in insn group
  1543. mov out0=r9
  1544. mov out1=r10
  1545. mov out2=r11
  1546. movl r15=ia64_leave_kernel
  1547. ;;
  1548. mov rp=r15
  1549. mov b6=r8
  1550. ;;
  1551. cmp.ne p6,p0=0,r8
  1552. (p6) br.call.dpnt.many b6=b6 // call returns to ia64_leave_kernel
  1553. br.sptk.many ia64_leave_kernel
  1554. END(dispatch_illegal_op_fault)