tlbex.c 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063
  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, 2008, 2009 Maciej W. Rozycki
  10. * Copyright (C) 2006 Ralf Baechle (ralf@linux-mips.org)
  11. * Copyright (C) 2008, 2009 Cavium Networks, Inc.
  12. *
  13. * ... and the days got worse and worse and now you see
  14. * I've gone completly out of my mind.
  15. *
  16. * They're coming to take me a away haha
  17. * they're coming to take me a away hoho hihi haha
  18. * to the funny farm where code is beautiful all the time ...
  19. *
  20. * (Condolences to Napoleon XIV)
  21. */
  22. #include <linux/bug.h>
  23. #include <linux/kernel.h>
  24. #include <linux/types.h>
  25. #include <linux/smp.h>
  26. #include <linux/string.h>
  27. #include <linux/init.h>
  28. #include <linux/cache.h>
  29. #include <asm/cacheflush.h>
  30. #include <asm/pgtable.h>
  31. #include <asm/war.h>
  32. #include <asm/uasm.h>
  33. /*
  34. * TLB load/store/modify handlers.
  35. *
  36. * Only the fastpath gets synthesized at runtime, the slowpath for
  37. * do_page_fault remains normal asm.
  38. */
  39. extern void tlb_do_page_fault_0(void);
  40. extern void tlb_do_page_fault_1(void);
  41. static inline int r45k_bvahwbug(void)
  42. {
  43. /* XXX: We should probe for the presence of this bug, but we don't. */
  44. return 0;
  45. }
  46. static inline int r4k_250MHZhwbug(void)
  47. {
  48. /* XXX: We should probe for the presence of this bug, but we don't. */
  49. return 0;
  50. }
  51. static inline int __maybe_unused bcm1250_m3_war(void)
  52. {
  53. return BCM1250_M3_WAR;
  54. }
  55. static inline int __maybe_unused r10000_llsc_war(void)
  56. {
  57. return R10000_LLSC_WAR;
  58. }
  59. static int use_bbit_insns(void)
  60. {
  61. switch (current_cpu_type()) {
  62. case CPU_CAVIUM_OCTEON:
  63. case CPU_CAVIUM_OCTEON_PLUS:
  64. case CPU_CAVIUM_OCTEON2:
  65. return 1;
  66. default:
  67. return 0;
  68. }
  69. }
  70. static int use_lwx_insns(void)
  71. {
  72. switch (current_cpu_type()) {
  73. case CPU_CAVIUM_OCTEON2:
  74. return 1;
  75. default:
  76. return 0;
  77. }
  78. }
  79. #if defined(CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE) && \
  80. CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE > 0
  81. static bool scratchpad_available(void)
  82. {
  83. return true;
  84. }
  85. static int scratchpad_offset(int i)
  86. {
  87. /*
  88. * CVMSEG starts at address -32768 and extends for
  89. * CAVIUM_OCTEON_CVMSEG_SIZE 128 byte cache lines.
  90. */
  91. i += 1; /* Kernel use starts at the top and works down. */
  92. return CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE * 128 - (8 * i) - 32768;
  93. }
  94. #else
  95. static bool scratchpad_available(void)
  96. {
  97. return false;
  98. }
  99. static int scratchpad_offset(int i)
  100. {
  101. BUG();
  102. /* Really unreachable, but evidently some GCC want this. */
  103. return 0;
  104. }
  105. #endif
  106. /*
  107. * Found by experiment: At least some revisions of the 4kc throw under
  108. * some circumstances a machine check exception, triggered by invalid
  109. * values in the index register. Delaying the tlbp instruction until
  110. * after the next branch, plus adding an additional nop in front of
  111. * tlbwi/tlbwr avoids the invalid index register values. Nobody knows
  112. * why; it's not an issue caused by the core RTL.
  113. *
  114. */
  115. static int __cpuinit m4kc_tlbp_war(void)
  116. {
  117. return (current_cpu_data.processor_id & 0xffff00) ==
  118. (PRID_COMP_MIPS | PRID_IMP_4KC);
  119. }
  120. /* Handle labels (which must be positive integers). */
  121. enum label_id {
  122. label_second_part = 1,
  123. label_leave,
  124. label_vmalloc,
  125. label_vmalloc_done,
  126. label_tlbw_hazard,
  127. label_split,
  128. label_tlbl_goaround1,
  129. label_tlbl_goaround2,
  130. label_nopage_tlbl,
  131. label_nopage_tlbs,
  132. label_nopage_tlbm,
  133. label_smp_pgtable_change,
  134. label_r3000_write_probe_fail,
  135. label_large_segbits_fault,
  136. #ifdef CONFIG_HUGETLB_PAGE
  137. label_tlb_huge_update,
  138. #endif
  139. };
  140. UASM_L_LA(_second_part)
  141. UASM_L_LA(_leave)
  142. UASM_L_LA(_vmalloc)
  143. UASM_L_LA(_vmalloc_done)
  144. UASM_L_LA(_tlbw_hazard)
  145. UASM_L_LA(_split)
  146. UASM_L_LA(_tlbl_goaround1)
  147. UASM_L_LA(_tlbl_goaround2)
  148. UASM_L_LA(_nopage_tlbl)
  149. UASM_L_LA(_nopage_tlbs)
  150. UASM_L_LA(_nopage_tlbm)
  151. UASM_L_LA(_smp_pgtable_change)
  152. UASM_L_LA(_r3000_write_probe_fail)
  153. UASM_L_LA(_large_segbits_fault)
  154. #ifdef CONFIG_HUGETLB_PAGE
  155. UASM_L_LA(_tlb_huge_update)
  156. #endif
  157. /*
  158. * For debug purposes.
  159. */
  160. static inline void dump_handler(const u32 *handler, int count)
  161. {
  162. int i;
  163. pr_debug("\t.set push\n");
  164. pr_debug("\t.set noreorder\n");
  165. for (i = 0; i < count; i++)
  166. pr_debug("\t%p\t.word 0x%08x\n", &handler[i], handler[i]);
  167. pr_debug("\t.set pop\n");
  168. }
  169. /* The only general purpose registers allowed in TLB handlers. */
  170. #define K0 26
  171. #define K1 27
  172. /* Some CP0 registers */
  173. #define C0_INDEX 0, 0
  174. #define C0_ENTRYLO0 2, 0
  175. #define C0_TCBIND 2, 2
  176. #define C0_ENTRYLO1 3, 0
  177. #define C0_CONTEXT 4, 0
  178. #define C0_PAGEMASK 5, 0
  179. #define C0_BADVADDR 8, 0
  180. #define C0_ENTRYHI 10, 0
  181. #define C0_EPC 14, 0
  182. #define C0_XCONTEXT 20, 0
  183. #ifdef CONFIG_64BIT
  184. # define GET_CONTEXT(buf, reg) UASM_i_MFC0(buf, reg, C0_XCONTEXT)
  185. #else
  186. # define GET_CONTEXT(buf, reg) UASM_i_MFC0(buf, reg, C0_CONTEXT)
  187. #endif
  188. /* The worst case length of the handler is around 18 instructions for
  189. * R3000-style TLBs and up to 63 instructions for R4000-style TLBs.
  190. * Maximum space available is 32 instructions for R3000 and 64
  191. * instructions for R4000.
  192. *
  193. * We deliberately chose a buffer size of 128, so we won't scribble
  194. * over anything important on overflow before we panic.
  195. */
  196. static u32 tlb_handler[128] __cpuinitdata;
  197. /* simply assume worst case size for labels and relocs */
  198. static struct uasm_label labels[128] __cpuinitdata;
  199. static struct uasm_reloc relocs[128] __cpuinitdata;
  200. #ifdef CONFIG_64BIT
  201. static int check_for_high_segbits __cpuinitdata;
  202. #endif
  203. static int check_for_high_segbits __cpuinitdata;
  204. static unsigned int kscratch_used_mask __cpuinitdata;
  205. static int __cpuinit allocate_kscratch(void)
  206. {
  207. int r;
  208. unsigned int a = cpu_data[0].kscratch_mask & ~kscratch_used_mask;
  209. r = ffs(a);
  210. if (r == 0)
  211. return -1;
  212. r--; /* make it zero based */
  213. kscratch_used_mask |= (1 << r);
  214. return r;
  215. }
  216. static int scratch_reg __cpuinitdata;
  217. static int pgd_reg __cpuinitdata;
  218. enum vmalloc64_mode {not_refill, refill_scratch, refill_noscratch};
  219. #ifndef CONFIG_MIPS_PGD_C0_CONTEXT
  220. /*
  221. * CONFIG_MIPS_PGD_C0_CONTEXT implies 64 bit and lack of pgd_current,
  222. * we cannot do r3000 under these circumstances.
  223. *
  224. * Declare pgd_current here instead of including mmu_context.h to avoid type
  225. * conflicts for tlbmiss_handler_setup_pgd
  226. */
  227. extern unsigned long pgd_current[];
  228. /*
  229. * The R3000 TLB handler is simple.
  230. */
  231. static void __cpuinit build_r3000_tlb_refill_handler(void)
  232. {
  233. long pgdc = (long)pgd_current;
  234. u32 *p;
  235. memset(tlb_handler, 0, sizeof(tlb_handler));
  236. p = tlb_handler;
  237. uasm_i_mfc0(&p, K0, C0_BADVADDR);
  238. uasm_i_lui(&p, K1, uasm_rel_hi(pgdc)); /* cp0 delay */
  239. uasm_i_lw(&p, K1, uasm_rel_lo(pgdc), K1);
  240. uasm_i_srl(&p, K0, K0, 22); /* load delay */
  241. uasm_i_sll(&p, K0, K0, 2);
  242. uasm_i_addu(&p, K1, K1, K0);
  243. uasm_i_mfc0(&p, K0, C0_CONTEXT);
  244. uasm_i_lw(&p, K1, 0, K1); /* cp0 delay */
  245. uasm_i_andi(&p, K0, K0, 0xffc); /* load delay */
  246. uasm_i_addu(&p, K1, K1, K0);
  247. uasm_i_lw(&p, K0, 0, K1);
  248. uasm_i_nop(&p); /* load delay */
  249. uasm_i_mtc0(&p, K0, C0_ENTRYLO0);
  250. uasm_i_mfc0(&p, K1, C0_EPC); /* cp0 delay */
  251. uasm_i_tlbwr(&p); /* cp0 delay */
  252. uasm_i_jr(&p, K1);
  253. uasm_i_rfe(&p); /* branch delay */
  254. if (p > tlb_handler + 32)
  255. panic("TLB refill handler space exceeded");
  256. pr_debug("Wrote TLB refill handler (%u instructions).\n",
  257. (unsigned int)(p - tlb_handler));
  258. memcpy((void *)ebase, tlb_handler, 0x80);
  259. dump_handler((u32 *)ebase, 32);
  260. }
  261. #endif /* CONFIG_MIPS_PGD_C0_CONTEXT */
  262. /*
  263. * The R4000 TLB handler is much more complicated. We have two
  264. * consecutive handler areas with 32 instructions space each.
  265. * Since they aren't used at the same time, we can overflow in the
  266. * other one.To keep things simple, we first assume linear space,
  267. * then we relocate it to the final handler layout as needed.
  268. */
  269. static u32 final_handler[64] __cpuinitdata;
  270. /*
  271. * Hazards
  272. *
  273. * From the IDT errata for the QED RM5230 (Nevada), processor revision 1.0:
  274. * 2. A timing hazard exists for the TLBP instruction.
  275. *
  276. * stalling_instruction
  277. * TLBP
  278. *
  279. * The JTLB is being read for the TLBP throughout the stall generated by the
  280. * previous instruction. This is not really correct as the stalling instruction
  281. * can modify the address used to access the JTLB. The failure symptom is that
  282. * the TLBP instruction will use an address created for the stalling instruction
  283. * and not the address held in C0_ENHI and thus report the wrong results.
  284. *
  285. * The software work-around is to not allow the instruction preceding the TLBP
  286. * to stall - make it an NOP or some other instruction guaranteed not to stall.
  287. *
  288. * Errata 2 will not be fixed. This errata is also on the R5000.
  289. *
  290. * As if we MIPS hackers wouldn't know how to nop pipelines happy ...
  291. */
  292. static void __cpuinit __maybe_unused build_tlb_probe_entry(u32 **p)
  293. {
  294. switch (current_cpu_type()) {
  295. /* Found by experiment: R4600 v2.0/R4700 needs this, too. */
  296. case CPU_R4600:
  297. case CPU_R4700:
  298. case CPU_R5000:
  299. case CPU_R5000A:
  300. case CPU_NEVADA:
  301. uasm_i_nop(p);
  302. uasm_i_tlbp(p);
  303. break;
  304. default:
  305. uasm_i_tlbp(p);
  306. break;
  307. }
  308. }
  309. /*
  310. * Write random or indexed TLB entry, and care about the hazards from
  311. * the preceding mtc0 and for the following eret.
  312. */
  313. enum tlb_write_entry { tlb_random, tlb_indexed };
  314. static void __cpuinit build_tlb_write_entry(u32 **p, struct uasm_label **l,
  315. struct uasm_reloc **r,
  316. enum tlb_write_entry wmode)
  317. {
  318. void(*tlbw)(u32 **) = NULL;
  319. switch (wmode) {
  320. case tlb_random: tlbw = uasm_i_tlbwr; break;
  321. case tlb_indexed: tlbw = uasm_i_tlbwi; break;
  322. }
  323. if (cpu_has_mips_r2) {
  324. if (cpu_has_mips_r2_exec_hazard)
  325. uasm_i_ehb(p);
  326. tlbw(p);
  327. return;
  328. }
  329. switch (current_cpu_type()) {
  330. case CPU_R4000PC:
  331. case CPU_R4000SC:
  332. case CPU_R4000MC:
  333. case CPU_R4400PC:
  334. case CPU_R4400SC:
  335. case CPU_R4400MC:
  336. /*
  337. * This branch uses up a mtc0 hazard nop slot and saves
  338. * two nops after the tlbw instruction.
  339. */
  340. uasm_il_bgezl(p, r, 0, label_tlbw_hazard);
  341. tlbw(p);
  342. uasm_l_tlbw_hazard(l, *p);
  343. uasm_i_nop(p);
  344. break;
  345. case CPU_R4600:
  346. case CPU_R4700:
  347. case CPU_R5000:
  348. case CPU_R5000A:
  349. uasm_i_nop(p);
  350. tlbw(p);
  351. uasm_i_nop(p);
  352. break;
  353. case CPU_R4300:
  354. case CPU_5KC:
  355. case CPU_TX49XX:
  356. case CPU_PR4450:
  357. case CPU_XLR:
  358. uasm_i_nop(p);
  359. tlbw(p);
  360. break;
  361. case CPU_R10000:
  362. case CPU_R12000:
  363. case CPU_R14000:
  364. case CPU_4KC:
  365. case CPU_4KEC:
  366. case CPU_SB1:
  367. case CPU_SB1A:
  368. case CPU_4KSC:
  369. case CPU_20KC:
  370. case CPU_25KF:
  371. case CPU_BMIPS32:
  372. case CPU_BMIPS3300:
  373. case CPU_BMIPS4350:
  374. case CPU_BMIPS4380:
  375. case CPU_BMIPS5000:
  376. case CPU_LOONGSON2:
  377. case CPU_R5500:
  378. if (m4kc_tlbp_war())
  379. uasm_i_nop(p);
  380. case CPU_ALCHEMY:
  381. tlbw(p);
  382. break;
  383. case CPU_NEVADA:
  384. uasm_i_nop(p); /* QED specifies 2 nops hazard */
  385. /*
  386. * This branch uses up a mtc0 hazard nop slot and saves
  387. * a nop after the tlbw instruction.
  388. */
  389. uasm_il_bgezl(p, r, 0, label_tlbw_hazard);
  390. tlbw(p);
  391. uasm_l_tlbw_hazard(l, *p);
  392. break;
  393. case CPU_RM7000:
  394. uasm_i_nop(p);
  395. uasm_i_nop(p);
  396. uasm_i_nop(p);
  397. uasm_i_nop(p);
  398. tlbw(p);
  399. break;
  400. case CPU_RM9000:
  401. /*
  402. * When the JTLB is updated by tlbwi or tlbwr, a subsequent
  403. * use of the JTLB for instructions should not occur for 4
  404. * cpu cycles and use for data translations should not occur
  405. * for 3 cpu cycles.
  406. */
  407. uasm_i_ssnop(p);
  408. uasm_i_ssnop(p);
  409. uasm_i_ssnop(p);
  410. uasm_i_ssnop(p);
  411. tlbw(p);
  412. uasm_i_ssnop(p);
  413. uasm_i_ssnop(p);
  414. uasm_i_ssnop(p);
  415. uasm_i_ssnop(p);
  416. break;
  417. case CPU_VR4111:
  418. case CPU_VR4121:
  419. case CPU_VR4122:
  420. case CPU_VR4181:
  421. case CPU_VR4181A:
  422. uasm_i_nop(p);
  423. uasm_i_nop(p);
  424. tlbw(p);
  425. uasm_i_nop(p);
  426. uasm_i_nop(p);
  427. break;
  428. case CPU_VR4131:
  429. case CPU_VR4133:
  430. case CPU_R5432:
  431. uasm_i_nop(p);
  432. uasm_i_nop(p);
  433. tlbw(p);
  434. break;
  435. case CPU_JZRISC:
  436. tlbw(p);
  437. uasm_i_nop(p);
  438. break;
  439. default:
  440. panic("No TLB refill handler yet (CPU type: %d)",
  441. current_cpu_data.cputype);
  442. break;
  443. }
  444. }
  445. static __cpuinit __maybe_unused void build_convert_pte_to_entrylo(u32 **p,
  446. unsigned int reg)
  447. {
  448. if (kernel_uses_smartmips_rixi) {
  449. UASM_i_SRL(p, reg, reg, ilog2(_PAGE_NO_EXEC));
  450. UASM_i_ROTR(p, reg, reg, ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC));
  451. } else {
  452. #ifdef CONFIG_64BIT_PHYS_ADDR
  453. uasm_i_dsrl_safe(p, reg, reg, ilog2(_PAGE_GLOBAL));
  454. #else
  455. UASM_i_SRL(p, reg, reg, ilog2(_PAGE_GLOBAL));
  456. #endif
  457. }
  458. }
  459. #ifdef CONFIG_HUGETLB_PAGE
  460. static __cpuinit void build_restore_pagemask(u32 **p,
  461. struct uasm_reloc **r,
  462. unsigned int tmp,
  463. enum label_id lid,
  464. int restore_scratch)
  465. {
  466. if (restore_scratch) {
  467. /* Reset default page size */
  468. if (PM_DEFAULT_MASK >> 16) {
  469. uasm_i_lui(p, tmp, PM_DEFAULT_MASK >> 16);
  470. uasm_i_ori(p, tmp, tmp, PM_DEFAULT_MASK & 0xffff);
  471. uasm_i_mtc0(p, tmp, C0_PAGEMASK);
  472. uasm_il_b(p, r, lid);
  473. } else if (PM_DEFAULT_MASK) {
  474. uasm_i_ori(p, tmp, 0, PM_DEFAULT_MASK);
  475. uasm_i_mtc0(p, tmp, C0_PAGEMASK);
  476. uasm_il_b(p, r, lid);
  477. } else {
  478. uasm_i_mtc0(p, 0, C0_PAGEMASK);
  479. uasm_il_b(p, r, lid);
  480. }
  481. if (scratch_reg > 0)
  482. UASM_i_MFC0(p, 1, 31, scratch_reg);
  483. else
  484. UASM_i_LW(p, 1, scratchpad_offset(0), 0);
  485. } else {
  486. /* Reset default page size */
  487. if (PM_DEFAULT_MASK >> 16) {
  488. uasm_i_lui(p, tmp, PM_DEFAULT_MASK >> 16);
  489. uasm_i_ori(p, tmp, tmp, PM_DEFAULT_MASK & 0xffff);
  490. uasm_il_b(p, r, lid);
  491. uasm_i_mtc0(p, tmp, C0_PAGEMASK);
  492. } else if (PM_DEFAULT_MASK) {
  493. uasm_i_ori(p, tmp, 0, PM_DEFAULT_MASK);
  494. uasm_il_b(p, r, lid);
  495. uasm_i_mtc0(p, tmp, C0_PAGEMASK);
  496. } else {
  497. uasm_il_b(p, r, lid);
  498. uasm_i_mtc0(p, 0, C0_PAGEMASK);
  499. }
  500. }
  501. }
  502. static __cpuinit void build_huge_tlb_write_entry(u32 **p,
  503. struct uasm_label **l,
  504. struct uasm_reloc **r,
  505. unsigned int tmp,
  506. enum tlb_write_entry wmode,
  507. int restore_scratch)
  508. {
  509. /* Set huge page tlb entry size */
  510. uasm_i_lui(p, tmp, PM_HUGE_MASK >> 16);
  511. uasm_i_ori(p, tmp, tmp, PM_HUGE_MASK & 0xffff);
  512. uasm_i_mtc0(p, tmp, C0_PAGEMASK);
  513. build_tlb_write_entry(p, l, r, wmode);
  514. build_restore_pagemask(p, r, tmp, label_leave, restore_scratch);
  515. }
  516. /*
  517. * Check if Huge PTE is present, if so then jump to LABEL.
  518. */
  519. static void __cpuinit
  520. build_is_huge_pte(u32 **p, struct uasm_reloc **r, unsigned int tmp,
  521. unsigned int pmd, int lid)
  522. {
  523. UASM_i_LW(p, tmp, 0, pmd);
  524. if (use_bbit_insns()) {
  525. uasm_il_bbit1(p, r, tmp, ilog2(_PAGE_HUGE), lid);
  526. } else {
  527. uasm_i_andi(p, tmp, tmp, _PAGE_HUGE);
  528. uasm_il_bnez(p, r, tmp, lid);
  529. }
  530. }
  531. static __cpuinit void build_huge_update_entries(u32 **p,
  532. unsigned int pte,
  533. unsigned int tmp)
  534. {
  535. int small_sequence;
  536. /*
  537. * A huge PTE describes an area the size of the
  538. * configured huge page size. This is twice the
  539. * of the large TLB entry size we intend to use.
  540. * A TLB entry half the size of the configured
  541. * huge page size is configured into entrylo0
  542. * and entrylo1 to cover the contiguous huge PTE
  543. * address space.
  544. */
  545. small_sequence = (HPAGE_SIZE >> 7) < 0x10000;
  546. /* We can clobber tmp. It isn't used after this.*/
  547. if (!small_sequence)
  548. uasm_i_lui(p, tmp, HPAGE_SIZE >> (7 + 16));
  549. build_convert_pte_to_entrylo(p, pte);
  550. UASM_i_MTC0(p, pte, C0_ENTRYLO0); /* load it */
  551. /* convert to entrylo1 */
  552. if (small_sequence)
  553. UASM_i_ADDIU(p, pte, pte, HPAGE_SIZE >> 7);
  554. else
  555. UASM_i_ADDU(p, pte, pte, tmp);
  556. UASM_i_MTC0(p, pte, C0_ENTRYLO1); /* load it */
  557. }
  558. static __cpuinit void build_huge_handler_tail(u32 **p,
  559. struct uasm_reloc **r,
  560. struct uasm_label **l,
  561. unsigned int pte,
  562. unsigned int ptr)
  563. {
  564. #ifdef CONFIG_SMP
  565. UASM_i_SC(p, pte, 0, ptr);
  566. uasm_il_beqz(p, r, pte, label_tlb_huge_update);
  567. UASM_i_LW(p, pte, 0, ptr); /* Needed because SC killed our PTE */
  568. #else
  569. UASM_i_SW(p, pte, 0, ptr);
  570. #endif
  571. build_huge_update_entries(p, pte, ptr);
  572. build_huge_tlb_write_entry(p, l, r, pte, tlb_indexed, 0);
  573. }
  574. #endif /* CONFIG_HUGETLB_PAGE */
  575. #ifdef CONFIG_64BIT
  576. /*
  577. * TMP and PTR are scratch.
  578. * TMP will be clobbered, PTR will hold the pmd entry.
  579. */
  580. static void __cpuinit
  581. build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
  582. unsigned int tmp, unsigned int ptr)
  583. {
  584. #ifndef CONFIG_MIPS_PGD_C0_CONTEXT
  585. long pgdc = (long)pgd_current;
  586. #endif
  587. /*
  588. * The vmalloc handling is not in the hotpath.
  589. */
  590. uasm_i_dmfc0(p, tmp, C0_BADVADDR);
  591. if (check_for_high_segbits) {
  592. /*
  593. * The kernel currently implicitely assumes that the
  594. * MIPS SEGBITS parameter for the processor is
  595. * (PGDIR_SHIFT+PGDIR_BITS) or less, and will never
  596. * allocate virtual addresses outside the maximum
  597. * range for SEGBITS = (PGDIR_SHIFT+PGDIR_BITS). But
  598. * that doesn't prevent user code from accessing the
  599. * higher xuseg addresses. Here, we make sure that
  600. * everything but the lower xuseg addresses goes down
  601. * the module_alloc/vmalloc path.
  602. */
  603. uasm_i_dsrl_safe(p, ptr, tmp, PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
  604. uasm_il_bnez(p, r, ptr, label_vmalloc);
  605. } else {
  606. uasm_il_bltz(p, r, tmp, label_vmalloc);
  607. }
  608. /* No uasm_i_nop needed here, since the next insn doesn't touch TMP. */
  609. #ifdef CONFIG_MIPS_PGD_C0_CONTEXT
  610. if (pgd_reg != -1) {
  611. /* pgd is in pgd_reg */
  612. UASM_i_MFC0(p, ptr, 31, pgd_reg);
  613. } else {
  614. /*
  615. * &pgd << 11 stored in CONTEXT [23..63].
  616. */
  617. UASM_i_MFC0(p, ptr, C0_CONTEXT);
  618. /* Clear lower 23 bits of context. */
  619. uasm_i_dins(p, ptr, 0, 0, 23);
  620. /* 1 0 1 0 1 << 6 xkphys cached */
  621. uasm_i_ori(p, ptr, ptr, 0x540);
  622. uasm_i_drotr(p, ptr, ptr, 11);
  623. }
  624. #elif defined(CONFIG_SMP)
  625. # ifdef CONFIG_MIPS_MT_SMTC
  626. /*
  627. * SMTC uses TCBind value as "CPU" index
  628. */
  629. uasm_i_mfc0(p, ptr, C0_TCBIND);
  630. uasm_i_dsrl_safe(p, ptr, ptr, 19);
  631. # else
  632. /*
  633. * 64 bit SMP running in XKPHYS has smp_processor_id() << 3
  634. * stored in CONTEXT.
  635. */
  636. uasm_i_dmfc0(p, ptr, C0_CONTEXT);
  637. uasm_i_dsrl_safe(p, ptr, ptr, 23);
  638. # endif
  639. UASM_i_LA_mostly(p, tmp, pgdc);
  640. uasm_i_daddu(p, ptr, ptr, tmp);
  641. uasm_i_dmfc0(p, tmp, C0_BADVADDR);
  642. uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr);
  643. #else
  644. UASM_i_LA_mostly(p, ptr, pgdc);
  645. uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr);
  646. #endif
  647. uasm_l_vmalloc_done(l, *p);
  648. /* get pgd offset in bytes */
  649. uasm_i_dsrl_safe(p, tmp, tmp, PGDIR_SHIFT - 3);
  650. uasm_i_andi(p, tmp, tmp, (PTRS_PER_PGD - 1)<<3);
  651. uasm_i_daddu(p, ptr, ptr, tmp); /* add in pgd offset */
  652. #ifndef __PAGETABLE_PMD_FOLDED
  653. uasm_i_dmfc0(p, tmp, C0_BADVADDR); /* get faulting address */
  654. uasm_i_ld(p, ptr, 0, ptr); /* get pmd pointer */
  655. uasm_i_dsrl_safe(p, tmp, tmp, PMD_SHIFT-3); /* get pmd offset in bytes */
  656. uasm_i_andi(p, tmp, tmp, (PTRS_PER_PMD - 1)<<3);
  657. uasm_i_daddu(p, ptr, ptr, tmp); /* add in pmd offset */
  658. #endif
  659. }
  660. /*
  661. * BVADDR is the faulting address, PTR is scratch.
  662. * PTR will hold the pgd for vmalloc.
  663. */
  664. static void __cpuinit
  665. build_get_pgd_vmalloc64(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
  666. unsigned int bvaddr, unsigned int ptr,
  667. enum vmalloc64_mode mode)
  668. {
  669. long swpd = (long)swapper_pg_dir;
  670. int single_insn_swpd;
  671. int did_vmalloc_branch = 0;
  672. single_insn_swpd = uasm_in_compat_space_p(swpd) && !uasm_rel_lo(swpd);
  673. uasm_l_vmalloc(l, *p);
  674. if (mode != not_refill && check_for_high_segbits) {
  675. if (single_insn_swpd) {
  676. uasm_il_bltz(p, r, bvaddr, label_vmalloc_done);
  677. uasm_i_lui(p, ptr, uasm_rel_hi(swpd));
  678. did_vmalloc_branch = 1;
  679. /* fall through */
  680. } else {
  681. uasm_il_bgez(p, r, bvaddr, label_large_segbits_fault);
  682. }
  683. }
  684. if (!did_vmalloc_branch) {
  685. if (uasm_in_compat_space_p(swpd) && !uasm_rel_lo(swpd)) {
  686. uasm_il_b(p, r, label_vmalloc_done);
  687. uasm_i_lui(p, ptr, uasm_rel_hi(swpd));
  688. } else {
  689. UASM_i_LA_mostly(p, ptr, swpd);
  690. uasm_il_b(p, r, label_vmalloc_done);
  691. if (uasm_in_compat_space_p(swpd))
  692. uasm_i_addiu(p, ptr, ptr, uasm_rel_lo(swpd));
  693. else
  694. uasm_i_daddiu(p, ptr, ptr, uasm_rel_lo(swpd));
  695. }
  696. }
  697. if (mode != not_refill && check_for_high_segbits) {
  698. uasm_l_large_segbits_fault(l, *p);
  699. /*
  700. * We get here if we are an xsseg address, or if we are
  701. * an xuseg address above (PGDIR_SHIFT+PGDIR_BITS) boundary.
  702. *
  703. * Ignoring xsseg (assume disabled so would generate
  704. * (address errors?), the only remaining possibility
  705. * is the upper xuseg addresses. On processors with
  706. * TLB_SEGBITS <= PGDIR_SHIFT+PGDIR_BITS, these
  707. * addresses would have taken an address error. We try
  708. * to mimic that here by taking a load/istream page
  709. * fault.
  710. */
  711. UASM_i_LA(p, ptr, (unsigned long)tlb_do_page_fault_0);
  712. uasm_i_jr(p, ptr);
  713. if (mode == refill_scratch) {
  714. if (scratch_reg > 0)
  715. UASM_i_MFC0(p, 1, 31, scratch_reg);
  716. else
  717. UASM_i_LW(p, 1, scratchpad_offset(0), 0);
  718. } else {
  719. uasm_i_nop(p);
  720. }
  721. }
  722. }
  723. #else /* !CONFIG_64BIT */
  724. /*
  725. * TMP and PTR are scratch.
  726. * TMP will be clobbered, PTR will hold the pgd entry.
  727. */
  728. static void __cpuinit __maybe_unused
  729. build_get_pgde32(u32 **p, unsigned int tmp, unsigned int ptr)
  730. {
  731. long pgdc = (long)pgd_current;
  732. /* 32 bit SMP has smp_processor_id() stored in CONTEXT. */
  733. #ifdef CONFIG_SMP
  734. #ifdef CONFIG_MIPS_MT_SMTC
  735. /*
  736. * SMTC uses TCBind value as "CPU" index
  737. */
  738. uasm_i_mfc0(p, ptr, C0_TCBIND);
  739. UASM_i_LA_mostly(p, tmp, pgdc);
  740. uasm_i_srl(p, ptr, ptr, 19);
  741. #else
  742. /*
  743. * smp_processor_id() << 3 is stored in CONTEXT.
  744. */
  745. uasm_i_mfc0(p, ptr, C0_CONTEXT);
  746. UASM_i_LA_mostly(p, tmp, pgdc);
  747. uasm_i_srl(p, ptr, ptr, 23);
  748. #endif
  749. uasm_i_addu(p, ptr, tmp, ptr);
  750. #else
  751. UASM_i_LA_mostly(p, ptr, pgdc);
  752. #endif
  753. uasm_i_mfc0(p, tmp, C0_BADVADDR); /* get faulting address */
  754. uasm_i_lw(p, ptr, uasm_rel_lo(pgdc), ptr);
  755. uasm_i_srl(p, tmp, tmp, PGDIR_SHIFT); /* get pgd only bits */
  756. uasm_i_sll(p, tmp, tmp, PGD_T_LOG2);
  757. uasm_i_addu(p, ptr, ptr, tmp); /* add in pgd offset */
  758. }
  759. #endif /* !CONFIG_64BIT */
  760. static void __cpuinit build_adjust_context(u32 **p, unsigned int ctx)
  761. {
  762. unsigned int shift = 4 - (PTE_T_LOG2 + 1) + PAGE_SHIFT - 12;
  763. unsigned int mask = (PTRS_PER_PTE / 2 - 1) << (PTE_T_LOG2 + 1);
  764. switch (current_cpu_type()) {
  765. case CPU_VR41XX:
  766. case CPU_VR4111:
  767. case CPU_VR4121:
  768. case CPU_VR4122:
  769. case CPU_VR4131:
  770. case CPU_VR4181:
  771. case CPU_VR4181A:
  772. case CPU_VR4133:
  773. shift += 2;
  774. break;
  775. default:
  776. break;
  777. }
  778. if (shift)
  779. UASM_i_SRL(p, ctx, ctx, shift);
  780. uasm_i_andi(p, ctx, ctx, mask);
  781. }
  782. static void __cpuinit build_get_ptep(u32 **p, unsigned int tmp, unsigned int ptr)
  783. {
  784. /*
  785. * Bug workaround for the Nevada. It seems as if under certain
  786. * circumstances the move from cp0_context might produce a
  787. * bogus result when the mfc0 instruction and its consumer are
  788. * in a different cacheline or a load instruction, probably any
  789. * memory reference, is between them.
  790. */
  791. switch (current_cpu_type()) {
  792. case CPU_NEVADA:
  793. UASM_i_LW(p, ptr, 0, ptr);
  794. GET_CONTEXT(p, tmp); /* get context reg */
  795. break;
  796. default:
  797. GET_CONTEXT(p, tmp); /* get context reg */
  798. UASM_i_LW(p, ptr, 0, ptr);
  799. break;
  800. }
  801. build_adjust_context(p, tmp);
  802. UASM_i_ADDU(p, ptr, ptr, tmp); /* add in offset */
  803. }
  804. static void __cpuinit build_update_entries(u32 **p, unsigned int tmp,
  805. unsigned int ptep)
  806. {
  807. /*
  808. * 64bit address support (36bit on a 32bit CPU) in a 32bit
  809. * Kernel is a special case. Only a few CPUs use it.
  810. */
  811. #ifdef CONFIG_64BIT_PHYS_ADDR
  812. if (cpu_has_64bits) {
  813. uasm_i_ld(p, tmp, 0, ptep); /* get even pte */
  814. uasm_i_ld(p, ptep, sizeof(pte_t), ptep); /* get odd pte */
  815. if (kernel_uses_smartmips_rixi) {
  816. UASM_i_SRL(p, tmp, tmp, ilog2(_PAGE_NO_EXEC));
  817. UASM_i_SRL(p, ptep, ptep, ilog2(_PAGE_NO_EXEC));
  818. UASM_i_ROTR(p, tmp, tmp, ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC));
  819. UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */
  820. UASM_i_ROTR(p, ptep, ptep, ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC));
  821. } else {
  822. uasm_i_dsrl_safe(p, tmp, tmp, ilog2(_PAGE_GLOBAL)); /* convert to entrylo0 */
  823. UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */
  824. uasm_i_dsrl_safe(p, ptep, ptep, ilog2(_PAGE_GLOBAL)); /* convert to entrylo1 */
  825. }
  826. UASM_i_MTC0(p, ptep, C0_ENTRYLO1); /* load it */
  827. } else {
  828. int pte_off_even = sizeof(pte_t) / 2;
  829. int pte_off_odd = pte_off_even + sizeof(pte_t);
  830. /* The pte entries are pre-shifted */
  831. uasm_i_lw(p, tmp, pte_off_even, ptep); /* get even pte */
  832. UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */
  833. uasm_i_lw(p, ptep, pte_off_odd, ptep); /* get odd pte */
  834. UASM_i_MTC0(p, ptep, C0_ENTRYLO1); /* load it */
  835. }
  836. #else
  837. UASM_i_LW(p, tmp, 0, ptep); /* get even pte */
  838. UASM_i_LW(p, ptep, sizeof(pte_t), ptep); /* get odd pte */
  839. if (r45k_bvahwbug())
  840. build_tlb_probe_entry(p);
  841. if (kernel_uses_smartmips_rixi) {
  842. UASM_i_SRL(p, tmp, tmp, ilog2(_PAGE_NO_EXEC));
  843. UASM_i_SRL(p, ptep, ptep, ilog2(_PAGE_NO_EXEC));
  844. UASM_i_ROTR(p, tmp, tmp, ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC));
  845. if (r4k_250MHZhwbug())
  846. UASM_i_MTC0(p, 0, C0_ENTRYLO0);
  847. UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */
  848. UASM_i_ROTR(p, ptep, ptep, ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC));
  849. } else {
  850. UASM_i_SRL(p, tmp, tmp, ilog2(_PAGE_GLOBAL)); /* convert to entrylo0 */
  851. if (r4k_250MHZhwbug())
  852. UASM_i_MTC0(p, 0, C0_ENTRYLO0);
  853. UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */
  854. UASM_i_SRL(p, ptep, ptep, ilog2(_PAGE_GLOBAL)); /* convert to entrylo1 */
  855. if (r45k_bvahwbug())
  856. uasm_i_mfc0(p, tmp, C0_INDEX);
  857. }
  858. if (r4k_250MHZhwbug())
  859. UASM_i_MTC0(p, 0, C0_ENTRYLO1);
  860. UASM_i_MTC0(p, ptep, C0_ENTRYLO1); /* load it */
  861. #endif
  862. }
  863. struct mips_huge_tlb_info {
  864. int huge_pte;
  865. int restore_scratch;
  866. };
  867. static struct mips_huge_tlb_info __cpuinit
  868. build_fast_tlb_refill_handler (u32 **p, struct uasm_label **l,
  869. struct uasm_reloc **r, unsigned int tmp,
  870. unsigned int ptr, int c0_scratch)
  871. {
  872. struct mips_huge_tlb_info rv;
  873. unsigned int even, odd;
  874. int vmalloc_branch_delay_filled = 0;
  875. const int scratch = 1; /* Our extra working register */
  876. rv.huge_pte = scratch;
  877. rv.restore_scratch = 0;
  878. if (check_for_high_segbits) {
  879. UASM_i_MFC0(p, tmp, C0_BADVADDR);
  880. if (pgd_reg != -1)
  881. UASM_i_MFC0(p, ptr, 31, pgd_reg);
  882. else
  883. UASM_i_MFC0(p, ptr, C0_CONTEXT);
  884. if (c0_scratch >= 0)
  885. UASM_i_MTC0(p, scratch, 31, c0_scratch);
  886. else
  887. UASM_i_SW(p, scratch, scratchpad_offset(0), 0);
  888. uasm_i_dsrl_safe(p, scratch, tmp,
  889. PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
  890. uasm_il_bnez(p, r, scratch, label_vmalloc);
  891. if (pgd_reg == -1) {
  892. vmalloc_branch_delay_filled = 1;
  893. /* Clear lower 23 bits of context. */
  894. uasm_i_dins(p, ptr, 0, 0, 23);
  895. }
  896. } else {
  897. if (pgd_reg != -1)
  898. UASM_i_MFC0(p, ptr, 31, pgd_reg);
  899. else
  900. UASM_i_MFC0(p, ptr, C0_CONTEXT);
  901. UASM_i_MFC0(p, tmp, C0_BADVADDR);
  902. if (c0_scratch >= 0)
  903. UASM_i_MTC0(p, scratch, 31, c0_scratch);
  904. else
  905. UASM_i_SW(p, scratch, scratchpad_offset(0), 0);
  906. if (pgd_reg == -1)
  907. /* Clear lower 23 bits of context. */
  908. uasm_i_dins(p, ptr, 0, 0, 23);
  909. uasm_il_bltz(p, r, tmp, label_vmalloc);
  910. }
  911. if (pgd_reg == -1) {
  912. vmalloc_branch_delay_filled = 1;
  913. /* 1 0 1 0 1 << 6 xkphys cached */
  914. uasm_i_ori(p, ptr, ptr, 0x540);
  915. uasm_i_drotr(p, ptr, ptr, 11);
  916. }
  917. #ifdef __PAGETABLE_PMD_FOLDED
  918. #define LOC_PTEP scratch
  919. #else
  920. #define LOC_PTEP ptr
  921. #endif
  922. if (!vmalloc_branch_delay_filled)
  923. /* get pgd offset in bytes */
  924. uasm_i_dsrl_safe(p, scratch, tmp, PGDIR_SHIFT - 3);
  925. uasm_l_vmalloc_done(l, *p);
  926. /*
  927. * tmp ptr
  928. * fall-through case = badvaddr *pgd_current
  929. * vmalloc case = badvaddr swapper_pg_dir
  930. */
  931. if (vmalloc_branch_delay_filled)
  932. /* get pgd offset in bytes */
  933. uasm_i_dsrl_safe(p, scratch, tmp, PGDIR_SHIFT - 3);
  934. #ifdef __PAGETABLE_PMD_FOLDED
  935. GET_CONTEXT(p, tmp); /* get context reg */
  936. #endif
  937. uasm_i_andi(p, scratch, scratch, (PTRS_PER_PGD - 1) << 3);
  938. if (use_lwx_insns()) {
  939. UASM_i_LWX(p, LOC_PTEP, scratch, ptr);
  940. } else {
  941. uasm_i_daddu(p, ptr, ptr, scratch); /* add in pgd offset */
  942. uasm_i_ld(p, LOC_PTEP, 0, ptr); /* get pmd pointer */
  943. }
  944. #ifndef __PAGETABLE_PMD_FOLDED
  945. /* get pmd offset in bytes */
  946. uasm_i_dsrl_safe(p, scratch, tmp, PMD_SHIFT - 3);
  947. uasm_i_andi(p, scratch, scratch, (PTRS_PER_PMD - 1) << 3);
  948. GET_CONTEXT(p, tmp); /* get context reg */
  949. if (use_lwx_insns()) {
  950. UASM_i_LWX(p, scratch, scratch, ptr);
  951. } else {
  952. uasm_i_daddu(p, ptr, ptr, scratch); /* add in pmd offset */
  953. UASM_i_LW(p, scratch, 0, ptr);
  954. }
  955. #endif
  956. /* Adjust the context during the load latency. */
  957. build_adjust_context(p, tmp);
  958. #ifdef CONFIG_HUGETLB_PAGE
  959. uasm_il_bbit1(p, r, scratch, ilog2(_PAGE_HUGE), label_tlb_huge_update);
  960. /*
  961. * The in the LWX case we don't want to do the load in the
  962. * delay slot. It cannot issue in the same cycle and may be
  963. * speculative and unneeded.
  964. */
  965. if (use_lwx_insns())
  966. uasm_i_nop(p);
  967. #endif /* CONFIG_HUGETLB_PAGE */
  968. /* build_update_entries */
  969. if (use_lwx_insns()) {
  970. even = ptr;
  971. odd = tmp;
  972. UASM_i_LWX(p, even, scratch, tmp);
  973. UASM_i_ADDIU(p, tmp, tmp, sizeof(pte_t));
  974. UASM_i_LWX(p, odd, scratch, tmp);
  975. } else {
  976. UASM_i_ADDU(p, ptr, scratch, tmp); /* add in offset */
  977. even = tmp;
  978. odd = ptr;
  979. UASM_i_LW(p, even, 0, ptr); /* get even pte */
  980. UASM_i_LW(p, odd, sizeof(pte_t), ptr); /* get odd pte */
  981. }
  982. if (kernel_uses_smartmips_rixi) {
  983. uasm_i_dsrl_safe(p, even, even, ilog2(_PAGE_NO_EXEC));
  984. uasm_i_dsrl_safe(p, odd, odd, ilog2(_PAGE_NO_EXEC));
  985. uasm_i_drotr(p, even, even,
  986. ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC));
  987. UASM_i_MTC0(p, even, C0_ENTRYLO0); /* load it */
  988. uasm_i_drotr(p, odd, odd,
  989. ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC));
  990. } else {
  991. uasm_i_dsrl_safe(p, even, even, ilog2(_PAGE_GLOBAL));
  992. UASM_i_MTC0(p, even, C0_ENTRYLO0); /* load it */
  993. uasm_i_dsrl_safe(p, odd, odd, ilog2(_PAGE_GLOBAL));
  994. }
  995. UASM_i_MTC0(p, odd, C0_ENTRYLO1); /* load it */
  996. if (c0_scratch >= 0) {
  997. UASM_i_MFC0(p, scratch, 31, c0_scratch);
  998. build_tlb_write_entry(p, l, r, tlb_random);
  999. uasm_l_leave(l, *p);
  1000. rv.restore_scratch = 1;
  1001. } else if (PAGE_SHIFT == 14 || PAGE_SHIFT == 13) {
  1002. build_tlb_write_entry(p, l, r, tlb_random);
  1003. uasm_l_leave(l, *p);
  1004. UASM_i_LW(p, scratch, scratchpad_offset(0), 0);
  1005. } else {
  1006. UASM_i_LW(p, scratch, scratchpad_offset(0), 0);
  1007. build_tlb_write_entry(p, l, r, tlb_random);
  1008. uasm_l_leave(l, *p);
  1009. rv.restore_scratch = 1;
  1010. }
  1011. uasm_i_eret(p); /* return from trap */
  1012. return rv;
  1013. }
  1014. /*
  1015. * For a 64-bit kernel, we are using the 64-bit XTLB refill exception
  1016. * because EXL == 0. If we wrap, we can also use the 32 instruction
  1017. * slots before the XTLB refill exception handler which belong to the
  1018. * unused TLB refill exception.
  1019. */
  1020. #define MIPS64_REFILL_INSNS 32
  1021. static void __cpuinit build_r4000_tlb_refill_handler(void)
  1022. {
  1023. u32 *p = tlb_handler;
  1024. struct uasm_label *l = labels;
  1025. struct uasm_reloc *r = relocs;
  1026. u32 *f;
  1027. unsigned int final_len;
  1028. struct mips_huge_tlb_info htlb_info __maybe_unused;
  1029. enum vmalloc64_mode vmalloc_mode __maybe_unused;
  1030. memset(tlb_handler, 0, sizeof(tlb_handler));
  1031. memset(labels, 0, sizeof(labels));
  1032. memset(relocs, 0, sizeof(relocs));
  1033. memset(final_handler, 0, sizeof(final_handler));
  1034. if (scratch_reg == 0)
  1035. scratch_reg = allocate_kscratch();
  1036. if ((scratch_reg > 0 || scratchpad_available()) && use_bbit_insns()) {
  1037. htlb_info = build_fast_tlb_refill_handler(&p, &l, &r, K0, K1,
  1038. scratch_reg);
  1039. vmalloc_mode = refill_scratch;
  1040. } else {
  1041. htlb_info.huge_pte = K0;
  1042. htlb_info.restore_scratch = 0;
  1043. vmalloc_mode = refill_noscratch;
  1044. /*
  1045. * create the plain linear handler
  1046. */
  1047. if (bcm1250_m3_war()) {
  1048. unsigned int segbits = 44;
  1049. uasm_i_dmfc0(&p, K0, C0_BADVADDR);
  1050. uasm_i_dmfc0(&p, K1, C0_ENTRYHI);
  1051. uasm_i_xor(&p, K0, K0, K1);
  1052. uasm_i_dsrl_safe(&p, K1, K0, 62);
  1053. uasm_i_dsrl_safe(&p, K0, K0, 12 + 1);
  1054. uasm_i_dsll_safe(&p, K0, K0, 64 + 12 + 1 - segbits);
  1055. uasm_i_or(&p, K0, K0, K1);
  1056. uasm_il_bnez(&p, &r, K0, label_leave);
  1057. /* No need for uasm_i_nop */
  1058. }
  1059. #ifdef CONFIG_64BIT
  1060. build_get_pmde64(&p, &l, &r, K0, K1); /* get pmd in K1 */
  1061. #else
  1062. build_get_pgde32(&p, K0, K1); /* get pgd in K1 */
  1063. #endif
  1064. #ifdef CONFIG_HUGETLB_PAGE
  1065. build_is_huge_pte(&p, &r, K0, K1, label_tlb_huge_update);
  1066. #endif
  1067. build_get_ptep(&p, K0, K1);
  1068. build_update_entries(&p, K0, K1);
  1069. build_tlb_write_entry(&p, &l, &r, tlb_random);
  1070. uasm_l_leave(&l, p);
  1071. uasm_i_eret(&p); /* return from trap */
  1072. }
  1073. #ifdef CONFIG_HUGETLB_PAGE
  1074. uasm_l_tlb_huge_update(&l, p);
  1075. build_huge_update_entries(&p, htlb_info.huge_pte, K1);
  1076. build_huge_tlb_write_entry(&p, &l, &r, K0, tlb_random,
  1077. htlb_info.restore_scratch);
  1078. #endif
  1079. #ifdef CONFIG_64BIT
  1080. build_get_pgd_vmalloc64(&p, &l, &r, K0, K1, vmalloc_mode);
  1081. #endif
  1082. /*
  1083. * Overflow check: For the 64bit handler, we need at least one
  1084. * free instruction slot for the wrap-around branch. In worst
  1085. * case, if the intended insertion point is a delay slot, we
  1086. * need three, with the second nop'ed and the third being
  1087. * unused.
  1088. */
  1089. /* Loongson2 ebase is different than r4k, we have more space */
  1090. #if defined(CONFIG_32BIT) || defined(CONFIG_CPU_LOONGSON2)
  1091. if ((p - tlb_handler) > 64)
  1092. panic("TLB refill handler space exceeded");
  1093. #else
  1094. if (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 1)
  1095. || (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 3)
  1096. && uasm_insn_has_bdelay(relocs,
  1097. tlb_handler + MIPS64_REFILL_INSNS - 3)))
  1098. panic("TLB refill handler space exceeded");
  1099. #endif
  1100. /*
  1101. * Now fold the handler in the TLB refill handler space.
  1102. */
  1103. #if defined(CONFIG_32BIT) || defined(CONFIG_CPU_LOONGSON2)
  1104. f = final_handler;
  1105. /* Simplest case, just copy the handler. */
  1106. uasm_copy_handler(relocs, labels, tlb_handler, p, f);
  1107. final_len = p - tlb_handler;
  1108. #else /* CONFIG_64BIT */
  1109. f = final_handler + MIPS64_REFILL_INSNS;
  1110. if ((p - tlb_handler) <= MIPS64_REFILL_INSNS) {
  1111. /* Just copy the handler. */
  1112. uasm_copy_handler(relocs, labels, tlb_handler, p, f);
  1113. final_len = p - tlb_handler;
  1114. } else {
  1115. #if defined(CONFIG_HUGETLB_PAGE)
  1116. const enum label_id ls = label_tlb_huge_update;
  1117. #else
  1118. const enum label_id ls = label_vmalloc;
  1119. #endif
  1120. u32 *split;
  1121. int ov = 0;
  1122. int i;
  1123. for (i = 0; i < ARRAY_SIZE(labels) && labels[i].lab != ls; i++)
  1124. ;
  1125. BUG_ON(i == ARRAY_SIZE(labels));
  1126. split = labels[i].addr;
  1127. /*
  1128. * See if we have overflown one way or the other.
  1129. */
  1130. if (split > tlb_handler + MIPS64_REFILL_INSNS ||
  1131. split < p - MIPS64_REFILL_INSNS)
  1132. ov = 1;
  1133. if (ov) {
  1134. /*
  1135. * Split two instructions before the end. One
  1136. * for the branch and one for the instruction
  1137. * in the delay slot.
  1138. */
  1139. split = tlb_handler + MIPS64_REFILL_INSNS - 2;
  1140. /*
  1141. * If the branch would fall in a delay slot,
  1142. * we must back up an additional instruction
  1143. * so that it is no longer in a delay slot.
  1144. */
  1145. if (uasm_insn_has_bdelay(relocs, split - 1))
  1146. split--;
  1147. }
  1148. /* Copy first part of the handler. */
  1149. uasm_copy_handler(relocs, labels, tlb_handler, split, f);
  1150. f += split - tlb_handler;
  1151. if (ov) {
  1152. /* Insert branch. */
  1153. uasm_l_split(&l, final_handler);
  1154. uasm_il_b(&f, &r, label_split);
  1155. if (uasm_insn_has_bdelay(relocs, split))
  1156. uasm_i_nop(&f);
  1157. else {
  1158. uasm_copy_handler(relocs, labels,
  1159. split, split + 1, f);
  1160. uasm_move_labels(labels, f, f + 1, -1);
  1161. f++;
  1162. split++;
  1163. }
  1164. }
  1165. /* Copy the rest of the handler. */
  1166. uasm_copy_handler(relocs, labels, split, p, final_handler);
  1167. final_len = (f - (final_handler + MIPS64_REFILL_INSNS)) +
  1168. (p - split);
  1169. }
  1170. #endif /* CONFIG_64BIT */
  1171. uasm_resolve_relocs(relocs, labels);
  1172. pr_debug("Wrote TLB refill handler (%u instructions).\n",
  1173. final_len);
  1174. memcpy((void *)ebase, final_handler, 0x100);
  1175. dump_handler((u32 *)ebase, 64);
  1176. }
  1177. /*
  1178. * 128 instructions for the fastpath handler is generous and should
  1179. * never be exceeded.
  1180. */
  1181. #define FASTPATH_SIZE 128
  1182. u32 handle_tlbl[FASTPATH_SIZE] __cacheline_aligned;
  1183. u32 handle_tlbs[FASTPATH_SIZE] __cacheline_aligned;
  1184. u32 handle_tlbm[FASTPATH_SIZE] __cacheline_aligned;
  1185. #ifdef CONFIG_MIPS_PGD_C0_CONTEXT
  1186. u32 tlbmiss_handler_setup_pgd[16] __cacheline_aligned;
  1187. static void __cpuinit build_r4000_setup_pgd(void)
  1188. {
  1189. const int a0 = 4;
  1190. const int a1 = 5;
  1191. u32 *p = tlbmiss_handler_setup_pgd;
  1192. struct uasm_label *l = labels;
  1193. struct uasm_reloc *r = relocs;
  1194. memset(tlbmiss_handler_setup_pgd, 0, sizeof(tlbmiss_handler_setup_pgd));
  1195. memset(labels, 0, sizeof(labels));
  1196. memset(relocs, 0, sizeof(relocs));
  1197. pgd_reg = allocate_kscratch();
  1198. if (pgd_reg == -1) {
  1199. /* PGD << 11 in c0_Context */
  1200. /*
  1201. * If it is a ckseg0 address, convert to a physical
  1202. * address. Shifting right by 29 and adding 4 will
  1203. * result in zero for these addresses.
  1204. *
  1205. */
  1206. UASM_i_SRA(&p, a1, a0, 29);
  1207. UASM_i_ADDIU(&p, a1, a1, 4);
  1208. uasm_il_bnez(&p, &r, a1, label_tlbl_goaround1);
  1209. uasm_i_nop(&p);
  1210. uasm_i_dinsm(&p, a0, 0, 29, 64 - 29);
  1211. uasm_l_tlbl_goaround1(&l, p);
  1212. UASM_i_SLL(&p, a0, a0, 11);
  1213. uasm_i_jr(&p, 31);
  1214. UASM_i_MTC0(&p, a0, C0_CONTEXT);
  1215. } else {
  1216. /* PGD in c0_KScratch */
  1217. uasm_i_jr(&p, 31);
  1218. UASM_i_MTC0(&p, a0, 31, pgd_reg);
  1219. }
  1220. if (p - tlbmiss_handler_setup_pgd > ARRAY_SIZE(tlbmiss_handler_setup_pgd))
  1221. panic("tlbmiss_handler_setup_pgd space exceeded");
  1222. uasm_resolve_relocs(relocs, labels);
  1223. pr_debug("Wrote tlbmiss_handler_setup_pgd (%u instructions).\n",
  1224. (unsigned int)(p - tlbmiss_handler_setup_pgd));
  1225. dump_handler(tlbmiss_handler_setup_pgd,
  1226. ARRAY_SIZE(tlbmiss_handler_setup_pgd));
  1227. }
  1228. #endif
  1229. static void __cpuinit
  1230. iPTE_LW(u32 **p, unsigned int pte, unsigned int ptr)
  1231. {
  1232. #ifdef CONFIG_SMP
  1233. # ifdef CONFIG_64BIT_PHYS_ADDR
  1234. if (cpu_has_64bits)
  1235. uasm_i_lld(p, pte, 0, ptr);
  1236. else
  1237. # endif
  1238. UASM_i_LL(p, pte, 0, ptr);
  1239. #else
  1240. # ifdef CONFIG_64BIT_PHYS_ADDR
  1241. if (cpu_has_64bits)
  1242. uasm_i_ld(p, pte, 0, ptr);
  1243. else
  1244. # endif
  1245. UASM_i_LW(p, pte, 0, ptr);
  1246. #endif
  1247. }
  1248. static void __cpuinit
  1249. iPTE_SW(u32 **p, struct uasm_reloc **r, unsigned int pte, unsigned int ptr,
  1250. unsigned int mode)
  1251. {
  1252. #ifdef CONFIG_64BIT_PHYS_ADDR
  1253. unsigned int hwmode = mode & (_PAGE_VALID | _PAGE_DIRTY);
  1254. #endif
  1255. uasm_i_ori(p, pte, pte, mode);
  1256. #ifdef CONFIG_SMP
  1257. # ifdef CONFIG_64BIT_PHYS_ADDR
  1258. if (cpu_has_64bits)
  1259. uasm_i_scd(p, pte, 0, ptr);
  1260. else
  1261. # endif
  1262. UASM_i_SC(p, pte, 0, ptr);
  1263. if (r10000_llsc_war())
  1264. uasm_il_beqzl(p, r, pte, label_smp_pgtable_change);
  1265. else
  1266. uasm_il_beqz(p, r, pte, label_smp_pgtable_change);
  1267. # ifdef CONFIG_64BIT_PHYS_ADDR
  1268. if (!cpu_has_64bits) {
  1269. /* no uasm_i_nop needed */
  1270. uasm_i_ll(p, pte, sizeof(pte_t) / 2, ptr);
  1271. uasm_i_ori(p, pte, pte, hwmode);
  1272. uasm_i_sc(p, pte, sizeof(pte_t) / 2, ptr);
  1273. uasm_il_beqz(p, r, pte, label_smp_pgtable_change);
  1274. /* no uasm_i_nop needed */
  1275. uasm_i_lw(p, pte, 0, ptr);
  1276. } else
  1277. uasm_i_nop(p);
  1278. # else
  1279. uasm_i_nop(p);
  1280. # endif
  1281. #else
  1282. # ifdef CONFIG_64BIT_PHYS_ADDR
  1283. if (cpu_has_64bits)
  1284. uasm_i_sd(p, pte, 0, ptr);
  1285. else
  1286. # endif
  1287. UASM_i_SW(p, pte, 0, ptr);
  1288. # ifdef CONFIG_64BIT_PHYS_ADDR
  1289. if (!cpu_has_64bits) {
  1290. uasm_i_lw(p, pte, sizeof(pte_t) / 2, ptr);
  1291. uasm_i_ori(p, pte, pte, hwmode);
  1292. uasm_i_sw(p, pte, sizeof(pte_t) / 2, ptr);
  1293. uasm_i_lw(p, pte, 0, ptr);
  1294. }
  1295. # endif
  1296. #endif
  1297. }
  1298. /*
  1299. * Check if PTE is present, if not then jump to LABEL. PTR points to
  1300. * the page table where this PTE is located, PTE will be re-loaded
  1301. * with it's original value.
  1302. */
  1303. static void __cpuinit
  1304. build_pte_present(u32 **p, struct uasm_reloc **r,
  1305. unsigned int pte, unsigned int ptr, enum label_id lid)
  1306. {
  1307. if (kernel_uses_smartmips_rixi) {
  1308. if (use_bbit_insns()) {
  1309. uasm_il_bbit0(p, r, pte, ilog2(_PAGE_PRESENT), lid);
  1310. uasm_i_nop(p);
  1311. } else {
  1312. uasm_i_andi(p, pte, pte, _PAGE_PRESENT);
  1313. uasm_il_beqz(p, r, pte, lid);
  1314. iPTE_LW(p, pte, ptr);
  1315. }
  1316. } else {
  1317. uasm_i_andi(p, pte, pte, _PAGE_PRESENT | _PAGE_READ);
  1318. uasm_i_xori(p, pte, pte, _PAGE_PRESENT | _PAGE_READ);
  1319. uasm_il_bnez(p, r, pte, lid);
  1320. iPTE_LW(p, pte, ptr);
  1321. }
  1322. }
  1323. /* Make PTE valid, store result in PTR. */
  1324. static void __cpuinit
  1325. build_make_valid(u32 **p, struct uasm_reloc **r, unsigned int pte,
  1326. unsigned int ptr)
  1327. {
  1328. unsigned int mode = _PAGE_VALID | _PAGE_ACCESSED;
  1329. iPTE_SW(p, r, pte, ptr, mode);
  1330. }
  1331. /*
  1332. * Check if PTE can be written to, if not branch to LABEL. Regardless
  1333. * restore PTE with value from PTR when done.
  1334. */
  1335. static void __cpuinit
  1336. build_pte_writable(u32 **p, struct uasm_reloc **r,
  1337. unsigned int pte, unsigned int ptr, enum label_id lid)
  1338. {
  1339. if (use_bbit_insns()) {
  1340. uasm_il_bbit0(p, r, pte, ilog2(_PAGE_PRESENT), lid);
  1341. uasm_i_nop(p);
  1342. uasm_il_bbit0(p, r, pte, ilog2(_PAGE_WRITE), lid);
  1343. uasm_i_nop(p);
  1344. } else {
  1345. uasm_i_andi(p, pte, pte, _PAGE_PRESENT | _PAGE_WRITE);
  1346. uasm_i_xori(p, pte, pte, _PAGE_PRESENT | _PAGE_WRITE);
  1347. uasm_il_bnez(p, r, pte, lid);
  1348. iPTE_LW(p, pte, ptr);
  1349. }
  1350. }
  1351. /* Make PTE writable, update software status bits as well, then store
  1352. * at PTR.
  1353. */
  1354. static void __cpuinit
  1355. build_make_write(u32 **p, struct uasm_reloc **r, unsigned int pte,
  1356. unsigned int ptr)
  1357. {
  1358. unsigned int mode = (_PAGE_ACCESSED | _PAGE_MODIFIED | _PAGE_VALID
  1359. | _PAGE_DIRTY);
  1360. iPTE_SW(p, r, pte, ptr, mode);
  1361. }
  1362. /*
  1363. * Check if PTE can be modified, if not branch to LABEL. Regardless
  1364. * restore PTE with value from PTR when done.
  1365. */
  1366. static void __cpuinit
  1367. build_pte_modifiable(u32 **p, struct uasm_reloc **r,
  1368. unsigned int pte, unsigned int ptr, enum label_id lid)
  1369. {
  1370. if (use_bbit_insns()) {
  1371. uasm_il_bbit0(p, r, pte, ilog2(_PAGE_WRITE), lid);
  1372. uasm_i_nop(p);
  1373. } else {
  1374. uasm_i_andi(p, pte, pte, _PAGE_WRITE);
  1375. uasm_il_beqz(p, r, pte, lid);
  1376. iPTE_LW(p, pte, ptr);
  1377. }
  1378. }
  1379. #ifndef CONFIG_MIPS_PGD_C0_CONTEXT
  1380. /*
  1381. * R3000 style TLB load/store/modify handlers.
  1382. */
  1383. /*
  1384. * This places the pte into ENTRYLO0 and writes it with tlbwi.
  1385. * Then it returns.
  1386. */
  1387. static void __cpuinit
  1388. build_r3000_pte_reload_tlbwi(u32 **p, unsigned int pte, unsigned int tmp)
  1389. {
  1390. uasm_i_mtc0(p, pte, C0_ENTRYLO0); /* cp0 delay */
  1391. uasm_i_mfc0(p, tmp, C0_EPC); /* cp0 delay */
  1392. uasm_i_tlbwi(p);
  1393. uasm_i_jr(p, tmp);
  1394. uasm_i_rfe(p); /* branch delay */
  1395. }
  1396. /*
  1397. * This places the pte into ENTRYLO0 and writes it with tlbwi
  1398. * or tlbwr as appropriate. This is because the index register
  1399. * may have the probe fail bit set as a result of a trap on a
  1400. * kseg2 access, i.e. without refill. Then it returns.
  1401. */
  1402. static void __cpuinit
  1403. build_r3000_tlb_reload_write(u32 **p, struct uasm_label **l,
  1404. struct uasm_reloc **r, unsigned int pte,
  1405. unsigned int tmp)
  1406. {
  1407. uasm_i_mfc0(p, tmp, C0_INDEX);
  1408. uasm_i_mtc0(p, pte, C0_ENTRYLO0); /* cp0 delay */
  1409. uasm_il_bltz(p, r, tmp, label_r3000_write_probe_fail); /* cp0 delay */
  1410. uasm_i_mfc0(p, tmp, C0_EPC); /* branch delay */
  1411. uasm_i_tlbwi(p); /* cp0 delay */
  1412. uasm_i_jr(p, tmp);
  1413. uasm_i_rfe(p); /* branch delay */
  1414. uasm_l_r3000_write_probe_fail(l, *p);
  1415. uasm_i_tlbwr(p); /* cp0 delay */
  1416. uasm_i_jr(p, tmp);
  1417. uasm_i_rfe(p); /* branch delay */
  1418. }
  1419. static void __cpuinit
  1420. build_r3000_tlbchange_handler_head(u32 **p, unsigned int pte,
  1421. unsigned int ptr)
  1422. {
  1423. long pgdc = (long)pgd_current;
  1424. uasm_i_mfc0(p, pte, C0_BADVADDR);
  1425. uasm_i_lui(p, ptr, uasm_rel_hi(pgdc)); /* cp0 delay */
  1426. uasm_i_lw(p, ptr, uasm_rel_lo(pgdc), ptr);
  1427. uasm_i_srl(p, pte, pte, 22); /* load delay */
  1428. uasm_i_sll(p, pte, pte, 2);
  1429. uasm_i_addu(p, ptr, ptr, pte);
  1430. uasm_i_mfc0(p, pte, C0_CONTEXT);
  1431. uasm_i_lw(p, ptr, 0, ptr); /* cp0 delay */
  1432. uasm_i_andi(p, pte, pte, 0xffc); /* load delay */
  1433. uasm_i_addu(p, ptr, ptr, pte);
  1434. uasm_i_lw(p, pte, 0, ptr);
  1435. uasm_i_tlbp(p); /* load delay */
  1436. }
  1437. static void __cpuinit build_r3000_tlb_load_handler(void)
  1438. {
  1439. u32 *p = handle_tlbl;
  1440. struct uasm_label *l = labels;
  1441. struct uasm_reloc *r = relocs;
  1442. memset(handle_tlbl, 0, sizeof(handle_tlbl));
  1443. memset(labels, 0, sizeof(labels));
  1444. memset(relocs, 0, sizeof(relocs));
  1445. build_r3000_tlbchange_handler_head(&p, K0, K1);
  1446. build_pte_present(&p, &r, K0, K1, label_nopage_tlbl);
  1447. uasm_i_nop(&p); /* load delay */
  1448. build_make_valid(&p, &r, K0, K1);
  1449. build_r3000_tlb_reload_write(&p, &l, &r, K0, K1);
  1450. uasm_l_nopage_tlbl(&l, p);
  1451. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_0 & 0x0fffffff);
  1452. uasm_i_nop(&p);
  1453. if ((p - handle_tlbl) > FASTPATH_SIZE)
  1454. panic("TLB load handler fastpath space exceeded");
  1455. uasm_resolve_relocs(relocs, labels);
  1456. pr_debug("Wrote TLB load handler fastpath (%u instructions).\n",
  1457. (unsigned int)(p - handle_tlbl));
  1458. dump_handler(handle_tlbl, ARRAY_SIZE(handle_tlbl));
  1459. }
  1460. static void __cpuinit build_r3000_tlb_store_handler(void)
  1461. {
  1462. u32 *p = handle_tlbs;
  1463. struct uasm_label *l = labels;
  1464. struct uasm_reloc *r = relocs;
  1465. memset(handle_tlbs, 0, sizeof(handle_tlbs));
  1466. memset(labels, 0, sizeof(labels));
  1467. memset(relocs, 0, sizeof(relocs));
  1468. build_r3000_tlbchange_handler_head(&p, K0, K1);
  1469. build_pte_writable(&p, &r, K0, K1, label_nopage_tlbs);
  1470. uasm_i_nop(&p); /* load delay */
  1471. build_make_write(&p, &r, K0, K1);
  1472. build_r3000_tlb_reload_write(&p, &l, &r, K0, K1);
  1473. uasm_l_nopage_tlbs(&l, p);
  1474. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff);
  1475. uasm_i_nop(&p);
  1476. if ((p - handle_tlbs) > FASTPATH_SIZE)
  1477. panic("TLB store handler fastpath space exceeded");
  1478. uasm_resolve_relocs(relocs, labels);
  1479. pr_debug("Wrote TLB store handler fastpath (%u instructions).\n",
  1480. (unsigned int)(p - handle_tlbs));
  1481. dump_handler(handle_tlbs, ARRAY_SIZE(handle_tlbs));
  1482. }
  1483. static void __cpuinit build_r3000_tlb_modify_handler(void)
  1484. {
  1485. u32 *p = handle_tlbm;
  1486. struct uasm_label *l = labels;
  1487. struct uasm_reloc *r = relocs;
  1488. memset(handle_tlbm, 0, sizeof(handle_tlbm));
  1489. memset(labels, 0, sizeof(labels));
  1490. memset(relocs, 0, sizeof(relocs));
  1491. build_r3000_tlbchange_handler_head(&p, K0, K1);
  1492. build_pte_modifiable(&p, &r, K0, K1, label_nopage_tlbm);
  1493. uasm_i_nop(&p); /* load delay */
  1494. build_make_write(&p, &r, K0, K1);
  1495. build_r3000_pte_reload_tlbwi(&p, K0, K1);
  1496. uasm_l_nopage_tlbm(&l, p);
  1497. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff);
  1498. uasm_i_nop(&p);
  1499. if ((p - handle_tlbm) > FASTPATH_SIZE)
  1500. panic("TLB modify handler fastpath space exceeded");
  1501. uasm_resolve_relocs(relocs, labels);
  1502. pr_debug("Wrote TLB modify handler fastpath (%u instructions).\n",
  1503. (unsigned int)(p - handle_tlbm));
  1504. dump_handler(handle_tlbm, ARRAY_SIZE(handle_tlbm));
  1505. }
  1506. #endif /* CONFIG_MIPS_PGD_C0_CONTEXT */
  1507. /*
  1508. * R4000 style TLB load/store/modify handlers.
  1509. */
  1510. static void __cpuinit
  1511. build_r4000_tlbchange_handler_head(u32 **p, struct uasm_label **l,
  1512. struct uasm_reloc **r, unsigned int pte,
  1513. unsigned int ptr)
  1514. {
  1515. #ifdef CONFIG_64BIT
  1516. build_get_pmde64(p, l, r, pte, ptr); /* get pmd in ptr */
  1517. #else
  1518. build_get_pgde32(p, pte, ptr); /* get pgd in ptr */
  1519. #endif
  1520. #ifdef CONFIG_HUGETLB_PAGE
  1521. /*
  1522. * For huge tlb entries, pmd doesn't contain an address but
  1523. * instead contains the tlb pte. Check the PAGE_HUGE bit and
  1524. * see if we need to jump to huge tlb processing.
  1525. */
  1526. build_is_huge_pte(p, r, pte, ptr, label_tlb_huge_update);
  1527. #endif
  1528. UASM_i_MFC0(p, pte, C0_BADVADDR);
  1529. UASM_i_LW(p, ptr, 0, ptr);
  1530. UASM_i_SRL(p, pte, pte, PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2);
  1531. uasm_i_andi(p, pte, pte, (PTRS_PER_PTE - 1) << PTE_T_LOG2);
  1532. UASM_i_ADDU(p, ptr, ptr, pte);
  1533. #ifdef CONFIG_SMP
  1534. uasm_l_smp_pgtable_change(l, *p);
  1535. #endif
  1536. iPTE_LW(p, pte, ptr); /* get even pte */
  1537. if (!m4kc_tlbp_war())
  1538. build_tlb_probe_entry(p);
  1539. }
  1540. static void __cpuinit
  1541. build_r4000_tlbchange_handler_tail(u32 **p, struct uasm_label **l,
  1542. struct uasm_reloc **r, unsigned int tmp,
  1543. unsigned int ptr)
  1544. {
  1545. uasm_i_ori(p, ptr, ptr, sizeof(pte_t));
  1546. uasm_i_xori(p, ptr, ptr, sizeof(pte_t));
  1547. build_update_entries(p, tmp, ptr);
  1548. build_tlb_write_entry(p, l, r, tlb_indexed);
  1549. uasm_l_leave(l, *p);
  1550. uasm_i_eret(p); /* return from trap */
  1551. #ifdef CONFIG_64BIT
  1552. build_get_pgd_vmalloc64(p, l, r, tmp, ptr, not_refill);
  1553. #endif
  1554. }
  1555. static void __cpuinit build_r4000_tlb_load_handler(void)
  1556. {
  1557. u32 *p = handle_tlbl;
  1558. struct uasm_label *l = labels;
  1559. struct uasm_reloc *r = relocs;
  1560. memset(handle_tlbl, 0, sizeof(handle_tlbl));
  1561. memset(labels, 0, sizeof(labels));
  1562. memset(relocs, 0, sizeof(relocs));
  1563. if (bcm1250_m3_war()) {
  1564. unsigned int segbits = 44;
  1565. uasm_i_dmfc0(&p, K0, C0_BADVADDR);
  1566. uasm_i_dmfc0(&p, K1, C0_ENTRYHI);
  1567. uasm_i_xor(&p, K0, K0, K1);
  1568. uasm_i_dsrl_safe(&p, K1, K0, 62);
  1569. uasm_i_dsrl_safe(&p, K0, K0, 12 + 1);
  1570. uasm_i_dsll_safe(&p, K0, K0, 64 + 12 + 1 - segbits);
  1571. uasm_i_or(&p, K0, K0, K1);
  1572. uasm_il_bnez(&p, &r, K0, label_leave);
  1573. /* No need for uasm_i_nop */
  1574. }
  1575. build_r4000_tlbchange_handler_head(&p, &l, &r, K0, K1);
  1576. build_pte_present(&p, &r, K0, K1, label_nopage_tlbl);
  1577. if (m4kc_tlbp_war())
  1578. build_tlb_probe_entry(&p);
  1579. if (kernel_uses_smartmips_rixi) {
  1580. /*
  1581. * If the page is not _PAGE_VALID, RI or XI could not
  1582. * have triggered it. Skip the expensive test..
  1583. */
  1584. if (use_bbit_insns()) {
  1585. uasm_il_bbit0(&p, &r, K0, ilog2(_PAGE_VALID),
  1586. label_tlbl_goaround1);
  1587. } else {
  1588. uasm_i_andi(&p, K0, K0, _PAGE_VALID);
  1589. uasm_il_beqz(&p, &r, K0, label_tlbl_goaround1);
  1590. }
  1591. uasm_i_nop(&p);
  1592. uasm_i_tlbr(&p);
  1593. /* Examine entrylo 0 or 1 based on ptr. */
  1594. if (use_bbit_insns()) {
  1595. uasm_i_bbit0(&p, K1, ilog2(sizeof(pte_t)), 8);
  1596. } else {
  1597. uasm_i_andi(&p, K0, K1, sizeof(pte_t));
  1598. uasm_i_beqz(&p, K0, 8);
  1599. }
  1600. UASM_i_MFC0(&p, K0, C0_ENTRYLO0); /* load it in the delay slot*/
  1601. UASM_i_MFC0(&p, K0, C0_ENTRYLO1); /* load it if ptr is odd */
  1602. /*
  1603. * If the entryLo (now in K0) is valid (bit 1), RI or
  1604. * XI must have triggered it.
  1605. */
  1606. if (use_bbit_insns()) {
  1607. uasm_il_bbit1(&p, &r, K0, 1, label_nopage_tlbl);
  1608. /* Reload the PTE value */
  1609. iPTE_LW(&p, K0, K1);
  1610. uasm_l_tlbl_goaround1(&l, p);
  1611. } else {
  1612. uasm_i_andi(&p, K0, K0, 2);
  1613. uasm_il_bnez(&p, &r, K0, label_nopage_tlbl);
  1614. uasm_l_tlbl_goaround1(&l, p);
  1615. /* Reload the PTE value */
  1616. iPTE_LW(&p, K0, K1);
  1617. }
  1618. }
  1619. build_make_valid(&p, &r, K0, K1);
  1620. build_r4000_tlbchange_handler_tail(&p, &l, &r, K0, K1);
  1621. #ifdef CONFIG_HUGETLB_PAGE
  1622. /*
  1623. * This is the entry point when build_r4000_tlbchange_handler_head
  1624. * spots a huge page.
  1625. */
  1626. uasm_l_tlb_huge_update(&l, p);
  1627. iPTE_LW(&p, K0, K1);
  1628. build_pte_present(&p, &r, K0, K1, label_nopage_tlbl);
  1629. build_tlb_probe_entry(&p);
  1630. if (kernel_uses_smartmips_rixi) {
  1631. /*
  1632. * If the page is not _PAGE_VALID, RI or XI could not
  1633. * have triggered it. Skip the expensive test..
  1634. */
  1635. if (use_bbit_insns()) {
  1636. uasm_il_bbit0(&p, &r, K0, ilog2(_PAGE_VALID),
  1637. label_tlbl_goaround2);
  1638. } else {
  1639. uasm_i_andi(&p, K0, K0, _PAGE_VALID);
  1640. uasm_il_beqz(&p, &r, K0, label_tlbl_goaround2);
  1641. }
  1642. uasm_i_nop(&p);
  1643. uasm_i_tlbr(&p);
  1644. /* Examine entrylo 0 or 1 based on ptr. */
  1645. if (use_bbit_insns()) {
  1646. uasm_i_bbit0(&p, K1, ilog2(sizeof(pte_t)), 8);
  1647. } else {
  1648. uasm_i_andi(&p, K0, K1, sizeof(pte_t));
  1649. uasm_i_beqz(&p, K0, 8);
  1650. }
  1651. UASM_i_MFC0(&p, K0, C0_ENTRYLO0); /* load it in the delay slot*/
  1652. UASM_i_MFC0(&p, K0, C0_ENTRYLO1); /* load it if ptr is odd */
  1653. /*
  1654. * If the entryLo (now in K0) is valid (bit 1), RI or
  1655. * XI must have triggered it.
  1656. */
  1657. if (use_bbit_insns()) {
  1658. uasm_il_bbit0(&p, &r, K0, 1, label_tlbl_goaround2);
  1659. } else {
  1660. uasm_i_andi(&p, K0, K0, 2);
  1661. uasm_il_beqz(&p, &r, K0, label_tlbl_goaround2);
  1662. }
  1663. /* Reload the PTE value */
  1664. iPTE_LW(&p, K0, K1);
  1665. /*
  1666. * We clobbered C0_PAGEMASK, restore it. On the other branch
  1667. * it is restored in build_huge_tlb_write_entry.
  1668. */
  1669. build_restore_pagemask(&p, &r, K0, label_nopage_tlbl, 0);
  1670. uasm_l_tlbl_goaround2(&l, p);
  1671. }
  1672. uasm_i_ori(&p, K0, K0, (_PAGE_ACCESSED | _PAGE_VALID));
  1673. build_huge_handler_tail(&p, &r, &l, K0, K1);
  1674. #endif
  1675. uasm_l_nopage_tlbl(&l, p);
  1676. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_0 & 0x0fffffff);
  1677. uasm_i_nop(&p);
  1678. if ((p - handle_tlbl) > FASTPATH_SIZE)
  1679. panic("TLB load handler fastpath space exceeded");
  1680. uasm_resolve_relocs(relocs, labels);
  1681. pr_debug("Wrote TLB load handler fastpath (%u instructions).\n",
  1682. (unsigned int)(p - handle_tlbl));
  1683. dump_handler(handle_tlbl, ARRAY_SIZE(handle_tlbl));
  1684. }
  1685. static void __cpuinit build_r4000_tlb_store_handler(void)
  1686. {
  1687. u32 *p = handle_tlbs;
  1688. struct uasm_label *l = labels;
  1689. struct uasm_reloc *r = relocs;
  1690. memset(handle_tlbs, 0, sizeof(handle_tlbs));
  1691. memset(labels, 0, sizeof(labels));
  1692. memset(relocs, 0, sizeof(relocs));
  1693. build_r4000_tlbchange_handler_head(&p, &l, &r, K0, K1);
  1694. build_pte_writable(&p, &r, K0, K1, label_nopage_tlbs);
  1695. if (m4kc_tlbp_war())
  1696. build_tlb_probe_entry(&p);
  1697. build_make_write(&p, &r, K0, K1);
  1698. build_r4000_tlbchange_handler_tail(&p, &l, &r, K0, K1);
  1699. #ifdef CONFIG_HUGETLB_PAGE
  1700. /*
  1701. * This is the entry point when
  1702. * build_r4000_tlbchange_handler_head spots a huge page.
  1703. */
  1704. uasm_l_tlb_huge_update(&l, p);
  1705. iPTE_LW(&p, K0, K1);
  1706. build_pte_writable(&p, &r, K0, K1, label_nopage_tlbs);
  1707. build_tlb_probe_entry(&p);
  1708. uasm_i_ori(&p, K0, K0,
  1709. _PAGE_ACCESSED | _PAGE_MODIFIED | _PAGE_VALID | _PAGE_DIRTY);
  1710. build_huge_handler_tail(&p, &r, &l, K0, K1);
  1711. #endif
  1712. uasm_l_nopage_tlbs(&l, p);
  1713. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff);
  1714. uasm_i_nop(&p);
  1715. if ((p - handle_tlbs) > FASTPATH_SIZE)
  1716. panic("TLB store handler fastpath space exceeded");
  1717. uasm_resolve_relocs(relocs, labels);
  1718. pr_debug("Wrote TLB store handler fastpath (%u instructions).\n",
  1719. (unsigned int)(p - handle_tlbs));
  1720. dump_handler(handle_tlbs, ARRAY_SIZE(handle_tlbs));
  1721. }
  1722. static void __cpuinit build_r4000_tlb_modify_handler(void)
  1723. {
  1724. u32 *p = handle_tlbm;
  1725. struct uasm_label *l = labels;
  1726. struct uasm_reloc *r = relocs;
  1727. memset(handle_tlbm, 0, sizeof(handle_tlbm));
  1728. memset(labels, 0, sizeof(labels));
  1729. memset(relocs, 0, sizeof(relocs));
  1730. build_r4000_tlbchange_handler_head(&p, &l, &r, K0, K1);
  1731. build_pte_modifiable(&p, &r, K0, K1, label_nopage_tlbm);
  1732. if (m4kc_tlbp_war())
  1733. build_tlb_probe_entry(&p);
  1734. /* Present and writable bits set, set accessed and dirty bits. */
  1735. build_make_write(&p, &r, K0, K1);
  1736. build_r4000_tlbchange_handler_tail(&p, &l, &r, K0, K1);
  1737. #ifdef CONFIG_HUGETLB_PAGE
  1738. /*
  1739. * This is the entry point when
  1740. * build_r4000_tlbchange_handler_head spots a huge page.
  1741. */
  1742. uasm_l_tlb_huge_update(&l, p);
  1743. iPTE_LW(&p, K0, K1);
  1744. build_pte_modifiable(&p, &r, K0, K1, label_nopage_tlbm);
  1745. build_tlb_probe_entry(&p);
  1746. uasm_i_ori(&p, K0, K0,
  1747. _PAGE_ACCESSED | _PAGE_MODIFIED | _PAGE_VALID | _PAGE_DIRTY);
  1748. build_huge_handler_tail(&p, &r, &l, K0, K1);
  1749. #endif
  1750. uasm_l_nopage_tlbm(&l, p);
  1751. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff);
  1752. uasm_i_nop(&p);
  1753. if ((p - handle_tlbm) > FASTPATH_SIZE)
  1754. panic("TLB modify handler fastpath space exceeded");
  1755. uasm_resolve_relocs(relocs, labels);
  1756. pr_debug("Wrote TLB modify handler fastpath (%u instructions).\n",
  1757. (unsigned int)(p - handle_tlbm));
  1758. dump_handler(handle_tlbm, ARRAY_SIZE(handle_tlbm));
  1759. }
  1760. void __cpuinit build_tlb_refill_handler(void)
  1761. {
  1762. /*
  1763. * The refill handler is generated per-CPU, multi-node systems
  1764. * may have local storage for it. The other handlers are only
  1765. * needed once.
  1766. */
  1767. static int run_once = 0;
  1768. #ifdef CONFIG_64BIT
  1769. check_for_high_segbits = current_cpu_data.vmbits > (PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
  1770. #endif
  1771. switch (current_cpu_type()) {
  1772. case CPU_R2000:
  1773. case CPU_R3000:
  1774. case CPU_R3000A:
  1775. case CPU_R3081E:
  1776. case CPU_TX3912:
  1777. case CPU_TX3922:
  1778. case CPU_TX3927:
  1779. #ifndef CONFIG_MIPS_PGD_C0_CONTEXT
  1780. build_r3000_tlb_refill_handler();
  1781. if (!run_once) {
  1782. build_r3000_tlb_load_handler();
  1783. build_r3000_tlb_store_handler();
  1784. build_r3000_tlb_modify_handler();
  1785. run_once++;
  1786. }
  1787. #else
  1788. panic("No R3000 TLB refill handler");
  1789. #endif
  1790. break;
  1791. case CPU_R6000:
  1792. case CPU_R6000A:
  1793. panic("No R6000 TLB refill handler yet");
  1794. break;
  1795. case CPU_R8000:
  1796. panic("No R8000 TLB refill handler yet");
  1797. break;
  1798. default:
  1799. if (!run_once) {
  1800. #ifdef CONFIG_MIPS_PGD_C0_CONTEXT
  1801. build_r4000_setup_pgd();
  1802. #endif
  1803. build_r4000_tlb_load_handler();
  1804. build_r4000_tlb_store_handler();
  1805. build_r4000_tlb_modify_handler();
  1806. run_once++;
  1807. }
  1808. build_r4000_tlb_refill_handler();
  1809. }
  1810. }
  1811. void __cpuinit flush_tlb_handlers(void)
  1812. {
  1813. local_flush_icache_range((unsigned long)handle_tlbl,
  1814. (unsigned long)handle_tlbl + sizeof(handle_tlbl));
  1815. local_flush_icache_range((unsigned long)handle_tlbs,
  1816. (unsigned long)handle_tlbs + sizeof(handle_tlbs));
  1817. local_flush_icache_range((unsigned long)handle_tlbm,
  1818. (unsigned long)handle_tlbm + sizeof(handle_tlbm));
  1819. #ifdef CONFIG_MIPS_PGD_C0_CONTEXT
  1820. local_flush_icache_range((unsigned long)tlbmiss_handler_setup_pgd,
  1821. (unsigned long)tlbmiss_handler_setup_pgd + sizeof(handle_tlbm));
  1822. #endif
  1823. }