tlbex.c 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281
  1. /*
  2. * This file is subject to the terms and conditions of the GNU General Public
  3. * License. See the file "COPYING" in the main directory of this archive
  4. * for more details.
  5. *
  6. * Synthesize TLB refill handlers at runtime.
  7. *
  8. * Copyright (C) 2004, 2005, 2006, 2008 Thiemo Seufer
  9. * Copyright (C) 2005, 2007 Maciej W. Rozycki
  10. * Copyright (C) 2006 Ralf Baechle (ralf@linux-mips.org)
  11. *
  12. * ... and the days got worse and worse and now you see
  13. * I've gone completly out of my mind.
  14. *
  15. * They're coming to take me a away haha
  16. * they're coming to take me a away hoho hihi haha
  17. * to the funny farm where code is beautiful all the time ...
  18. *
  19. * (Condolences to Napoleon XIV)
  20. */
  21. #include <linux/kernel.h>
  22. #include <linux/types.h>
  23. #include <linux/string.h>
  24. #include <linux/init.h>
  25. #include <asm/mmu_context.h>
  26. #include <asm/war.h>
  27. #include "uasm.h"
  28. static inline int r45k_bvahwbug(void)
  29. {
  30. /* XXX: We should probe for the presence of this bug, but we don't. */
  31. return 0;
  32. }
  33. static inline int r4k_250MHZhwbug(void)
  34. {
  35. /* XXX: We should probe for the presence of this bug, but we don't. */
  36. return 0;
  37. }
  38. static inline int __maybe_unused bcm1250_m3_war(void)
  39. {
  40. return BCM1250_M3_WAR;
  41. }
  42. static inline int __maybe_unused r10000_llsc_war(void)
  43. {
  44. return R10000_LLSC_WAR;
  45. }
  46. /*
  47. * Found by experiment: At least some revisions of the 4kc throw under
  48. * some circumstances a machine check exception, triggered by invalid
  49. * values in the index register. Delaying the tlbp instruction until
  50. * after the next branch, plus adding an additional nop in front of
  51. * tlbwi/tlbwr avoids the invalid index register values. Nobody knows
  52. * why; it's not an issue caused by the core RTL.
  53. *
  54. */
  55. static int __cpuinit m4kc_tlbp_war(void)
  56. {
  57. return (current_cpu_data.processor_id & 0xffff00) ==
  58. (PRID_COMP_MIPS | PRID_IMP_4KC);
  59. }
  60. /* Handle labels (which must be positive integers). */
  61. enum label_id {
  62. label_second_part = 1,
  63. label_leave,
  64. #ifdef MODULE_START
  65. label_module_alloc,
  66. #endif
  67. label_vmalloc,
  68. label_vmalloc_done,
  69. label_tlbw_hazard,
  70. label_split,
  71. label_nopage_tlbl,
  72. label_nopage_tlbs,
  73. label_nopage_tlbm,
  74. label_smp_pgtable_change,
  75. label_r3000_write_probe_fail,
  76. };
  77. UASM_L_LA(_second_part)
  78. UASM_L_LA(_leave)
  79. #ifdef MODULE_START
  80. UASM_L_LA(_module_alloc)
  81. #endif
  82. UASM_L_LA(_vmalloc)
  83. UASM_L_LA(_vmalloc_done)
  84. UASM_L_LA(_tlbw_hazard)
  85. UASM_L_LA(_split)
  86. UASM_L_LA(_nopage_tlbl)
  87. UASM_L_LA(_nopage_tlbs)
  88. UASM_L_LA(_nopage_tlbm)
  89. UASM_L_LA(_smp_pgtable_change)
  90. UASM_L_LA(_r3000_write_probe_fail)
  91. /*
  92. * For debug purposes.
  93. */
  94. static inline void dump_handler(const u32 *handler, int count)
  95. {
  96. int i;
  97. pr_debug("\t.set push\n");
  98. pr_debug("\t.set noreorder\n");
  99. for (i = 0; i < count; i++)
  100. pr_debug("\t%p\t.word 0x%08x\n", &handler[i], handler[i]);
  101. pr_debug("\t.set pop\n");
  102. }
  103. /* The only general purpose registers allowed in TLB handlers. */
  104. #define K0 26
  105. #define K1 27
  106. /* Some CP0 registers */
  107. #define C0_INDEX 0, 0
  108. #define C0_ENTRYLO0 2, 0
  109. #define C0_TCBIND 2, 2
  110. #define C0_ENTRYLO1 3, 0
  111. #define C0_CONTEXT 4, 0
  112. #define C0_BADVADDR 8, 0
  113. #define C0_ENTRYHI 10, 0
  114. #define C0_EPC 14, 0
  115. #define C0_XCONTEXT 20, 0
  116. #ifdef CONFIG_64BIT
  117. # define GET_CONTEXT(buf, reg) UASM_i_MFC0(buf, reg, C0_XCONTEXT)
  118. #else
  119. # define GET_CONTEXT(buf, reg) UASM_i_MFC0(buf, reg, C0_CONTEXT)
  120. #endif
  121. /* The worst case length of the handler is around 18 instructions for
  122. * R3000-style TLBs and up to 63 instructions for R4000-style TLBs.
  123. * Maximum space available is 32 instructions for R3000 and 64
  124. * instructions for R4000.
  125. *
  126. * We deliberately chose a buffer size of 128, so we won't scribble
  127. * over anything important on overflow before we panic.
  128. */
  129. static u32 tlb_handler[128] __cpuinitdata;
  130. /* simply assume worst case size for labels and relocs */
  131. static struct uasm_label labels[128] __cpuinitdata;
  132. static struct uasm_reloc relocs[128] __cpuinitdata;
  133. /*
  134. * The R3000 TLB handler is simple.
  135. */
  136. static void __cpuinit build_r3000_tlb_refill_handler(void)
  137. {
  138. long pgdc = (long)pgd_current;
  139. u32 *p;
  140. memset(tlb_handler, 0, sizeof(tlb_handler));
  141. p = tlb_handler;
  142. uasm_i_mfc0(&p, K0, C0_BADVADDR);
  143. uasm_i_lui(&p, K1, uasm_rel_hi(pgdc)); /* cp0 delay */
  144. uasm_i_lw(&p, K1, uasm_rel_lo(pgdc), K1);
  145. uasm_i_srl(&p, K0, K0, 22); /* load delay */
  146. uasm_i_sll(&p, K0, K0, 2);
  147. uasm_i_addu(&p, K1, K1, K0);
  148. uasm_i_mfc0(&p, K0, C0_CONTEXT);
  149. uasm_i_lw(&p, K1, 0, K1); /* cp0 delay */
  150. uasm_i_andi(&p, K0, K0, 0xffc); /* load delay */
  151. uasm_i_addu(&p, K1, K1, K0);
  152. uasm_i_lw(&p, K0, 0, K1);
  153. uasm_i_nop(&p); /* load delay */
  154. uasm_i_mtc0(&p, K0, C0_ENTRYLO0);
  155. uasm_i_mfc0(&p, K1, C0_EPC); /* cp0 delay */
  156. uasm_i_tlbwr(&p); /* cp0 delay */
  157. uasm_i_jr(&p, K1);
  158. uasm_i_rfe(&p); /* branch delay */
  159. if (p > tlb_handler + 32)
  160. panic("TLB refill handler space exceeded");
  161. pr_debug("Wrote TLB refill handler (%u instructions).\n",
  162. (unsigned int)(p - tlb_handler));
  163. memcpy((void *)ebase, tlb_handler, 0x80);
  164. dump_handler((u32 *)ebase, 32);
  165. }
  166. /*
  167. * The R4000 TLB handler is much more complicated. We have two
  168. * consecutive handler areas with 32 instructions space each.
  169. * Since they aren't used at the same time, we can overflow in the
  170. * other one.To keep things simple, we first assume linear space,
  171. * then we relocate it to the final handler layout as needed.
  172. */
  173. static u32 final_handler[64] __cpuinitdata;
  174. /*
  175. * Hazards
  176. *
  177. * From the IDT errata for the QED RM5230 (Nevada), processor revision 1.0:
  178. * 2. A timing hazard exists for the TLBP instruction.
  179. *
  180. * stalling_instruction
  181. * TLBP
  182. *
  183. * The JTLB is being read for the TLBP throughout the stall generated by the
  184. * previous instruction. This is not really correct as the stalling instruction
  185. * can modify the address used to access the JTLB. The failure symptom is that
  186. * the TLBP instruction will use an address created for the stalling instruction
  187. * and not the address held in C0_ENHI and thus report the wrong results.
  188. *
  189. * The software work-around is to not allow the instruction preceding the TLBP
  190. * to stall - make it an NOP or some other instruction guaranteed not to stall.
  191. *
  192. * Errata 2 will not be fixed. This errata is also on the R5000.
  193. *
  194. * As if we MIPS hackers wouldn't know how to nop pipelines happy ...
  195. */
  196. static void __cpuinit __maybe_unused build_tlb_probe_entry(u32 **p)
  197. {
  198. switch (current_cpu_type()) {
  199. /* Found by experiment: R4600 v2.0 needs this, too. */
  200. case CPU_R4600:
  201. case CPU_R5000:
  202. case CPU_R5000A:
  203. case CPU_NEVADA:
  204. uasm_i_nop(p);
  205. uasm_i_tlbp(p);
  206. break;
  207. default:
  208. uasm_i_tlbp(p);
  209. break;
  210. }
  211. }
  212. /*
  213. * Write random or indexed TLB entry, and care about the hazards from
  214. * the preceeding mtc0 and for the following eret.
  215. */
  216. enum tlb_write_entry { tlb_random, tlb_indexed };
  217. static void __cpuinit build_tlb_write_entry(u32 **p, struct uasm_label **l,
  218. struct uasm_reloc **r,
  219. enum tlb_write_entry wmode)
  220. {
  221. void(*tlbw)(u32 **) = NULL;
  222. switch (wmode) {
  223. case tlb_random: tlbw = uasm_i_tlbwr; break;
  224. case tlb_indexed: tlbw = uasm_i_tlbwi; break;
  225. }
  226. if (cpu_has_mips_r2) {
  227. uasm_i_ehb(p);
  228. tlbw(p);
  229. return;
  230. }
  231. switch (current_cpu_type()) {
  232. case CPU_R4000PC:
  233. case CPU_R4000SC:
  234. case CPU_R4000MC:
  235. case CPU_R4400PC:
  236. case CPU_R4400SC:
  237. case CPU_R4400MC:
  238. /*
  239. * This branch uses up a mtc0 hazard nop slot and saves
  240. * two nops after the tlbw instruction.
  241. */
  242. uasm_il_bgezl(p, r, 0, label_tlbw_hazard);
  243. tlbw(p);
  244. uasm_l_tlbw_hazard(l, *p);
  245. uasm_i_nop(p);
  246. break;
  247. case CPU_R4600:
  248. case CPU_R4700:
  249. case CPU_R5000:
  250. case CPU_R5000A:
  251. uasm_i_nop(p);
  252. tlbw(p);
  253. uasm_i_nop(p);
  254. break;
  255. case CPU_R4300:
  256. case CPU_5KC:
  257. case CPU_TX49XX:
  258. case CPU_AU1000:
  259. case CPU_AU1100:
  260. case CPU_AU1500:
  261. case CPU_AU1550:
  262. case CPU_AU1200:
  263. case CPU_AU1210:
  264. case CPU_AU1250:
  265. case CPU_PR4450:
  266. uasm_i_nop(p);
  267. tlbw(p);
  268. break;
  269. case CPU_R10000:
  270. case CPU_R12000:
  271. case CPU_R14000:
  272. case CPU_4KC:
  273. case CPU_4KEC:
  274. case CPU_SB1:
  275. case CPU_SB1A:
  276. case CPU_4KSC:
  277. case CPU_20KC:
  278. case CPU_25KF:
  279. case CPU_BCM3302:
  280. case CPU_BCM4710:
  281. case CPU_LOONGSON2:
  282. if (m4kc_tlbp_war())
  283. uasm_i_nop(p);
  284. tlbw(p);
  285. break;
  286. case CPU_NEVADA:
  287. uasm_i_nop(p); /* QED specifies 2 nops hazard */
  288. /*
  289. * This branch uses up a mtc0 hazard nop slot and saves
  290. * a nop after the tlbw instruction.
  291. */
  292. uasm_il_bgezl(p, r, 0, label_tlbw_hazard);
  293. tlbw(p);
  294. uasm_l_tlbw_hazard(l, *p);
  295. break;
  296. case CPU_RM7000:
  297. uasm_i_nop(p);
  298. uasm_i_nop(p);
  299. uasm_i_nop(p);
  300. uasm_i_nop(p);
  301. tlbw(p);
  302. break;
  303. case CPU_RM9000:
  304. /*
  305. * When the JTLB is updated by tlbwi or tlbwr, a subsequent
  306. * use of the JTLB for instructions should not occur for 4
  307. * cpu cycles and use for data translations should not occur
  308. * for 3 cpu cycles.
  309. */
  310. uasm_i_ssnop(p);
  311. uasm_i_ssnop(p);
  312. uasm_i_ssnop(p);
  313. uasm_i_ssnop(p);
  314. tlbw(p);
  315. uasm_i_ssnop(p);
  316. uasm_i_ssnop(p);
  317. uasm_i_ssnop(p);
  318. uasm_i_ssnop(p);
  319. break;
  320. case CPU_VR4111:
  321. case CPU_VR4121:
  322. case CPU_VR4122:
  323. case CPU_VR4181:
  324. case CPU_VR4181A:
  325. uasm_i_nop(p);
  326. uasm_i_nop(p);
  327. tlbw(p);
  328. uasm_i_nop(p);
  329. uasm_i_nop(p);
  330. break;
  331. case CPU_VR4131:
  332. case CPU_VR4133:
  333. case CPU_R5432:
  334. uasm_i_nop(p);
  335. uasm_i_nop(p);
  336. tlbw(p);
  337. break;
  338. default:
  339. panic("No TLB refill handler yet (CPU type: %d)",
  340. current_cpu_data.cputype);
  341. break;
  342. }
  343. }
  344. #ifdef CONFIG_64BIT
  345. /*
  346. * TMP and PTR are scratch.
  347. * TMP will be clobbered, PTR will hold the pmd entry.
  348. */
  349. static void __cpuinit
  350. build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
  351. unsigned int tmp, unsigned int ptr)
  352. {
  353. long pgdc = (long)pgd_current;
  354. /*
  355. * The vmalloc handling is not in the hotpath.
  356. */
  357. uasm_i_dmfc0(p, tmp, C0_BADVADDR);
  358. #ifdef MODULE_START
  359. uasm_il_bltz(p, r, tmp, label_module_alloc);
  360. #else
  361. uasm_il_bltz(p, r, tmp, label_vmalloc);
  362. #endif
  363. /* No uasm_i_nop needed here, since the next insn doesn't touch TMP. */
  364. #ifdef CONFIG_SMP
  365. # ifdef CONFIG_MIPS_MT_SMTC
  366. /*
  367. * SMTC uses TCBind value as "CPU" index
  368. */
  369. uasm_i_mfc0(p, ptr, C0_TCBIND);
  370. uasm_i_dsrl(p, ptr, ptr, 19);
  371. # else
  372. /*
  373. * 64 bit SMP running in XKPHYS has smp_processor_id() << 3
  374. * stored in CONTEXT.
  375. */
  376. uasm_i_dmfc0(p, ptr, C0_CONTEXT);
  377. uasm_i_dsrl(p, ptr, ptr, 23);
  378. #endif
  379. UASM_i_LA_mostly(p, tmp, pgdc);
  380. uasm_i_daddu(p, ptr, ptr, tmp);
  381. uasm_i_dmfc0(p, tmp, C0_BADVADDR);
  382. uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr);
  383. #else
  384. UASM_i_LA_mostly(p, ptr, pgdc);
  385. uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr);
  386. #endif
  387. uasm_l_vmalloc_done(l, *p);
  388. if (PGDIR_SHIFT - 3 < 32) /* get pgd offset in bytes */
  389. uasm_i_dsrl(p, tmp, tmp, PGDIR_SHIFT-3);
  390. else
  391. uasm_i_dsrl32(p, tmp, tmp, PGDIR_SHIFT - 3 - 32);
  392. uasm_i_andi(p, tmp, tmp, (PTRS_PER_PGD - 1)<<3);
  393. uasm_i_daddu(p, ptr, ptr, tmp); /* add in pgd offset */
  394. uasm_i_dmfc0(p, tmp, C0_BADVADDR); /* get faulting address */
  395. uasm_i_ld(p, ptr, 0, ptr); /* get pmd pointer */
  396. uasm_i_dsrl(p, tmp, tmp, PMD_SHIFT-3); /* get pmd offset in bytes */
  397. uasm_i_andi(p, tmp, tmp, (PTRS_PER_PMD - 1)<<3);
  398. uasm_i_daddu(p, ptr, ptr, tmp); /* add in pmd offset */
  399. }
  400. /*
  401. * BVADDR is the faulting address, PTR is scratch.
  402. * PTR will hold the pgd for vmalloc.
  403. */
  404. static void __cpuinit
  405. build_get_pgd_vmalloc64(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
  406. unsigned int bvaddr, unsigned int ptr)
  407. {
  408. long swpd = (long)swapper_pg_dir;
  409. #ifdef MODULE_START
  410. long modd = (long)module_pg_dir;
  411. uasm_l_module_alloc(l, *p);
  412. /*
  413. * Assumption:
  414. * VMALLOC_START >= 0xc000000000000000UL
  415. * MODULE_START >= 0xe000000000000000UL
  416. */
  417. UASM_i_SLL(p, ptr, bvaddr, 2);
  418. uasm_il_bgez(p, r, ptr, label_vmalloc);
  419. if (uasm_in_compat_space_p(MODULE_START) &&
  420. !uasm_rel_lo(MODULE_START)) {
  421. uasm_i_lui(p, ptr, uasm_rel_hi(MODULE_START)); /* delay slot */
  422. } else {
  423. /* unlikely configuration */
  424. uasm_i_nop(p); /* delay slot */
  425. UASM_i_LA(p, ptr, MODULE_START);
  426. }
  427. uasm_i_dsubu(p, bvaddr, bvaddr, ptr);
  428. if (uasm_in_compat_space_p(modd) && !uasm_rel_lo(modd)) {
  429. uasm_il_b(p, r, label_vmalloc_done);
  430. uasm_i_lui(p, ptr, uasm_rel_hi(modd));
  431. } else {
  432. UASM_i_LA_mostly(p, ptr, modd);
  433. uasm_il_b(p, r, label_vmalloc_done);
  434. if (uasm_in_compat_space_p(modd))
  435. uasm_i_addiu(p, ptr, ptr, uasm_rel_lo(modd));
  436. else
  437. uasm_i_daddiu(p, ptr, ptr, uasm_rel_lo(modd));
  438. }
  439. uasm_l_vmalloc(l, *p);
  440. if (uasm_in_compat_space_p(MODULE_START) &&
  441. !uasm_rel_lo(MODULE_START) &&
  442. MODULE_START << 32 == VMALLOC_START)
  443. uasm_i_dsll32(p, ptr, ptr, 0); /* typical case */
  444. else
  445. UASM_i_LA(p, ptr, VMALLOC_START);
  446. #else
  447. uasm_l_vmalloc(l, *p);
  448. UASM_i_LA(p, ptr, VMALLOC_START);
  449. #endif
  450. uasm_i_dsubu(p, bvaddr, bvaddr, ptr);
  451. if (uasm_in_compat_space_p(swpd) && !uasm_rel_lo(swpd)) {
  452. uasm_il_b(p, r, label_vmalloc_done);
  453. uasm_i_lui(p, ptr, uasm_rel_hi(swpd));
  454. } else {
  455. UASM_i_LA_mostly(p, ptr, swpd);
  456. uasm_il_b(p, r, label_vmalloc_done);
  457. if (uasm_in_compat_space_p(swpd))
  458. uasm_i_addiu(p, ptr, ptr, uasm_rel_lo(swpd));
  459. else
  460. uasm_i_daddiu(p, ptr, ptr, uasm_rel_lo(swpd));
  461. }
  462. }
  463. #else /* !CONFIG_64BIT */
  464. /*
  465. * TMP and PTR are scratch.
  466. * TMP will be clobbered, PTR will hold the pgd entry.
  467. */
  468. static void __cpuinit __maybe_unused
  469. build_get_pgde32(u32 **p, unsigned int tmp, unsigned int ptr)
  470. {
  471. long pgdc = (long)pgd_current;
  472. /* 32 bit SMP has smp_processor_id() stored in CONTEXT. */
  473. #ifdef CONFIG_SMP
  474. #ifdef CONFIG_MIPS_MT_SMTC
  475. /*
  476. * SMTC uses TCBind value as "CPU" index
  477. */
  478. uasm_i_mfc0(p, ptr, C0_TCBIND);
  479. UASM_i_LA_mostly(p, tmp, pgdc);
  480. uasm_i_srl(p, ptr, ptr, 19);
  481. #else
  482. /*
  483. * smp_processor_id() << 3 is stored in CONTEXT.
  484. */
  485. uasm_i_mfc0(p, ptr, C0_CONTEXT);
  486. UASM_i_LA_mostly(p, tmp, pgdc);
  487. uasm_i_srl(p, ptr, ptr, 23);
  488. #endif
  489. uasm_i_addu(p, ptr, tmp, ptr);
  490. #else
  491. UASM_i_LA_mostly(p, ptr, pgdc);
  492. #endif
  493. uasm_i_mfc0(p, tmp, C0_BADVADDR); /* get faulting address */
  494. uasm_i_lw(p, ptr, uasm_rel_lo(pgdc), ptr);
  495. uasm_i_srl(p, tmp, tmp, PGDIR_SHIFT); /* get pgd only bits */
  496. uasm_i_sll(p, tmp, tmp, PGD_T_LOG2);
  497. uasm_i_addu(p, ptr, ptr, tmp); /* add in pgd offset */
  498. }
  499. #endif /* !CONFIG_64BIT */
  500. static void __cpuinit build_adjust_context(u32 **p, unsigned int ctx)
  501. {
  502. unsigned int shift = 4 - (PTE_T_LOG2 + 1) + PAGE_SHIFT - 12;
  503. unsigned int mask = (PTRS_PER_PTE / 2 - 1) << (PTE_T_LOG2 + 1);
  504. switch (current_cpu_type()) {
  505. case CPU_VR41XX:
  506. case CPU_VR4111:
  507. case CPU_VR4121:
  508. case CPU_VR4122:
  509. case CPU_VR4131:
  510. case CPU_VR4181:
  511. case CPU_VR4181A:
  512. case CPU_VR4133:
  513. shift += 2;
  514. break;
  515. default:
  516. break;
  517. }
  518. if (shift)
  519. UASM_i_SRL(p, ctx, ctx, shift);
  520. uasm_i_andi(p, ctx, ctx, mask);
  521. }
  522. static void __cpuinit build_get_ptep(u32 **p, unsigned int tmp, unsigned int ptr)
  523. {
  524. /*
  525. * Bug workaround for the Nevada. It seems as if under certain
  526. * circumstances the move from cp0_context might produce a
  527. * bogus result when the mfc0 instruction and its consumer are
  528. * in a different cacheline or a load instruction, probably any
  529. * memory reference, is between them.
  530. */
  531. switch (current_cpu_type()) {
  532. case CPU_NEVADA:
  533. UASM_i_LW(p, ptr, 0, ptr);
  534. GET_CONTEXT(p, tmp); /* get context reg */
  535. break;
  536. default:
  537. GET_CONTEXT(p, tmp); /* get context reg */
  538. UASM_i_LW(p, ptr, 0, ptr);
  539. break;
  540. }
  541. build_adjust_context(p, tmp);
  542. UASM_i_ADDU(p, ptr, ptr, tmp); /* add in offset */
  543. }
  544. static void __cpuinit build_update_entries(u32 **p, unsigned int tmp,
  545. unsigned int ptep)
  546. {
  547. /*
  548. * 64bit address support (36bit on a 32bit CPU) in a 32bit
  549. * Kernel is a special case. Only a few CPUs use it.
  550. */
  551. #ifdef CONFIG_64BIT_PHYS_ADDR
  552. if (cpu_has_64bits) {
  553. uasm_i_ld(p, tmp, 0, ptep); /* get even pte */
  554. uasm_i_ld(p, ptep, sizeof(pte_t), ptep); /* get odd pte */
  555. uasm_i_dsrl(p, tmp, tmp, 6); /* convert to entrylo0 */
  556. uasm_i_mtc0(p, tmp, C0_ENTRYLO0); /* load it */
  557. uasm_i_dsrl(p, ptep, ptep, 6); /* convert to entrylo1 */
  558. uasm_i_mtc0(p, ptep, C0_ENTRYLO1); /* load it */
  559. } else {
  560. int pte_off_even = sizeof(pte_t) / 2;
  561. int pte_off_odd = pte_off_even + sizeof(pte_t);
  562. /* The pte entries are pre-shifted */
  563. uasm_i_lw(p, tmp, pte_off_even, ptep); /* get even pte */
  564. uasm_i_mtc0(p, tmp, C0_ENTRYLO0); /* load it */
  565. uasm_i_lw(p, ptep, pte_off_odd, ptep); /* get odd pte */
  566. uasm_i_mtc0(p, ptep, C0_ENTRYLO1); /* load it */
  567. }
  568. #else
  569. UASM_i_LW(p, tmp, 0, ptep); /* get even pte */
  570. UASM_i_LW(p, ptep, sizeof(pte_t), ptep); /* get odd pte */
  571. if (r45k_bvahwbug())
  572. build_tlb_probe_entry(p);
  573. UASM_i_SRL(p, tmp, tmp, 6); /* convert to entrylo0 */
  574. if (r4k_250MHZhwbug())
  575. uasm_i_mtc0(p, 0, C0_ENTRYLO0);
  576. uasm_i_mtc0(p, tmp, C0_ENTRYLO0); /* load it */
  577. UASM_i_SRL(p, ptep, ptep, 6); /* convert to entrylo1 */
  578. if (r45k_bvahwbug())
  579. uasm_i_mfc0(p, tmp, C0_INDEX);
  580. if (r4k_250MHZhwbug())
  581. uasm_i_mtc0(p, 0, C0_ENTRYLO1);
  582. uasm_i_mtc0(p, ptep, C0_ENTRYLO1); /* load it */
  583. #endif
  584. }
  585. static void __cpuinit build_r4000_tlb_refill_handler(void)
  586. {
  587. u32 *p = tlb_handler;
  588. struct uasm_label *l = labels;
  589. struct uasm_reloc *r = relocs;
  590. u32 *f;
  591. unsigned int final_len;
  592. memset(tlb_handler, 0, sizeof(tlb_handler));
  593. memset(labels, 0, sizeof(labels));
  594. memset(relocs, 0, sizeof(relocs));
  595. memset(final_handler, 0, sizeof(final_handler));
  596. /*
  597. * create the plain linear handler
  598. */
  599. if (bcm1250_m3_war()) {
  600. UASM_i_MFC0(&p, K0, C0_BADVADDR);
  601. UASM_i_MFC0(&p, K1, C0_ENTRYHI);
  602. uasm_i_xor(&p, K0, K0, K1);
  603. UASM_i_SRL(&p, K0, K0, PAGE_SHIFT + 1);
  604. uasm_il_bnez(&p, &r, K0, label_leave);
  605. /* No need for uasm_i_nop */
  606. }
  607. #ifdef CONFIG_64BIT
  608. build_get_pmde64(&p, &l, &r, K0, K1); /* get pmd in K1 */
  609. #else
  610. build_get_pgde32(&p, K0, K1); /* get pgd in K1 */
  611. #endif
  612. build_get_ptep(&p, K0, K1);
  613. build_update_entries(&p, K0, K1);
  614. build_tlb_write_entry(&p, &l, &r, tlb_random);
  615. uasm_l_leave(&l, p);
  616. uasm_i_eret(&p); /* return from trap */
  617. #ifdef CONFIG_64BIT
  618. build_get_pgd_vmalloc64(&p, &l, &r, K0, K1);
  619. #endif
  620. /*
  621. * Overflow check: For the 64bit handler, we need at least one
  622. * free instruction slot for the wrap-around branch. In worst
  623. * case, if the intended insertion point is a delay slot, we
  624. * need three, with the second nop'ed and the third being
  625. * unused.
  626. */
  627. /* Loongson2 ebase is different than r4k, we have more space */
  628. #if defined(CONFIG_32BIT) || defined(CONFIG_CPU_LOONGSON2)
  629. if ((p - tlb_handler) > 64)
  630. panic("TLB refill handler space exceeded");
  631. #else
  632. if (((p - tlb_handler) > 63)
  633. || (((p - tlb_handler) > 61)
  634. && uasm_insn_has_bdelay(relocs, tlb_handler + 29)))
  635. panic("TLB refill handler space exceeded");
  636. #endif
  637. /*
  638. * Now fold the handler in the TLB refill handler space.
  639. */
  640. #if defined(CONFIG_32BIT) || defined(CONFIG_CPU_LOONGSON2)
  641. f = final_handler;
  642. /* Simplest case, just copy the handler. */
  643. uasm_copy_handler(relocs, labels, tlb_handler, p, f);
  644. final_len = p - tlb_handler;
  645. #else /* CONFIG_64BIT */
  646. f = final_handler + 32;
  647. if ((p - tlb_handler) <= 32) {
  648. /* Just copy the handler. */
  649. uasm_copy_handler(relocs, labels, tlb_handler, p, f);
  650. final_len = p - tlb_handler;
  651. } else {
  652. u32 *split = tlb_handler + 30;
  653. /*
  654. * Find the split point.
  655. */
  656. if (uasm_insn_has_bdelay(relocs, split - 1))
  657. split--;
  658. /* Copy first part of the handler. */
  659. uasm_copy_handler(relocs, labels, tlb_handler, split, f);
  660. f += split - tlb_handler;
  661. /* Insert branch. */
  662. uasm_l_split(&l, final_handler);
  663. uasm_il_b(&f, &r, label_split);
  664. if (uasm_insn_has_bdelay(relocs, split))
  665. uasm_i_nop(&f);
  666. else {
  667. uasm_copy_handler(relocs, labels, split, split + 1, f);
  668. uasm_move_labels(labels, f, f + 1, -1);
  669. f++;
  670. split++;
  671. }
  672. /* Copy the rest of the handler. */
  673. uasm_copy_handler(relocs, labels, split, p, final_handler);
  674. final_len = (f - (final_handler + 32)) + (p - split);
  675. }
  676. #endif /* CONFIG_64BIT */
  677. uasm_resolve_relocs(relocs, labels);
  678. pr_debug("Wrote TLB refill handler (%u instructions).\n",
  679. final_len);
  680. memcpy((void *)ebase, final_handler, 0x100);
  681. dump_handler((u32 *)ebase, 64);
  682. }
  683. /*
  684. * TLB load/store/modify handlers.
  685. *
  686. * Only the fastpath gets synthesized at runtime, the slowpath for
  687. * do_page_fault remains normal asm.
  688. */
  689. extern void tlb_do_page_fault_0(void);
  690. extern void tlb_do_page_fault_1(void);
  691. /*
  692. * 128 instructions for the fastpath handler is generous and should
  693. * never be exceeded.
  694. */
  695. #define FASTPATH_SIZE 128
  696. u32 handle_tlbl[FASTPATH_SIZE] __cacheline_aligned;
  697. u32 handle_tlbs[FASTPATH_SIZE] __cacheline_aligned;
  698. u32 handle_tlbm[FASTPATH_SIZE] __cacheline_aligned;
  699. static void __cpuinit
  700. iPTE_LW(u32 **p, struct uasm_label **l, unsigned int pte, unsigned int ptr)
  701. {
  702. #ifdef CONFIG_SMP
  703. # ifdef CONFIG_64BIT_PHYS_ADDR
  704. if (cpu_has_64bits)
  705. uasm_i_lld(p, pte, 0, ptr);
  706. else
  707. # endif
  708. UASM_i_LL(p, pte, 0, ptr);
  709. #else
  710. # ifdef CONFIG_64BIT_PHYS_ADDR
  711. if (cpu_has_64bits)
  712. uasm_i_ld(p, pte, 0, ptr);
  713. else
  714. # endif
  715. UASM_i_LW(p, pte, 0, ptr);
  716. #endif
  717. }
  718. static void __cpuinit
  719. iPTE_SW(u32 **p, struct uasm_reloc **r, unsigned int pte, unsigned int ptr,
  720. unsigned int mode)
  721. {
  722. #ifdef CONFIG_64BIT_PHYS_ADDR
  723. unsigned int hwmode = mode & (_PAGE_VALID | _PAGE_DIRTY);
  724. #endif
  725. uasm_i_ori(p, pte, pte, mode);
  726. #ifdef CONFIG_SMP
  727. # ifdef CONFIG_64BIT_PHYS_ADDR
  728. if (cpu_has_64bits)
  729. uasm_i_scd(p, pte, 0, ptr);
  730. else
  731. # endif
  732. UASM_i_SC(p, pte, 0, ptr);
  733. if (r10000_llsc_war())
  734. uasm_il_beqzl(p, r, pte, label_smp_pgtable_change);
  735. else
  736. uasm_il_beqz(p, r, pte, label_smp_pgtable_change);
  737. # ifdef CONFIG_64BIT_PHYS_ADDR
  738. if (!cpu_has_64bits) {
  739. /* no uasm_i_nop needed */
  740. uasm_i_ll(p, pte, sizeof(pte_t) / 2, ptr);
  741. uasm_i_ori(p, pte, pte, hwmode);
  742. uasm_i_sc(p, pte, sizeof(pte_t) / 2, ptr);
  743. uasm_il_beqz(p, r, pte, label_smp_pgtable_change);
  744. /* no uasm_i_nop needed */
  745. uasm_i_lw(p, pte, 0, ptr);
  746. } else
  747. uasm_i_nop(p);
  748. # else
  749. uasm_i_nop(p);
  750. # endif
  751. #else
  752. # ifdef CONFIG_64BIT_PHYS_ADDR
  753. if (cpu_has_64bits)
  754. uasm_i_sd(p, pte, 0, ptr);
  755. else
  756. # endif
  757. UASM_i_SW(p, pte, 0, ptr);
  758. # ifdef CONFIG_64BIT_PHYS_ADDR
  759. if (!cpu_has_64bits) {
  760. uasm_i_lw(p, pte, sizeof(pte_t) / 2, ptr);
  761. uasm_i_ori(p, pte, pte, hwmode);
  762. uasm_i_sw(p, pte, sizeof(pte_t) / 2, ptr);
  763. uasm_i_lw(p, pte, 0, ptr);
  764. }
  765. # endif
  766. #endif
  767. }
  768. /*
  769. * Check if PTE is present, if not then jump to LABEL. PTR points to
  770. * the page table where this PTE is located, PTE will be re-loaded
  771. * with it's original value.
  772. */
  773. static void __cpuinit
  774. build_pte_present(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
  775. unsigned int pte, unsigned int ptr, enum label_id lid)
  776. {
  777. uasm_i_andi(p, pte, pte, _PAGE_PRESENT | _PAGE_READ);
  778. uasm_i_xori(p, pte, pte, _PAGE_PRESENT | _PAGE_READ);
  779. uasm_il_bnez(p, r, pte, lid);
  780. iPTE_LW(p, l, pte, ptr);
  781. }
  782. /* Make PTE valid, store result in PTR. */
  783. static void __cpuinit
  784. build_make_valid(u32 **p, struct uasm_reloc **r, unsigned int pte,
  785. unsigned int ptr)
  786. {
  787. unsigned int mode = _PAGE_VALID | _PAGE_ACCESSED;
  788. iPTE_SW(p, r, pte, ptr, mode);
  789. }
  790. /*
  791. * Check if PTE can be written to, if not branch to LABEL. Regardless
  792. * restore PTE with value from PTR when done.
  793. */
  794. static void __cpuinit
  795. build_pte_writable(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
  796. unsigned int pte, unsigned int ptr, enum label_id lid)
  797. {
  798. uasm_i_andi(p, pte, pte, _PAGE_PRESENT | _PAGE_WRITE);
  799. uasm_i_xori(p, pte, pte, _PAGE_PRESENT | _PAGE_WRITE);
  800. uasm_il_bnez(p, r, pte, lid);
  801. iPTE_LW(p, l, pte, ptr);
  802. }
  803. /* Make PTE writable, update software status bits as well, then store
  804. * at PTR.
  805. */
  806. static void __cpuinit
  807. build_make_write(u32 **p, struct uasm_reloc **r, unsigned int pte,
  808. unsigned int ptr)
  809. {
  810. unsigned int mode = (_PAGE_ACCESSED | _PAGE_MODIFIED | _PAGE_VALID
  811. | _PAGE_DIRTY);
  812. iPTE_SW(p, r, pte, ptr, mode);
  813. }
  814. /*
  815. * Check if PTE can be modified, if not branch to LABEL. Regardless
  816. * restore PTE with value from PTR when done.
  817. */
  818. static void __cpuinit
  819. build_pte_modifiable(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
  820. unsigned int pte, unsigned int ptr, enum label_id lid)
  821. {
  822. uasm_i_andi(p, pte, pte, _PAGE_WRITE);
  823. uasm_il_beqz(p, r, pte, lid);
  824. iPTE_LW(p, l, pte, ptr);
  825. }
  826. /*
  827. * R3000 style TLB load/store/modify handlers.
  828. */
  829. /*
  830. * This places the pte into ENTRYLO0 and writes it with tlbwi.
  831. * Then it returns.
  832. */
  833. static void __cpuinit
  834. build_r3000_pte_reload_tlbwi(u32 **p, unsigned int pte, unsigned int tmp)
  835. {
  836. uasm_i_mtc0(p, pte, C0_ENTRYLO0); /* cp0 delay */
  837. uasm_i_mfc0(p, tmp, C0_EPC); /* cp0 delay */
  838. uasm_i_tlbwi(p);
  839. uasm_i_jr(p, tmp);
  840. uasm_i_rfe(p); /* branch delay */
  841. }
  842. /*
  843. * This places the pte into ENTRYLO0 and writes it with tlbwi
  844. * or tlbwr as appropriate. This is because the index register
  845. * may have the probe fail bit set as a result of a trap on a
  846. * kseg2 access, i.e. without refill. Then it returns.
  847. */
  848. static void __cpuinit
  849. build_r3000_tlb_reload_write(u32 **p, struct uasm_label **l,
  850. struct uasm_reloc **r, unsigned int pte,
  851. unsigned int tmp)
  852. {
  853. uasm_i_mfc0(p, tmp, C0_INDEX);
  854. uasm_i_mtc0(p, pte, C0_ENTRYLO0); /* cp0 delay */
  855. uasm_il_bltz(p, r, tmp, label_r3000_write_probe_fail); /* cp0 delay */
  856. uasm_i_mfc0(p, tmp, C0_EPC); /* branch delay */
  857. uasm_i_tlbwi(p); /* cp0 delay */
  858. uasm_i_jr(p, tmp);
  859. uasm_i_rfe(p); /* branch delay */
  860. uasm_l_r3000_write_probe_fail(l, *p);
  861. uasm_i_tlbwr(p); /* cp0 delay */
  862. uasm_i_jr(p, tmp);
  863. uasm_i_rfe(p); /* branch delay */
  864. }
  865. static void __cpuinit
  866. build_r3000_tlbchange_handler_head(u32 **p, unsigned int pte,
  867. unsigned int ptr)
  868. {
  869. long pgdc = (long)pgd_current;
  870. uasm_i_mfc0(p, pte, C0_BADVADDR);
  871. uasm_i_lui(p, ptr, uasm_rel_hi(pgdc)); /* cp0 delay */
  872. uasm_i_lw(p, ptr, uasm_rel_lo(pgdc), ptr);
  873. uasm_i_srl(p, pte, pte, 22); /* load delay */
  874. uasm_i_sll(p, pte, pte, 2);
  875. uasm_i_addu(p, ptr, ptr, pte);
  876. uasm_i_mfc0(p, pte, C0_CONTEXT);
  877. uasm_i_lw(p, ptr, 0, ptr); /* cp0 delay */
  878. uasm_i_andi(p, pte, pte, 0xffc); /* load delay */
  879. uasm_i_addu(p, ptr, ptr, pte);
  880. uasm_i_lw(p, pte, 0, ptr);
  881. uasm_i_tlbp(p); /* load delay */
  882. }
  883. static void __cpuinit build_r3000_tlb_load_handler(void)
  884. {
  885. u32 *p = handle_tlbl;
  886. struct uasm_label *l = labels;
  887. struct uasm_reloc *r = relocs;
  888. memset(handle_tlbl, 0, sizeof(handle_tlbl));
  889. memset(labels, 0, sizeof(labels));
  890. memset(relocs, 0, sizeof(relocs));
  891. build_r3000_tlbchange_handler_head(&p, K0, K1);
  892. build_pte_present(&p, &l, &r, K0, K1, label_nopage_tlbl);
  893. uasm_i_nop(&p); /* load delay */
  894. build_make_valid(&p, &r, K0, K1);
  895. build_r3000_tlb_reload_write(&p, &l, &r, K0, K1);
  896. uasm_l_nopage_tlbl(&l, p);
  897. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_0 & 0x0fffffff);
  898. uasm_i_nop(&p);
  899. if ((p - handle_tlbl) > FASTPATH_SIZE)
  900. panic("TLB load handler fastpath space exceeded");
  901. uasm_resolve_relocs(relocs, labels);
  902. pr_debug("Wrote TLB load handler fastpath (%u instructions).\n",
  903. (unsigned int)(p - handle_tlbl));
  904. dump_handler(handle_tlbl, ARRAY_SIZE(handle_tlbl));
  905. }
  906. static void __cpuinit build_r3000_tlb_store_handler(void)
  907. {
  908. u32 *p = handle_tlbs;
  909. struct uasm_label *l = labels;
  910. struct uasm_reloc *r = relocs;
  911. memset(handle_tlbs, 0, sizeof(handle_tlbs));
  912. memset(labels, 0, sizeof(labels));
  913. memset(relocs, 0, sizeof(relocs));
  914. build_r3000_tlbchange_handler_head(&p, K0, K1);
  915. build_pte_writable(&p, &l, &r, K0, K1, label_nopage_tlbs);
  916. uasm_i_nop(&p); /* load delay */
  917. build_make_write(&p, &r, K0, K1);
  918. build_r3000_tlb_reload_write(&p, &l, &r, K0, K1);
  919. uasm_l_nopage_tlbs(&l, p);
  920. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff);
  921. uasm_i_nop(&p);
  922. if ((p - handle_tlbs) > FASTPATH_SIZE)
  923. panic("TLB store handler fastpath space exceeded");
  924. uasm_resolve_relocs(relocs, labels);
  925. pr_debug("Wrote TLB store handler fastpath (%u instructions).\n",
  926. (unsigned int)(p - handle_tlbs));
  927. dump_handler(handle_tlbs, ARRAY_SIZE(handle_tlbs));
  928. }
  929. static void __cpuinit build_r3000_tlb_modify_handler(void)
  930. {
  931. u32 *p = handle_tlbm;
  932. struct uasm_label *l = labels;
  933. struct uasm_reloc *r = relocs;
  934. memset(handle_tlbm, 0, sizeof(handle_tlbm));
  935. memset(labels, 0, sizeof(labels));
  936. memset(relocs, 0, sizeof(relocs));
  937. build_r3000_tlbchange_handler_head(&p, K0, K1);
  938. build_pte_modifiable(&p, &l, &r, K0, K1, label_nopage_tlbm);
  939. uasm_i_nop(&p); /* load delay */
  940. build_make_write(&p, &r, K0, K1);
  941. build_r3000_pte_reload_tlbwi(&p, K0, K1);
  942. uasm_l_nopage_tlbm(&l, p);
  943. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff);
  944. uasm_i_nop(&p);
  945. if ((p - handle_tlbm) > FASTPATH_SIZE)
  946. panic("TLB modify handler fastpath space exceeded");
  947. uasm_resolve_relocs(relocs, labels);
  948. pr_debug("Wrote TLB modify handler fastpath (%u instructions).\n",
  949. (unsigned int)(p - handle_tlbm));
  950. dump_handler(handle_tlbm, ARRAY_SIZE(handle_tlbm));
  951. }
  952. /*
  953. * R4000 style TLB load/store/modify handlers.
  954. */
  955. static void __cpuinit
  956. build_r4000_tlbchange_handler_head(u32 **p, struct uasm_label **l,
  957. struct uasm_reloc **r, unsigned int pte,
  958. unsigned int ptr)
  959. {
  960. #ifdef CONFIG_64BIT
  961. build_get_pmde64(p, l, r, pte, ptr); /* get pmd in ptr */
  962. #else
  963. build_get_pgde32(p, pte, ptr); /* get pgd in ptr */
  964. #endif
  965. UASM_i_MFC0(p, pte, C0_BADVADDR);
  966. UASM_i_LW(p, ptr, 0, ptr);
  967. UASM_i_SRL(p, pte, pte, PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2);
  968. uasm_i_andi(p, pte, pte, (PTRS_PER_PTE - 1) << PTE_T_LOG2);
  969. UASM_i_ADDU(p, ptr, ptr, pte);
  970. #ifdef CONFIG_SMP
  971. uasm_l_smp_pgtable_change(l, *p);
  972. #endif
  973. iPTE_LW(p, l, pte, ptr); /* get even pte */
  974. if (!m4kc_tlbp_war())
  975. build_tlb_probe_entry(p);
  976. }
  977. static void __cpuinit
  978. build_r4000_tlbchange_handler_tail(u32 **p, struct uasm_label **l,
  979. struct uasm_reloc **r, unsigned int tmp,
  980. unsigned int ptr)
  981. {
  982. uasm_i_ori(p, ptr, ptr, sizeof(pte_t));
  983. uasm_i_xori(p, ptr, ptr, sizeof(pte_t));
  984. build_update_entries(p, tmp, ptr);
  985. build_tlb_write_entry(p, l, r, tlb_indexed);
  986. uasm_l_leave(l, *p);
  987. uasm_i_eret(p); /* return from trap */
  988. #ifdef CONFIG_64BIT
  989. build_get_pgd_vmalloc64(p, l, r, tmp, ptr);
  990. #endif
  991. }
  992. static void __cpuinit build_r4000_tlb_load_handler(void)
  993. {
  994. u32 *p = handle_tlbl;
  995. struct uasm_label *l = labels;
  996. struct uasm_reloc *r = relocs;
  997. memset(handle_tlbl, 0, sizeof(handle_tlbl));
  998. memset(labels, 0, sizeof(labels));
  999. memset(relocs, 0, sizeof(relocs));
  1000. if (bcm1250_m3_war()) {
  1001. UASM_i_MFC0(&p, K0, C0_BADVADDR);
  1002. UASM_i_MFC0(&p, K1, C0_ENTRYHI);
  1003. uasm_i_xor(&p, K0, K0, K1);
  1004. UASM_i_SRL(&p, K0, K0, PAGE_SHIFT + 1);
  1005. uasm_il_bnez(&p, &r, K0, label_leave);
  1006. /* No need for uasm_i_nop */
  1007. }
  1008. build_r4000_tlbchange_handler_head(&p, &l, &r, K0, K1);
  1009. build_pte_present(&p, &l, &r, K0, K1, label_nopage_tlbl);
  1010. if (m4kc_tlbp_war())
  1011. build_tlb_probe_entry(&p);
  1012. build_make_valid(&p, &r, K0, K1);
  1013. build_r4000_tlbchange_handler_tail(&p, &l, &r, K0, K1);
  1014. uasm_l_nopage_tlbl(&l, p);
  1015. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_0 & 0x0fffffff);
  1016. uasm_i_nop(&p);
  1017. if ((p - handle_tlbl) > FASTPATH_SIZE)
  1018. panic("TLB load handler fastpath space exceeded");
  1019. uasm_resolve_relocs(relocs, labels);
  1020. pr_debug("Wrote TLB load handler fastpath (%u instructions).\n",
  1021. (unsigned int)(p - handle_tlbl));
  1022. dump_handler(handle_tlbl, ARRAY_SIZE(handle_tlbl));
  1023. }
  1024. static void __cpuinit build_r4000_tlb_store_handler(void)
  1025. {
  1026. u32 *p = handle_tlbs;
  1027. struct uasm_label *l = labels;
  1028. struct uasm_reloc *r = relocs;
  1029. memset(handle_tlbs, 0, sizeof(handle_tlbs));
  1030. memset(labels, 0, sizeof(labels));
  1031. memset(relocs, 0, sizeof(relocs));
  1032. build_r4000_tlbchange_handler_head(&p, &l, &r, K0, K1);
  1033. build_pte_writable(&p, &l, &r, K0, K1, label_nopage_tlbs);
  1034. if (m4kc_tlbp_war())
  1035. build_tlb_probe_entry(&p);
  1036. build_make_write(&p, &r, K0, K1);
  1037. build_r4000_tlbchange_handler_tail(&p, &l, &r, K0, K1);
  1038. uasm_l_nopage_tlbs(&l, p);
  1039. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff);
  1040. uasm_i_nop(&p);
  1041. if ((p - handle_tlbs) > FASTPATH_SIZE)
  1042. panic("TLB store handler fastpath space exceeded");
  1043. uasm_resolve_relocs(relocs, labels);
  1044. pr_debug("Wrote TLB store handler fastpath (%u instructions).\n",
  1045. (unsigned int)(p - handle_tlbs));
  1046. dump_handler(handle_tlbs, ARRAY_SIZE(handle_tlbs));
  1047. }
  1048. static void __cpuinit build_r4000_tlb_modify_handler(void)
  1049. {
  1050. u32 *p = handle_tlbm;
  1051. struct uasm_label *l = labels;
  1052. struct uasm_reloc *r = relocs;
  1053. memset(handle_tlbm, 0, sizeof(handle_tlbm));
  1054. memset(labels, 0, sizeof(labels));
  1055. memset(relocs, 0, sizeof(relocs));
  1056. build_r4000_tlbchange_handler_head(&p, &l, &r, K0, K1);
  1057. build_pte_modifiable(&p, &l, &r, K0, K1, label_nopage_tlbm);
  1058. if (m4kc_tlbp_war())
  1059. build_tlb_probe_entry(&p);
  1060. /* Present and writable bits set, set accessed and dirty bits. */
  1061. build_make_write(&p, &r, K0, K1);
  1062. build_r4000_tlbchange_handler_tail(&p, &l, &r, K0, K1);
  1063. uasm_l_nopage_tlbm(&l, p);
  1064. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff);
  1065. uasm_i_nop(&p);
  1066. if ((p - handle_tlbm) > FASTPATH_SIZE)
  1067. panic("TLB modify handler fastpath space exceeded");
  1068. uasm_resolve_relocs(relocs, labels);
  1069. pr_debug("Wrote TLB modify handler fastpath (%u instructions).\n",
  1070. (unsigned int)(p - handle_tlbm));
  1071. dump_handler(handle_tlbm, ARRAY_SIZE(handle_tlbm));
  1072. }
  1073. void __cpuinit build_tlb_refill_handler(void)
  1074. {
  1075. /*
  1076. * The refill handler is generated per-CPU, multi-node systems
  1077. * may have local storage for it. The other handlers are only
  1078. * needed once.
  1079. */
  1080. static int run_once = 0;
  1081. switch (current_cpu_type()) {
  1082. case CPU_R2000:
  1083. case CPU_R3000:
  1084. case CPU_R3000A:
  1085. case CPU_R3081E:
  1086. case CPU_TX3912:
  1087. case CPU_TX3922:
  1088. case CPU_TX3927:
  1089. build_r3000_tlb_refill_handler();
  1090. if (!run_once) {
  1091. build_r3000_tlb_load_handler();
  1092. build_r3000_tlb_store_handler();
  1093. build_r3000_tlb_modify_handler();
  1094. run_once++;
  1095. }
  1096. break;
  1097. case CPU_R6000:
  1098. case CPU_R6000A:
  1099. panic("No R6000 TLB refill handler yet");
  1100. break;
  1101. case CPU_R8000:
  1102. panic("No R8000 TLB refill handler yet");
  1103. break;
  1104. default:
  1105. build_r4000_tlb_refill_handler();
  1106. if (!run_once) {
  1107. build_r4000_tlb_load_handler();
  1108. build_r4000_tlb_store_handler();
  1109. build_r4000_tlb_modify_handler();
  1110. run_once++;
  1111. }
  1112. }
  1113. }
  1114. void __cpuinit flush_tlb_handlers(void)
  1115. {
  1116. flush_icache_range((unsigned long)handle_tlbl,
  1117. (unsigned long)handle_tlbl + sizeof(handle_tlbl));
  1118. flush_icache_range((unsigned long)handle_tlbs,
  1119. (unsigned long)handle_tlbs + sizeof(handle_tlbs));
  1120. flush_icache_range((unsigned long)handle_tlbm,
  1121. (unsigned long)handle_tlbm + sizeof(handle_tlbm));
  1122. }