tlbex.c 69 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612
  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. * Copyright (C) 2011 MIPS Technologies, Inc.
  13. *
  14. * ... and the days got worse and worse and now you see
  15. * I've gone completely out of my mind.
  16. *
  17. * They're coming to take me a away haha
  18. * they're coming to take me a away hoho hihi haha
  19. * to the funny farm where code is beautiful all the time ...
  20. *
  21. * (Condolences to Napoleon XIV)
  22. */
  23. #include <linux/bug.h>
  24. #include <linux/kernel.h>
  25. #include <linux/types.h>
  26. #include <linux/smp.h>
  27. #include <linux/string.h>
  28. #include <linux/cache.h>
  29. #include <asm/cacheflush.h>
  30. #include <asm/cpu-type.h>
  31. #include <asm/pgtable.h>
  32. #include <asm/war.h>
  33. #include <asm/uasm.h>
  34. #include <asm/setup.h>
  35. static int mips_xpa_disabled;
  36. static int __init xpa_disable(char *s)
  37. {
  38. mips_xpa_disabled = 1;
  39. return 1;
  40. }
  41. __setup("noxpa", xpa_disable);
  42. /*
  43. * TLB load/store/modify handlers.
  44. *
  45. * Only the fastpath gets synthesized at runtime, the slowpath for
  46. * do_page_fault remains normal asm.
  47. */
  48. extern void tlb_do_page_fault_0(void);
  49. extern void tlb_do_page_fault_1(void);
  50. struct work_registers {
  51. int r1;
  52. int r2;
  53. int r3;
  54. };
  55. struct tlb_reg_save {
  56. unsigned long a;
  57. unsigned long b;
  58. } ____cacheline_aligned_in_smp;
  59. static struct tlb_reg_save handler_reg_save[NR_CPUS];
  60. static inline int r45k_bvahwbug(void)
  61. {
  62. /* XXX: We should probe for the presence of this bug, but we don't. */
  63. return 0;
  64. }
  65. static inline int r4k_250MHZhwbug(void)
  66. {
  67. /* XXX: We should probe for the presence of this bug, but we don't. */
  68. return 0;
  69. }
  70. static inline int __maybe_unused bcm1250_m3_war(void)
  71. {
  72. return BCM1250_M3_WAR;
  73. }
  74. static inline int __maybe_unused r10000_llsc_war(void)
  75. {
  76. return R10000_LLSC_WAR;
  77. }
  78. static int use_bbit_insns(void)
  79. {
  80. switch (current_cpu_type()) {
  81. case CPU_CAVIUM_OCTEON:
  82. case CPU_CAVIUM_OCTEON_PLUS:
  83. case CPU_CAVIUM_OCTEON2:
  84. case CPU_CAVIUM_OCTEON3:
  85. return 1;
  86. default:
  87. return 0;
  88. }
  89. }
  90. static int use_lwx_insns(void)
  91. {
  92. switch (current_cpu_type()) {
  93. case CPU_CAVIUM_OCTEON2:
  94. case CPU_CAVIUM_OCTEON3:
  95. return 1;
  96. default:
  97. return 0;
  98. }
  99. }
  100. #if defined(CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE) && \
  101. CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE > 0
  102. static bool scratchpad_available(void)
  103. {
  104. return true;
  105. }
  106. static int scratchpad_offset(int i)
  107. {
  108. /*
  109. * CVMSEG starts at address -32768 and extends for
  110. * CAVIUM_OCTEON_CVMSEG_SIZE 128 byte cache lines.
  111. */
  112. i += 1; /* Kernel use starts at the top and works down. */
  113. return CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE * 128 - (8 * i) - 32768;
  114. }
  115. #else
  116. static bool scratchpad_available(void)
  117. {
  118. return false;
  119. }
  120. static int scratchpad_offset(int i)
  121. {
  122. BUG();
  123. /* Really unreachable, but evidently some GCC want this. */
  124. return 0;
  125. }
  126. #endif
  127. /*
  128. * Found by experiment: At least some revisions of the 4kc throw under
  129. * some circumstances a machine check exception, triggered by invalid
  130. * values in the index register. Delaying the tlbp instruction until
  131. * after the next branch, plus adding an additional nop in front of
  132. * tlbwi/tlbwr avoids the invalid index register values. Nobody knows
  133. * why; it's not an issue caused by the core RTL.
  134. *
  135. */
  136. static int m4kc_tlbp_war(void)
  137. {
  138. return (current_cpu_data.processor_id & 0xffff00) ==
  139. (PRID_COMP_MIPS | PRID_IMP_4KC);
  140. }
  141. /* Handle labels (which must be positive integers). */
  142. enum label_id {
  143. label_second_part = 1,
  144. label_leave,
  145. label_vmalloc,
  146. label_vmalloc_done,
  147. label_tlbw_hazard_0,
  148. label_split = label_tlbw_hazard_0 + 8,
  149. label_tlbl_goaround1,
  150. label_tlbl_goaround2,
  151. label_nopage_tlbl,
  152. label_nopage_tlbs,
  153. label_nopage_tlbm,
  154. label_smp_pgtable_change,
  155. label_r3000_write_probe_fail,
  156. label_large_segbits_fault,
  157. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  158. label_tlb_huge_update,
  159. #endif
  160. };
  161. UASM_L_LA(_second_part)
  162. UASM_L_LA(_leave)
  163. UASM_L_LA(_vmalloc)
  164. UASM_L_LA(_vmalloc_done)
  165. /* _tlbw_hazard_x is handled differently. */
  166. UASM_L_LA(_split)
  167. UASM_L_LA(_tlbl_goaround1)
  168. UASM_L_LA(_tlbl_goaround2)
  169. UASM_L_LA(_nopage_tlbl)
  170. UASM_L_LA(_nopage_tlbs)
  171. UASM_L_LA(_nopage_tlbm)
  172. UASM_L_LA(_smp_pgtable_change)
  173. UASM_L_LA(_r3000_write_probe_fail)
  174. UASM_L_LA(_large_segbits_fault)
  175. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  176. UASM_L_LA(_tlb_huge_update)
  177. #endif
  178. static int hazard_instance;
  179. static void uasm_bgezl_hazard(u32 **p, struct uasm_reloc **r, int instance)
  180. {
  181. switch (instance) {
  182. case 0 ... 7:
  183. uasm_il_bgezl(p, r, 0, label_tlbw_hazard_0 + instance);
  184. return;
  185. default:
  186. BUG();
  187. }
  188. }
  189. static void uasm_bgezl_label(struct uasm_label **l, u32 **p, int instance)
  190. {
  191. switch (instance) {
  192. case 0 ... 7:
  193. uasm_build_label(l, *p, label_tlbw_hazard_0 + instance);
  194. break;
  195. default:
  196. BUG();
  197. }
  198. }
  199. /*
  200. * pgtable bits are assigned dynamically depending on processor feature
  201. * and statically based on kernel configuration. This spits out the actual
  202. * values the kernel is using. Required to make sense from disassembled
  203. * TLB exception handlers.
  204. */
  205. static void output_pgtable_bits_defines(void)
  206. {
  207. #define pr_define(fmt, ...) \
  208. pr_debug("#define " fmt, ##__VA_ARGS__)
  209. pr_debug("#include <asm/asm.h>\n");
  210. pr_debug("#include <asm/regdef.h>\n");
  211. pr_debug("\n");
  212. pr_define("_PAGE_PRESENT_SHIFT %d\n", _PAGE_PRESENT_SHIFT);
  213. pr_define("_PAGE_NO_READ_SHIFT %d\n", _PAGE_NO_READ_SHIFT);
  214. pr_define("_PAGE_WRITE_SHIFT %d\n", _PAGE_WRITE_SHIFT);
  215. pr_define("_PAGE_ACCESSED_SHIFT %d\n", _PAGE_ACCESSED_SHIFT);
  216. pr_define("_PAGE_MODIFIED_SHIFT %d\n", _PAGE_MODIFIED_SHIFT);
  217. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  218. pr_define("_PAGE_HUGE_SHIFT %d\n", _PAGE_HUGE_SHIFT);
  219. #endif
  220. #ifdef _PAGE_NO_EXEC_SHIFT
  221. if (cpu_has_rixi)
  222. pr_define("_PAGE_NO_EXEC_SHIFT %d\n", _PAGE_NO_EXEC_SHIFT);
  223. #endif
  224. pr_define("_PAGE_GLOBAL_SHIFT %d\n", _PAGE_GLOBAL_SHIFT);
  225. pr_define("_PAGE_VALID_SHIFT %d\n", _PAGE_VALID_SHIFT);
  226. pr_define("_PAGE_DIRTY_SHIFT %d\n", _PAGE_DIRTY_SHIFT);
  227. pr_define("_PFN_SHIFT %d\n", _PFN_SHIFT);
  228. pr_debug("\n");
  229. }
  230. static inline void dump_handler(const char *symbol, const u32 *handler, int count)
  231. {
  232. int i;
  233. pr_debug("LEAF(%s)\n", symbol);
  234. pr_debug("\t.set push\n");
  235. pr_debug("\t.set noreorder\n");
  236. for (i = 0; i < count; i++)
  237. pr_debug("\t.word\t0x%08x\t\t# %p\n", handler[i], &handler[i]);
  238. pr_debug("\t.set\tpop\n");
  239. pr_debug("\tEND(%s)\n", symbol);
  240. }
  241. /* The only general purpose registers allowed in TLB handlers. */
  242. #define K0 26
  243. #define K1 27
  244. /* Some CP0 registers */
  245. #define C0_INDEX 0, 0
  246. #define C0_ENTRYLO0 2, 0
  247. #define C0_TCBIND 2, 2
  248. #define C0_ENTRYLO1 3, 0
  249. #define C0_CONTEXT 4, 0
  250. #define C0_PAGEMASK 5, 0
  251. #define C0_PWBASE 5, 5
  252. #define C0_PWFIELD 5, 6
  253. #define C0_PWSIZE 5, 7
  254. #define C0_PWCTL 6, 6
  255. #define C0_BADVADDR 8, 0
  256. #define C0_PGD 9, 7
  257. #define C0_ENTRYHI 10, 0
  258. #define C0_EPC 14, 0
  259. #define C0_XCONTEXT 20, 0
  260. #ifdef CONFIG_64BIT
  261. # define GET_CONTEXT(buf, reg) UASM_i_MFC0(buf, reg, C0_XCONTEXT)
  262. #else
  263. # define GET_CONTEXT(buf, reg) UASM_i_MFC0(buf, reg, C0_CONTEXT)
  264. #endif
  265. /* The worst case length of the handler is around 18 instructions for
  266. * R3000-style TLBs and up to 63 instructions for R4000-style TLBs.
  267. * Maximum space available is 32 instructions for R3000 and 64
  268. * instructions for R4000.
  269. *
  270. * We deliberately chose a buffer size of 128, so we won't scribble
  271. * over anything important on overflow before we panic.
  272. */
  273. static u32 tlb_handler[128];
  274. /* simply assume worst case size for labels and relocs */
  275. static struct uasm_label labels[128];
  276. static struct uasm_reloc relocs[128];
  277. static int check_for_high_segbits;
  278. static bool fill_includes_sw_bits;
  279. static unsigned int kscratch_used_mask;
  280. static inline int __maybe_unused c0_kscratch(void)
  281. {
  282. switch (current_cpu_type()) {
  283. case CPU_XLP:
  284. case CPU_XLR:
  285. return 22;
  286. default:
  287. return 31;
  288. }
  289. }
  290. static int allocate_kscratch(void)
  291. {
  292. int r;
  293. unsigned int a = cpu_data[0].kscratch_mask & ~kscratch_used_mask;
  294. r = ffs(a);
  295. if (r == 0)
  296. return -1;
  297. r--; /* make it zero based */
  298. kscratch_used_mask |= (1 << r);
  299. return r;
  300. }
  301. static int scratch_reg;
  302. static int pgd_reg;
  303. enum vmalloc64_mode {not_refill, refill_scratch, refill_noscratch};
  304. static struct work_registers build_get_work_registers(u32 **p)
  305. {
  306. struct work_registers r;
  307. if (scratch_reg >= 0) {
  308. /* Save in CPU local C0_KScratch? */
  309. UASM_i_MTC0(p, 1, c0_kscratch(), scratch_reg);
  310. r.r1 = K0;
  311. r.r2 = K1;
  312. r.r3 = 1;
  313. return r;
  314. }
  315. if (num_possible_cpus() > 1) {
  316. /* Get smp_processor_id */
  317. UASM_i_CPUID_MFC0(p, K0, SMP_CPUID_REG);
  318. UASM_i_SRL_SAFE(p, K0, K0, SMP_CPUID_REGSHIFT);
  319. /* handler_reg_save index in K0 */
  320. UASM_i_SLL(p, K0, K0, ilog2(sizeof(struct tlb_reg_save)));
  321. UASM_i_LA(p, K1, (long)&handler_reg_save);
  322. UASM_i_ADDU(p, K0, K0, K1);
  323. } else {
  324. UASM_i_LA(p, K0, (long)&handler_reg_save);
  325. }
  326. /* K0 now points to save area, save $1 and $2 */
  327. UASM_i_SW(p, 1, offsetof(struct tlb_reg_save, a), K0);
  328. UASM_i_SW(p, 2, offsetof(struct tlb_reg_save, b), K0);
  329. r.r1 = K1;
  330. r.r2 = 1;
  331. r.r3 = 2;
  332. return r;
  333. }
  334. static void build_restore_work_registers(u32 **p)
  335. {
  336. if (scratch_reg >= 0) {
  337. UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg);
  338. return;
  339. }
  340. /* K0 already points to save area, restore $1 and $2 */
  341. UASM_i_LW(p, 1, offsetof(struct tlb_reg_save, a), K0);
  342. UASM_i_LW(p, 2, offsetof(struct tlb_reg_save, b), K0);
  343. }
  344. #ifndef CONFIG_MIPS_PGD_C0_CONTEXT
  345. /*
  346. * CONFIG_MIPS_PGD_C0_CONTEXT implies 64 bit and lack of pgd_current,
  347. * we cannot do r3000 under these circumstances.
  348. *
  349. * Declare pgd_current here instead of including mmu_context.h to avoid type
  350. * conflicts for tlbmiss_handler_setup_pgd
  351. */
  352. extern unsigned long pgd_current[];
  353. /*
  354. * The R3000 TLB handler is simple.
  355. */
  356. static void build_r3000_tlb_refill_handler(void)
  357. {
  358. long pgdc = (long)pgd_current;
  359. u32 *p;
  360. memset(tlb_handler, 0, sizeof(tlb_handler));
  361. p = tlb_handler;
  362. uasm_i_mfc0(&p, K0, C0_BADVADDR);
  363. uasm_i_lui(&p, K1, uasm_rel_hi(pgdc)); /* cp0 delay */
  364. uasm_i_lw(&p, K1, uasm_rel_lo(pgdc), K1);
  365. uasm_i_srl(&p, K0, K0, 22); /* load delay */
  366. uasm_i_sll(&p, K0, K0, 2);
  367. uasm_i_addu(&p, K1, K1, K0);
  368. uasm_i_mfc0(&p, K0, C0_CONTEXT);
  369. uasm_i_lw(&p, K1, 0, K1); /* cp0 delay */
  370. uasm_i_andi(&p, K0, K0, 0xffc); /* load delay */
  371. uasm_i_addu(&p, K1, K1, K0);
  372. uasm_i_lw(&p, K0, 0, K1);
  373. uasm_i_nop(&p); /* load delay */
  374. uasm_i_mtc0(&p, K0, C0_ENTRYLO0);
  375. uasm_i_mfc0(&p, K1, C0_EPC); /* cp0 delay */
  376. uasm_i_tlbwr(&p); /* cp0 delay */
  377. uasm_i_jr(&p, K1);
  378. uasm_i_rfe(&p); /* branch delay */
  379. if (p > tlb_handler + 32)
  380. panic("TLB refill handler space exceeded");
  381. pr_debug("Wrote TLB refill handler (%u instructions).\n",
  382. (unsigned int)(p - tlb_handler));
  383. memcpy((void *)ebase, tlb_handler, 0x80);
  384. local_flush_icache_range(ebase, ebase + 0x80);
  385. dump_handler("r3000_tlb_refill", (u32 *)ebase, 32);
  386. }
  387. #endif /* CONFIG_MIPS_PGD_C0_CONTEXT */
  388. /*
  389. * The R4000 TLB handler is much more complicated. We have two
  390. * consecutive handler areas with 32 instructions space each.
  391. * Since they aren't used at the same time, we can overflow in the
  392. * other one.To keep things simple, we first assume linear space,
  393. * then we relocate it to the final handler layout as needed.
  394. */
  395. static u32 final_handler[64];
  396. /*
  397. * Hazards
  398. *
  399. * From the IDT errata for the QED RM5230 (Nevada), processor revision 1.0:
  400. * 2. A timing hazard exists for the TLBP instruction.
  401. *
  402. * stalling_instruction
  403. * TLBP
  404. *
  405. * The JTLB is being read for the TLBP throughout the stall generated by the
  406. * previous instruction. This is not really correct as the stalling instruction
  407. * can modify the address used to access the JTLB. The failure symptom is that
  408. * the TLBP instruction will use an address created for the stalling instruction
  409. * and not the address held in C0_ENHI and thus report the wrong results.
  410. *
  411. * The software work-around is to not allow the instruction preceding the TLBP
  412. * to stall - make it an NOP or some other instruction guaranteed not to stall.
  413. *
  414. * Errata 2 will not be fixed. This errata is also on the R5000.
  415. *
  416. * As if we MIPS hackers wouldn't know how to nop pipelines happy ...
  417. */
  418. static void __maybe_unused build_tlb_probe_entry(u32 **p)
  419. {
  420. switch (current_cpu_type()) {
  421. /* Found by experiment: R4600 v2.0/R4700 needs this, too. */
  422. case CPU_R4600:
  423. case CPU_R4700:
  424. case CPU_R5000:
  425. case CPU_NEVADA:
  426. uasm_i_nop(p);
  427. uasm_i_tlbp(p);
  428. break;
  429. default:
  430. uasm_i_tlbp(p);
  431. break;
  432. }
  433. }
  434. /*
  435. * Write random or indexed TLB entry, and care about the hazards from
  436. * the preceding mtc0 and for the following eret.
  437. */
  438. enum tlb_write_entry { tlb_random, tlb_indexed };
  439. static void build_tlb_write_entry(u32 **p, struct uasm_label **l,
  440. struct uasm_reloc **r,
  441. enum tlb_write_entry wmode)
  442. {
  443. void(*tlbw)(u32 **) = NULL;
  444. switch (wmode) {
  445. case tlb_random: tlbw = uasm_i_tlbwr; break;
  446. case tlb_indexed: tlbw = uasm_i_tlbwi; break;
  447. }
  448. if (cpu_has_mips_r2_r6) {
  449. if (cpu_has_mips_r2_exec_hazard)
  450. uasm_i_ehb(p);
  451. tlbw(p);
  452. return;
  453. }
  454. switch (current_cpu_type()) {
  455. case CPU_R4000PC:
  456. case CPU_R4000SC:
  457. case CPU_R4000MC:
  458. case CPU_R4400PC:
  459. case CPU_R4400SC:
  460. case CPU_R4400MC:
  461. /*
  462. * This branch uses up a mtc0 hazard nop slot and saves
  463. * two nops after the tlbw instruction.
  464. */
  465. uasm_bgezl_hazard(p, r, hazard_instance);
  466. tlbw(p);
  467. uasm_bgezl_label(l, p, hazard_instance);
  468. hazard_instance++;
  469. uasm_i_nop(p);
  470. break;
  471. case CPU_R4600:
  472. case CPU_R4700:
  473. uasm_i_nop(p);
  474. tlbw(p);
  475. uasm_i_nop(p);
  476. break;
  477. case CPU_R5000:
  478. case CPU_NEVADA:
  479. uasm_i_nop(p); /* QED specifies 2 nops hazard */
  480. uasm_i_nop(p); /* QED specifies 2 nops hazard */
  481. tlbw(p);
  482. break;
  483. case CPU_R4300:
  484. case CPU_5KC:
  485. case CPU_TX49XX:
  486. case CPU_PR4450:
  487. case CPU_XLR:
  488. uasm_i_nop(p);
  489. tlbw(p);
  490. break;
  491. case CPU_R10000:
  492. case CPU_R12000:
  493. case CPU_R14000:
  494. case CPU_R16000:
  495. case CPU_4KC:
  496. case CPU_4KEC:
  497. case CPU_M14KC:
  498. case CPU_M14KEC:
  499. case CPU_SB1:
  500. case CPU_SB1A:
  501. case CPU_4KSC:
  502. case CPU_20KC:
  503. case CPU_25KF:
  504. case CPU_BMIPS32:
  505. case CPU_BMIPS3300:
  506. case CPU_BMIPS4350:
  507. case CPU_BMIPS4380:
  508. case CPU_BMIPS5000:
  509. case CPU_LOONGSON2:
  510. case CPU_LOONGSON3:
  511. case CPU_R5500:
  512. if (m4kc_tlbp_war())
  513. uasm_i_nop(p);
  514. case CPU_ALCHEMY:
  515. tlbw(p);
  516. break;
  517. case CPU_RM7000:
  518. uasm_i_nop(p);
  519. uasm_i_nop(p);
  520. uasm_i_nop(p);
  521. uasm_i_nop(p);
  522. tlbw(p);
  523. break;
  524. case CPU_VR4111:
  525. case CPU_VR4121:
  526. case CPU_VR4122:
  527. case CPU_VR4181:
  528. case CPU_VR4181A:
  529. uasm_i_nop(p);
  530. uasm_i_nop(p);
  531. tlbw(p);
  532. uasm_i_nop(p);
  533. uasm_i_nop(p);
  534. break;
  535. case CPU_VR4131:
  536. case CPU_VR4133:
  537. case CPU_R5432:
  538. uasm_i_nop(p);
  539. uasm_i_nop(p);
  540. tlbw(p);
  541. break;
  542. case CPU_JZRISC:
  543. tlbw(p);
  544. uasm_i_nop(p);
  545. break;
  546. default:
  547. panic("No TLB refill handler yet (CPU type: %d)",
  548. current_cpu_type());
  549. break;
  550. }
  551. }
  552. static __maybe_unused void build_convert_pte_to_entrylo(u32 **p,
  553. unsigned int reg)
  554. {
  555. if (_PAGE_GLOBAL_SHIFT == 0) {
  556. /* pte_t is already in EntryLo format */
  557. return;
  558. }
  559. if (cpu_has_rixi && _PAGE_NO_EXEC) {
  560. if (fill_includes_sw_bits) {
  561. UASM_i_ROTR(p, reg, reg, ilog2(_PAGE_GLOBAL));
  562. } else {
  563. UASM_i_SRL(p, reg, reg, ilog2(_PAGE_NO_EXEC));
  564. UASM_i_ROTR(p, reg, reg,
  565. ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC));
  566. }
  567. } else {
  568. #ifdef CONFIG_PHYS_ADDR_T_64BIT
  569. uasm_i_dsrl_safe(p, reg, reg, ilog2(_PAGE_GLOBAL));
  570. #else
  571. UASM_i_SRL(p, reg, reg, ilog2(_PAGE_GLOBAL));
  572. #endif
  573. }
  574. }
  575. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  576. static void build_restore_pagemask(u32 **p, struct uasm_reloc **r,
  577. unsigned int tmp, enum label_id lid,
  578. int restore_scratch)
  579. {
  580. if (restore_scratch) {
  581. /* Reset default page size */
  582. if (PM_DEFAULT_MASK >> 16) {
  583. uasm_i_lui(p, tmp, PM_DEFAULT_MASK >> 16);
  584. uasm_i_ori(p, tmp, tmp, PM_DEFAULT_MASK & 0xffff);
  585. uasm_i_mtc0(p, tmp, C0_PAGEMASK);
  586. uasm_il_b(p, r, lid);
  587. } else if (PM_DEFAULT_MASK) {
  588. uasm_i_ori(p, tmp, 0, PM_DEFAULT_MASK);
  589. uasm_i_mtc0(p, tmp, C0_PAGEMASK);
  590. uasm_il_b(p, r, lid);
  591. } else {
  592. uasm_i_mtc0(p, 0, C0_PAGEMASK);
  593. uasm_il_b(p, r, lid);
  594. }
  595. if (scratch_reg >= 0)
  596. UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg);
  597. else
  598. UASM_i_LW(p, 1, scratchpad_offset(0), 0);
  599. } else {
  600. /* Reset default page size */
  601. if (PM_DEFAULT_MASK >> 16) {
  602. uasm_i_lui(p, tmp, PM_DEFAULT_MASK >> 16);
  603. uasm_i_ori(p, tmp, tmp, PM_DEFAULT_MASK & 0xffff);
  604. uasm_il_b(p, r, lid);
  605. uasm_i_mtc0(p, tmp, C0_PAGEMASK);
  606. } else if (PM_DEFAULT_MASK) {
  607. uasm_i_ori(p, tmp, 0, PM_DEFAULT_MASK);
  608. uasm_il_b(p, r, lid);
  609. uasm_i_mtc0(p, tmp, C0_PAGEMASK);
  610. } else {
  611. uasm_il_b(p, r, lid);
  612. uasm_i_mtc0(p, 0, C0_PAGEMASK);
  613. }
  614. }
  615. }
  616. static void build_huge_tlb_write_entry(u32 **p, struct uasm_label **l,
  617. struct uasm_reloc **r,
  618. unsigned int tmp,
  619. enum tlb_write_entry wmode,
  620. int restore_scratch)
  621. {
  622. /* Set huge page tlb entry size */
  623. uasm_i_lui(p, tmp, PM_HUGE_MASK >> 16);
  624. uasm_i_ori(p, tmp, tmp, PM_HUGE_MASK & 0xffff);
  625. uasm_i_mtc0(p, tmp, C0_PAGEMASK);
  626. build_tlb_write_entry(p, l, r, wmode);
  627. build_restore_pagemask(p, r, tmp, label_leave, restore_scratch);
  628. }
  629. /*
  630. * Check if Huge PTE is present, if so then jump to LABEL.
  631. */
  632. static void
  633. build_is_huge_pte(u32 **p, struct uasm_reloc **r, unsigned int tmp,
  634. unsigned int pmd, int lid)
  635. {
  636. UASM_i_LW(p, tmp, 0, pmd);
  637. if (use_bbit_insns()) {
  638. uasm_il_bbit1(p, r, tmp, ilog2(_PAGE_HUGE), lid);
  639. } else {
  640. uasm_i_andi(p, tmp, tmp, _PAGE_HUGE);
  641. uasm_il_bnez(p, r, tmp, lid);
  642. }
  643. }
  644. static void build_huge_update_entries(u32 **p, unsigned int pte,
  645. unsigned int tmp)
  646. {
  647. int small_sequence;
  648. /*
  649. * A huge PTE describes an area the size of the
  650. * configured huge page size. This is twice the
  651. * of the large TLB entry size we intend to use.
  652. * A TLB entry half the size of the configured
  653. * huge page size is configured into entrylo0
  654. * and entrylo1 to cover the contiguous huge PTE
  655. * address space.
  656. */
  657. small_sequence = (HPAGE_SIZE >> 7) < 0x10000;
  658. /* We can clobber tmp. It isn't used after this.*/
  659. if (!small_sequence)
  660. uasm_i_lui(p, tmp, HPAGE_SIZE >> (7 + 16));
  661. build_convert_pte_to_entrylo(p, pte);
  662. UASM_i_MTC0(p, pte, C0_ENTRYLO0); /* load it */
  663. /* convert to entrylo1 */
  664. if (small_sequence)
  665. UASM_i_ADDIU(p, pte, pte, HPAGE_SIZE >> 7);
  666. else
  667. UASM_i_ADDU(p, pte, pte, tmp);
  668. UASM_i_MTC0(p, pte, C0_ENTRYLO1); /* load it */
  669. }
  670. static void build_huge_handler_tail(u32 **p, struct uasm_reloc **r,
  671. struct uasm_label **l,
  672. unsigned int pte,
  673. unsigned int ptr,
  674. unsigned int flush)
  675. {
  676. #ifdef CONFIG_SMP
  677. UASM_i_SC(p, pte, 0, ptr);
  678. uasm_il_beqz(p, r, pte, label_tlb_huge_update);
  679. UASM_i_LW(p, pte, 0, ptr); /* Needed because SC killed our PTE */
  680. #else
  681. UASM_i_SW(p, pte, 0, ptr);
  682. #endif
  683. if (cpu_has_ftlb && flush) {
  684. BUG_ON(!cpu_has_tlbinv);
  685. UASM_i_MFC0(p, ptr, C0_ENTRYHI);
  686. uasm_i_ori(p, ptr, ptr, MIPS_ENTRYHI_EHINV);
  687. UASM_i_MTC0(p, ptr, C0_ENTRYHI);
  688. build_tlb_write_entry(p, l, r, tlb_indexed);
  689. uasm_i_xori(p, ptr, ptr, MIPS_ENTRYHI_EHINV);
  690. UASM_i_MTC0(p, ptr, C0_ENTRYHI);
  691. build_huge_update_entries(p, pte, ptr);
  692. build_huge_tlb_write_entry(p, l, r, pte, tlb_random, 0);
  693. return;
  694. }
  695. build_huge_update_entries(p, pte, ptr);
  696. build_huge_tlb_write_entry(p, l, r, pte, tlb_indexed, 0);
  697. }
  698. #endif /* CONFIG_MIPS_HUGE_TLB_SUPPORT */
  699. #ifdef CONFIG_64BIT
  700. /*
  701. * TMP and PTR are scratch.
  702. * TMP will be clobbered, PTR will hold the pmd entry.
  703. */
  704. static void
  705. build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
  706. unsigned int tmp, unsigned int ptr)
  707. {
  708. #ifndef CONFIG_MIPS_PGD_C0_CONTEXT
  709. long pgdc = (long)pgd_current;
  710. #endif
  711. /*
  712. * The vmalloc handling is not in the hotpath.
  713. */
  714. uasm_i_dmfc0(p, tmp, C0_BADVADDR);
  715. if (check_for_high_segbits) {
  716. /*
  717. * The kernel currently implicitely assumes that the
  718. * MIPS SEGBITS parameter for the processor is
  719. * (PGDIR_SHIFT+PGDIR_BITS) or less, and will never
  720. * allocate virtual addresses outside the maximum
  721. * range for SEGBITS = (PGDIR_SHIFT+PGDIR_BITS). But
  722. * that doesn't prevent user code from accessing the
  723. * higher xuseg addresses. Here, we make sure that
  724. * everything but the lower xuseg addresses goes down
  725. * the module_alloc/vmalloc path.
  726. */
  727. uasm_i_dsrl_safe(p, ptr, tmp, PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
  728. uasm_il_bnez(p, r, ptr, label_vmalloc);
  729. } else {
  730. uasm_il_bltz(p, r, tmp, label_vmalloc);
  731. }
  732. /* No uasm_i_nop needed here, since the next insn doesn't touch TMP. */
  733. if (pgd_reg != -1) {
  734. /* pgd is in pgd_reg */
  735. if (cpu_has_ldpte)
  736. UASM_i_MFC0(p, ptr, C0_PWBASE);
  737. else
  738. UASM_i_MFC0(p, ptr, c0_kscratch(), pgd_reg);
  739. } else {
  740. #if defined(CONFIG_MIPS_PGD_C0_CONTEXT)
  741. /*
  742. * &pgd << 11 stored in CONTEXT [23..63].
  743. */
  744. UASM_i_MFC0(p, ptr, C0_CONTEXT);
  745. /* Clear lower 23 bits of context. */
  746. uasm_i_dins(p, ptr, 0, 0, 23);
  747. /* 1 0 1 0 1 << 6 xkphys cached */
  748. uasm_i_ori(p, ptr, ptr, 0x540);
  749. uasm_i_drotr(p, ptr, ptr, 11);
  750. #elif defined(CONFIG_SMP)
  751. UASM_i_CPUID_MFC0(p, ptr, SMP_CPUID_REG);
  752. uasm_i_dsrl_safe(p, ptr, ptr, SMP_CPUID_PTRSHIFT);
  753. UASM_i_LA_mostly(p, tmp, pgdc);
  754. uasm_i_daddu(p, ptr, ptr, tmp);
  755. uasm_i_dmfc0(p, tmp, C0_BADVADDR);
  756. uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr);
  757. #else
  758. UASM_i_LA_mostly(p, ptr, pgdc);
  759. uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr);
  760. #endif
  761. }
  762. uasm_l_vmalloc_done(l, *p);
  763. /* get pgd offset in bytes */
  764. uasm_i_dsrl_safe(p, tmp, tmp, PGDIR_SHIFT - 3);
  765. uasm_i_andi(p, tmp, tmp, (PTRS_PER_PGD - 1)<<3);
  766. uasm_i_daddu(p, ptr, ptr, tmp); /* add in pgd offset */
  767. #ifndef __PAGETABLE_PMD_FOLDED
  768. uasm_i_dmfc0(p, tmp, C0_BADVADDR); /* get faulting address */
  769. uasm_i_ld(p, ptr, 0, ptr); /* get pmd pointer */
  770. uasm_i_dsrl_safe(p, tmp, tmp, PMD_SHIFT-3); /* get pmd offset in bytes */
  771. uasm_i_andi(p, tmp, tmp, (PTRS_PER_PMD - 1)<<3);
  772. uasm_i_daddu(p, ptr, ptr, tmp); /* add in pmd offset */
  773. #endif
  774. }
  775. /*
  776. * BVADDR is the faulting address, PTR is scratch.
  777. * PTR will hold the pgd for vmalloc.
  778. */
  779. static void
  780. build_get_pgd_vmalloc64(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
  781. unsigned int bvaddr, unsigned int ptr,
  782. enum vmalloc64_mode mode)
  783. {
  784. long swpd = (long)swapper_pg_dir;
  785. int single_insn_swpd;
  786. int did_vmalloc_branch = 0;
  787. single_insn_swpd = uasm_in_compat_space_p(swpd) && !uasm_rel_lo(swpd);
  788. uasm_l_vmalloc(l, *p);
  789. if (mode != not_refill && check_for_high_segbits) {
  790. if (single_insn_swpd) {
  791. uasm_il_bltz(p, r, bvaddr, label_vmalloc_done);
  792. uasm_i_lui(p, ptr, uasm_rel_hi(swpd));
  793. did_vmalloc_branch = 1;
  794. /* fall through */
  795. } else {
  796. uasm_il_bgez(p, r, bvaddr, label_large_segbits_fault);
  797. }
  798. }
  799. if (!did_vmalloc_branch) {
  800. if (single_insn_swpd) {
  801. uasm_il_b(p, r, label_vmalloc_done);
  802. uasm_i_lui(p, ptr, uasm_rel_hi(swpd));
  803. } else {
  804. UASM_i_LA_mostly(p, ptr, swpd);
  805. uasm_il_b(p, r, label_vmalloc_done);
  806. if (uasm_in_compat_space_p(swpd))
  807. uasm_i_addiu(p, ptr, ptr, uasm_rel_lo(swpd));
  808. else
  809. uasm_i_daddiu(p, ptr, ptr, uasm_rel_lo(swpd));
  810. }
  811. }
  812. if (mode != not_refill && check_for_high_segbits) {
  813. uasm_l_large_segbits_fault(l, *p);
  814. /*
  815. * We get here if we are an xsseg address, or if we are
  816. * an xuseg address above (PGDIR_SHIFT+PGDIR_BITS) boundary.
  817. *
  818. * Ignoring xsseg (assume disabled so would generate
  819. * (address errors?), the only remaining possibility
  820. * is the upper xuseg addresses. On processors with
  821. * TLB_SEGBITS <= PGDIR_SHIFT+PGDIR_BITS, these
  822. * addresses would have taken an address error. We try
  823. * to mimic that here by taking a load/istream page
  824. * fault.
  825. */
  826. UASM_i_LA(p, ptr, (unsigned long)tlb_do_page_fault_0);
  827. uasm_i_jr(p, ptr);
  828. if (mode == refill_scratch) {
  829. if (scratch_reg >= 0)
  830. UASM_i_MFC0(p, 1, c0_kscratch(), scratch_reg);
  831. else
  832. UASM_i_LW(p, 1, scratchpad_offset(0), 0);
  833. } else {
  834. uasm_i_nop(p);
  835. }
  836. }
  837. }
  838. #else /* !CONFIG_64BIT */
  839. /*
  840. * TMP and PTR are scratch.
  841. * TMP will be clobbered, PTR will hold the pgd entry.
  842. */
  843. static void __maybe_unused
  844. build_get_pgde32(u32 **p, unsigned int tmp, unsigned int ptr)
  845. {
  846. if (pgd_reg != -1) {
  847. /* pgd is in pgd_reg */
  848. uasm_i_mfc0(p, ptr, c0_kscratch(), pgd_reg);
  849. uasm_i_mfc0(p, tmp, C0_BADVADDR); /* get faulting address */
  850. } else {
  851. long pgdc = (long)pgd_current;
  852. /* 32 bit SMP has smp_processor_id() stored in CONTEXT. */
  853. #ifdef CONFIG_SMP
  854. uasm_i_mfc0(p, ptr, SMP_CPUID_REG);
  855. UASM_i_LA_mostly(p, tmp, pgdc);
  856. uasm_i_srl(p, ptr, ptr, SMP_CPUID_PTRSHIFT);
  857. uasm_i_addu(p, ptr, tmp, ptr);
  858. #else
  859. UASM_i_LA_mostly(p, ptr, pgdc);
  860. #endif
  861. uasm_i_mfc0(p, tmp, C0_BADVADDR); /* get faulting address */
  862. uasm_i_lw(p, ptr, uasm_rel_lo(pgdc), ptr);
  863. }
  864. uasm_i_srl(p, tmp, tmp, PGDIR_SHIFT); /* get pgd only bits */
  865. uasm_i_sll(p, tmp, tmp, PGD_T_LOG2);
  866. uasm_i_addu(p, ptr, ptr, tmp); /* add in pgd offset */
  867. }
  868. #endif /* !CONFIG_64BIT */
  869. static void build_adjust_context(u32 **p, unsigned int ctx)
  870. {
  871. unsigned int shift = 4 - (PTE_T_LOG2 + 1) + PAGE_SHIFT - 12;
  872. unsigned int mask = (PTRS_PER_PTE / 2 - 1) << (PTE_T_LOG2 + 1);
  873. switch (current_cpu_type()) {
  874. case CPU_VR41XX:
  875. case CPU_VR4111:
  876. case CPU_VR4121:
  877. case CPU_VR4122:
  878. case CPU_VR4131:
  879. case CPU_VR4181:
  880. case CPU_VR4181A:
  881. case CPU_VR4133:
  882. shift += 2;
  883. break;
  884. default:
  885. break;
  886. }
  887. if (shift)
  888. UASM_i_SRL(p, ctx, ctx, shift);
  889. uasm_i_andi(p, ctx, ctx, mask);
  890. }
  891. static void build_get_ptep(u32 **p, unsigned int tmp, unsigned int ptr)
  892. {
  893. /*
  894. * Bug workaround for the Nevada. It seems as if under certain
  895. * circumstances the move from cp0_context might produce a
  896. * bogus result when the mfc0 instruction and its consumer are
  897. * in a different cacheline or a load instruction, probably any
  898. * memory reference, is between them.
  899. */
  900. switch (current_cpu_type()) {
  901. case CPU_NEVADA:
  902. UASM_i_LW(p, ptr, 0, ptr);
  903. GET_CONTEXT(p, tmp); /* get context reg */
  904. break;
  905. default:
  906. GET_CONTEXT(p, tmp); /* get context reg */
  907. UASM_i_LW(p, ptr, 0, ptr);
  908. break;
  909. }
  910. build_adjust_context(p, tmp);
  911. UASM_i_ADDU(p, ptr, ptr, tmp); /* add in offset */
  912. }
  913. static void build_update_entries(u32 **p, unsigned int tmp, unsigned int ptep)
  914. {
  915. int pte_off_even = 0;
  916. int pte_off_odd = sizeof(pte_t);
  917. #if defined(CONFIG_CPU_MIPS32) && defined(CONFIG_PHYS_ADDR_T_64BIT)
  918. /* The low 32 bits of EntryLo is stored in pte_high */
  919. pte_off_even += offsetof(pte_t, pte_high);
  920. pte_off_odd += offsetof(pte_t, pte_high);
  921. #endif
  922. if (IS_ENABLED(CONFIG_XPA)) {
  923. uasm_i_lw(p, tmp, pte_off_even, ptep); /* even pte */
  924. UASM_i_ROTR(p, tmp, tmp, ilog2(_PAGE_GLOBAL));
  925. UASM_i_MTC0(p, tmp, C0_ENTRYLO0);
  926. if (cpu_has_xpa && !mips_xpa_disabled) {
  927. uasm_i_lw(p, tmp, 0, ptep);
  928. uasm_i_ext(p, tmp, tmp, 0, 24);
  929. uasm_i_mthc0(p, tmp, C0_ENTRYLO0);
  930. }
  931. uasm_i_lw(p, tmp, pte_off_odd, ptep); /* odd pte */
  932. UASM_i_ROTR(p, tmp, tmp, ilog2(_PAGE_GLOBAL));
  933. UASM_i_MTC0(p, tmp, C0_ENTRYLO1);
  934. if (cpu_has_xpa && !mips_xpa_disabled) {
  935. uasm_i_lw(p, tmp, sizeof(pte_t), ptep);
  936. uasm_i_ext(p, tmp, tmp, 0, 24);
  937. uasm_i_mthc0(p, tmp, C0_ENTRYLO1);
  938. }
  939. return;
  940. }
  941. UASM_i_LW(p, tmp, pte_off_even, ptep); /* get even pte */
  942. UASM_i_LW(p, ptep, pte_off_odd, ptep); /* get odd pte */
  943. if (r45k_bvahwbug())
  944. build_tlb_probe_entry(p);
  945. build_convert_pte_to_entrylo(p, tmp);
  946. if (r4k_250MHZhwbug())
  947. UASM_i_MTC0(p, 0, C0_ENTRYLO0);
  948. UASM_i_MTC0(p, tmp, C0_ENTRYLO0); /* load it */
  949. build_convert_pte_to_entrylo(p, ptep);
  950. if (r45k_bvahwbug())
  951. uasm_i_mfc0(p, tmp, C0_INDEX);
  952. if (r4k_250MHZhwbug())
  953. UASM_i_MTC0(p, 0, C0_ENTRYLO1);
  954. UASM_i_MTC0(p, ptep, C0_ENTRYLO1); /* load it */
  955. }
  956. struct mips_huge_tlb_info {
  957. int huge_pte;
  958. int restore_scratch;
  959. bool need_reload_pte;
  960. };
  961. static struct mips_huge_tlb_info
  962. build_fast_tlb_refill_handler (u32 **p, struct uasm_label **l,
  963. struct uasm_reloc **r, unsigned int tmp,
  964. unsigned int ptr, int c0_scratch_reg)
  965. {
  966. struct mips_huge_tlb_info rv;
  967. unsigned int even, odd;
  968. int vmalloc_branch_delay_filled = 0;
  969. const int scratch = 1; /* Our extra working register */
  970. rv.huge_pte = scratch;
  971. rv.restore_scratch = 0;
  972. rv.need_reload_pte = false;
  973. if (check_for_high_segbits) {
  974. UASM_i_MFC0(p, tmp, C0_BADVADDR);
  975. if (pgd_reg != -1)
  976. UASM_i_MFC0(p, ptr, c0_kscratch(), pgd_reg);
  977. else
  978. UASM_i_MFC0(p, ptr, C0_CONTEXT);
  979. if (c0_scratch_reg >= 0)
  980. UASM_i_MTC0(p, scratch, c0_kscratch(), c0_scratch_reg);
  981. else
  982. UASM_i_SW(p, scratch, scratchpad_offset(0), 0);
  983. uasm_i_dsrl_safe(p, scratch, tmp,
  984. PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
  985. uasm_il_bnez(p, r, scratch, label_vmalloc);
  986. if (pgd_reg == -1) {
  987. vmalloc_branch_delay_filled = 1;
  988. /* Clear lower 23 bits of context. */
  989. uasm_i_dins(p, ptr, 0, 0, 23);
  990. }
  991. } else {
  992. if (pgd_reg != -1)
  993. UASM_i_MFC0(p, ptr, c0_kscratch(), pgd_reg);
  994. else
  995. UASM_i_MFC0(p, ptr, C0_CONTEXT);
  996. UASM_i_MFC0(p, tmp, C0_BADVADDR);
  997. if (c0_scratch_reg >= 0)
  998. UASM_i_MTC0(p, scratch, c0_kscratch(), c0_scratch_reg);
  999. else
  1000. UASM_i_SW(p, scratch, scratchpad_offset(0), 0);
  1001. if (pgd_reg == -1)
  1002. /* Clear lower 23 bits of context. */
  1003. uasm_i_dins(p, ptr, 0, 0, 23);
  1004. uasm_il_bltz(p, r, tmp, label_vmalloc);
  1005. }
  1006. if (pgd_reg == -1) {
  1007. vmalloc_branch_delay_filled = 1;
  1008. /* 1 0 1 0 1 << 6 xkphys cached */
  1009. uasm_i_ori(p, ptr, ptr, 0x540);
  1010. uasm_i_drotr(p, ptr, ptr, 11);
  1011. }
  1012. #ifdef __PAGETABLE_PMD_FOLDED
  1013. #define LOC_PTEP scratch
  1014. #else
  1015. #define LOC_PTEP ptr
  1016. #endif
  1017. if (!vmalloc_branch_delay_filled)
  1018. /* get pgd offset in bytes */
  1019. uasm_i_dsrl_safe(p, scratch, tmp, PGDIR_SHIFT - 3);
  1020. uasm_l_vmalloc_done(l, *p);
  1021. /*
  1022. * tmp ptr
  1023. * fall-through case = badvaddr *pgd_current
  1024. * vmalloc case = badvaddr swapper_pg_dir
  1025. */
  1026. if (vmalloc_branch_delay_filled)
  1027. /* get pgd offset in bytes */
  1028. uasm_i_dsrl_safe(p, scratch, tmp, PGDIR_SHIFT - 3);
  1029. #ifdef __PAGETABLE_PMD_FOLDED
  1030. GET_CONTEXT(p, tmp); /* get context reg */
  1031. #endif
  1032. uasm_i_andi(p, scratch, scratch, (PTRS_PER_PGD - 1) << 3);
  1033. if (use_lwx_insns()) {
  1034. UASM_i_LWX(p, LOC_PTEP, scratch, ptr);
  1035. } else {
  1036. uasm_i_daddu(p, ptr, ptr, scratch); /* add in pgd offset */
  1037. uasm_i_ld(p, LOC_PTEP, 0, ptr); /* get pmd pointer */
  1038. }
  1039. #ifndef __PAGETABLE_PMD_FOLDED
  1040. /* get pmd offset in bytes */
  1041. uasm_i_dsrl_safe(p, scratch, tmp, PMD_SHIFT - 3);
  1042. uasm_i_andi(p, scratch, scratch, (PTRS_PER_PMD - 1) << 3);
  1043. GET_CONTEXT(p, tmp); /* get context reg */
  1044. if (use_lwx_insns()) {
  1045. UASM_i_LWX(p, scratch, scratch, ptr);
  1046. } else {
  1047. uasm_i_daddu(p, ptr, ptr, scratch); /* add in pmd offset */
  1048. UASM_i_LW(p, scratch, 0, ptr);
  1049. }
  1050. #endif
  1051. /* Adjust the context during the load latency. */
  1052. build_adjust_context(p, tmp);
  1053. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  1054. uasm_il_bbit1(p, r, scratch, ilog2(_PAGE_HUGE), label_tlb_huge_update);
  1055. /*
  1056. * The in the LWX case we don't want to do the load in the
  1057. * delay slot. It cannot issue in the same cycle and may be
  1058. * speculative and unneeded.
  1059. */
  1060. if (use_lwx_insns())
  1061. uasm_i_nop(p);
  1062. #endif /* CONFIG_MIPS_HUGE_TLB_SUPPORT */
  1063. /* build_update_entries */
  1064. if (use_lwx_insns()) {
  1065. even = ptr;
  1066. odd = tmp;
  1067. UASM_i_LWX(p, even, scratch, tmp);
  1068. UASM_i_ADDIU(p, tmp, tmp, sizeof(pte_t));
  1069. UASM_i_LWX(p, odd, scratch, tmp);
  1070. } else {
  1071. UASM_i_ADDU(p, ptr, scratch, tmp); /* add in offset */
  1072. even = tmp;
  1073. odd = ptr;
  1074. UASM_i_LW(p, even, 0, ptr); /* get even pte */
  1075. UASM_i_LW(p, odd, sizeof(pte_t), ptr); /* get odd pte */
  1076. }
  1077. if (cpu_has_rixi) {
  1078. uasm_i_drotr(p, even, even, ilog2(_PAGE_GLOBAL));
  1079. UASM_i_MTC0(p, even, C0_ENTRYLO0); /* load it */
  1080. uasm_i_drotr(p, odd, odd, ilog2(_PAGE_GLOBAL));
  1081. } else {
  1082. uasm_i_dsrl_safe(p, even, even, ilog2(_PAGE_GLOBAL));
  1083. UASM_i_MTC0(p, even, C0_ENTRYLO0); /* load it */
  1084. uasm_i_dsrl_safe(p, odd, odd, ilog2(_PAGE_GLOBAL));
  1085. }
  1086. UASM_i_MTC0(p, odd, C0_ENTRYLO1); /* load it */
  1087. if (c0_scratch_reg >= 0) {
  1088. UASM_i_MFC0(p, scratch, c0_kscratch(), c0_scratch_reg);
  1089. build_tlb_write_entry(p, l, r, tlb_random);
  1090. uasm_l_leave(l, *p);
  1091. rv.restore_scratch = 1;
  1092. } else if (PAGE_SHIFT == 14 || PAGE_SHIFT == 13) {
  1093. build_tlb_write_entry(p, l, r, tlb_random);
  1094. uasm_l_leave(l, *p);
  1095. UASM_i_LW(p, scratch, scratchpad_offset(0), 0);
  1096. } else {
  1097. UASM_i_LW(p, scratch, scratchpad_offset(0), 0);
  1098. build_tlb_write_entry(p, l, r, tlb_random);
  1099. uasm_l_leave(l, *p);
  1100. rv.restore_scratch = 1;
  1101. }
  1102. uasm_i_eret(p); /* return from trap */
  1103. return rv;
  1104. }
  1105. /*
  1106. * For a 64-bit kernel, we are using the 64-bit XTLB refill exception
  1107. * because EXL == 0. If we wrap, we can also use the 32 instruction
  1108. * slots before the XTLB refill exception handler which belong to the
  1109. * unused TLB refill exception.
  1110. */
  1111. #define MIPS64_REFILL_INSNS 32
  1112. static void build_r4000_tlb_refill_handler(void)
  1113. {
  1114. u32 *p = tlb_handler;
  1115. struct uasm_label *l = labels;
  1116. struct uasm_reloc *r = relocs;
  1117. u32 *f;
  1118. unsigned int final_len;
  1119. struct mips_huge_tlb_info htlb_info __maybe_unused;
  1120. enum vmalloc64_mode vmalloc_mode __maybe_unused;
  1121. memset(tlb_handler, 0, sizeof(tlb_handler));
  1122. memset(labels, 0, sizeof(labels));
  1123. memset(relocs, 0, sizeof(relocs));
  1124. memset(final_handler, 0, sizeof(final_handler));
  1125. if (IS_ENABLED(CONFIG_64BIT) && (scratch_reg >= 0 || scratchpad_available()) && use_bbit_insns()) {
  1126. htlb_info = build_fast_tlb_refill_handler(&p, &l, &r, K0, K1,
  1127. scratch_reg);
  1128. vmalloc_mode = refill_scratch;
  1129. } else {
  1130. htlb_info.huge_pte = K0;
  1131. htlb_info.restore_scratch = 0;
  1132. htlb_info.need_reload_pte = true;
  1133. vmalloc_mode = refill_noscratch;
  1134. /*
  1135. * create the plain linear handler
  1136. */
  1137. if (bcm1250_m3_war()) {
  1138. unsigned int segbits = 44;
  1139. uasm_i_dmfc0(&p, K0, C0_BADVADDR);
  1140. uasm_i_dmfc0(&p, K1, C0_ENTRYHI);
  1141. uasm_i_xor(&p, K0, K0, K1);
  1142. uasm_i_dsrl_safe(&p, K1, K0, 62);
  1143. uasm_i_dsrl_safe(&p, K0, K0, 12 + 1);
  1144. uasm_i_dsll_safe(&p, K0, K0, 64 + 12 + 1 - segbits);
  1145. uasm_i_or(&p, K0, K0, K1);
  1146. uasm_il_bnez(&p, &r, K0, label_leave);
  1147. /* No need for uasm_i_nop */
  1148. }
  1149. #ifdef CONFIG_64BIT
  1150. build_get_pmde64(&p, &l, &r, K0, K1); /* get pmd in K1 */
  1151. #else
  1152. build_get_pgde32(&p, K0, K1); /* get pgd in K1 */
  1153. #endif
  1154. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  1155. build_is_huge_pte(&p, &r, K0, K1, label_tlb_huge_update);
  1156. #endif
  1157. build_get_ptep(&p, K0, K1);
  1158. build_update_entries(&p, K0, K1);
  1159. build_tlb_write_entry(&p, &l, &r, tlb_random);
  1160. uasm_l_leave(&l, p);
  1161. uasm_i_eret(&p); /* return from trap */
  1162. }
  1163. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  1164. uasm_l_tlb_huge_update(&l, p);
  1165. if (htlb_info.need_reload_pte)
  1166. UASM_i_LW(&p, htlb_info.huge_pte, 0, K1);
  1167. build_huge_update_entries(&p, htlb_info.huge_pte, K1);
  1168. build_huge_tlb_write_entry(&p, &l, &r, K0, tlb_random,
  1169. htlb_info.restore_scratch);
  1170. #endif
  1171. #ifdef CONFIG_64BIT
  1172. build_get_pgd_vmalloc64(&p, &l, &r, K0, K1, vmalloc_mode);
  1173. #endif
  1174. /*
  1175. * Overflow check: For the 64bit handler, we need at least one
  1176. * free instruction slot for the wrap-around branch. In worst
  1177. * case, if the intended insertion point is a delay slot, we
  1178. * need three, with the second nop'ed and the third being
  1179. * unused.
  1180. */
  1181. switch (boot_cpu_type()) {
  1182. default:
  1183. if (sizeof(long) == 4) {
  1184. case CPU_LOONGSON2:
  1185. /* Loongson2 ebase is different than r4k, we have more space */
  1186. if ((p - tlb_handler) > 64)
  1187. panic("TLB refill handler space exceeded");
  1188. /*
  1189. * Now fold the handler in the TLB refill handler space.
  1190. */
  1191. f = final_handler;
  1192. /* Simplest case, just copy the handler. */
  1193. uasm_copy_handler(relocs, labels, tlb_handler, p, f);
  1194. final_len = p - tlb_handler;
  1195. break;
  1196. } else {
  1197. if (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 1)
  1198. || (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 3)
  1199. && uasm_insn_has_bdelay(relocs,
  1200. tlb_handler + MIPS64_REFILL_INSNS - 3)))
  1201. panic("TLB refill handler space exceeded");
  1202. /*
  1203. * Now fold the handler in the TLB refill handler space.
  1204. */
  1205. f = final_handler + MIPS64_REFILL_INSNS;
  1206. if ((p - tlb_handler) <= MIPS64_REFILL_INSNS) {
  1207. /* Just copy the handler. */
  1208. uasm_copy_handler(relocs, labels, tlb_handler, p, f);
  1209. final_len = p - tlb_handler;
  1210. } else {
  1211. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  1212. const enum label_id ls = label_tlb_huge_update;
  1213. #else
  1214. const enum label_id ls = label_vmalloc;
  1215. #endif
  1216. u32 *split;
  1217. int ov = 0;
  1218. int i;
  1219. for (i = 0; i < ARRAY_SIZE(labels) && labels[i].lab != ls; i++)
  1220. ;
  1221. BUG_ON(i == ARRAY_SIZE(labels));
  1222. split = labels[i].addr;
  1223. /*
  1224. * See if we have overflown one way or the other.
  1225. */
  1226. if (split > tlb_handler + MIPS64_REFILL_INSNS ||
  1227. split < p - MIPS64_REFILL_INSNS)
  1228. ov = 1;
  1229. if (ov) {
  1230. /*
  1231. * Split two instructions before the end. One
  1232. * for the branch and one for the instruction
  1233. * in the delay slot.
  1234. */
  1235. split = tlb_handler + MIPS64_REFILL_INSNS - 2;
  1236. /*
  1237. * If the branch would fall in a delay slot,
  1238. * we must back up an additional instruction
  1239. * so that it is no longer in a delay slot.
  1240. */
  1241. if (uasm_insn_has_bdelay(relocs, split - 1))
  1242. split--;
  1243. }
  1244. /* Copy first part of the handler. */
  1245. uasm_copy_handler(relocs, labels, tlb_handler, split, f);
  1246. f += split - tlb_handler;
  1247. if (ov) {
  1248. /* Insert branch. */
  1249. uasm_l_split(&l, final_handler);
  1250. uasm_il_b(&f, &r, label_split);
  1251. if (uasm_insn_has_bdelay(relocs, split))
  1252. uasm_i_nop(&f);
  1253. else {
  1254. uasm_copy_handler(relocs, labels,
  1255. split, split + 1, f);
  1256. uasm_move_labels(labels, f, f + 1, -1);
  1257. f++;
  1258. split++;
  1259. }
  1260. }
  1261. /* Copy the rest of the handler. */
  1262. uasm_copy_handler(relocs, labels, split, p, final_handler);
  1263. final_len = (f - (final_handler + MIPS64_REFILL_INSNS)) +
  1264. (p - split);
  1265. }
  1266. }
  1267. break;
  1268. }
  1269. uasm_resolve_relocs(relocs, labels);
  1270. pr_debug("Wrote TLB refill handler (%u instructions).\n",
  1271. final_len);
  1272. memcpy((void *)ebase, final_handler, 0x100);
  1273. local_flush_icache_range(ebase, ebase + 0x100);
  1274. dump_handler("r4000_tlb_refill", (u32 *)ebase, 64);
  1275. }
  1276. static void setup_pw(void)
  1277. {
  1278. unsigned long pgd_i, pgd_w;
  1279. #ifndef __PAGETABLE_PMD_FOLDED
  1280. unsigned long pmd_i, pmd_w;
  1281. #endif
  1282. unsigned long pt_i, pt_w;
  1283. unsigned long pte_i, pte_w;
  1284. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  1285. unsigned long psn;
  1286. psn = ilog2(_PAGE_HUGE); /* bit used to indicate huge page */
  1287. #endif
  1288. pgd_i = PGDIR_SHIFT; /* 1st level PGD */
  1289. #ifndef __PAGETABLE_PMD_FOLDED
  1290. pgd_w = PGDIR_SHIFT - PMD_SHIFT + PGD_ORDER;
  1291. pmd_i = PMD_SHIFT; /* 2nd level PMD */
  1292. pmd_w = PMD_SHIFT - PAGE_SHIFT;
  1293. #else
  1294. pgd_w = PGDIR_SHIFT - PAGE_SHIFT + PGD_ORDER;
  1295. #endif
  1296. pt_i = PAGE_SHIFT; /* 3rd level PTE */
  1297. pt_w = PAGE_SHIFT - 3;
  1298. pte_i = ilog2(_PAGE_GLOBAL);
  1299. pte_w = 0;
  1300. #ifndef __PAGETABLE_PMD_FOLDED
  1301. write_c0_pwfield(pgd_i << 24 | pmd_i << 12 | pt_i << 6 | pte_i);
  1302. write_c0_pwsize(1 << 30 | pgd_w << 24 | pmd_w << 12 | pt_w << 6 | pte_w);
  1303. #else
  1304. write_c0_pwfield(pgd_i << 24 | pt_i << 6 | pte_i);
  1305. write_c0_pwsize(1 << 30 | pgd_w << 24 | pt_w << 6 | pte_w);
  1306. #endif
  1307. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  1308. write_c0_pwctl(1 << 6 | psn);
  1309. #endif
  1310. write_c0_kpgd(swapper_pg_dir);
  1311. kscratch_used_mask |= (1 << 7); /* KScratch6 is used for KPGD */
  1312. }
  1313. static void build_loongson3_tlb_refill_handler(void)
  1314. {
  1315. u32 *p = tlb_handler;
  1316. struct uasm_label *l = labels;
  1317. struct uasm_reloc *r = relocs;
  1318. memset(labels, 0, sizeof(labels));
  1319. memset(relocs, 0, sizeof(relocs));
  1320. memset(tlb_handler, 0, sizeof(tlb_handler));
  1321. if (check_for_high_segbits) {
  1322. uasm_i_dmfc0(&p, K0, C0_BADVADDR);
  1323. uasm_i_dsrl_safe(&p, K1, K0, PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
  1324. uasm_il_beqz(&p, &r, K1, label_vmalloc);
  1325. uasm_i_nop(&p);
  1326. uasm_il_bgez(&p, &r, K0, label_large_segbits_fault);
  1327. uasm_i_nop(&p);
  1328. uasm_l_vmalloc(&l, p);
  1329. }
  1330. uasm_i_dmfc0(&p, K1, C0_PGD);
  1331. uasm_i_lddir(&p, K0, K1, 3); /* global page dir */
  1332. #ifndef __PAGETABLE_PMD_FOLDED
  1333. uasm_i_lddir(&p, K1, K0, 1); /* middle page dir */
  1334. #endif
  1335. uasm_i_ldpte(&p, K1, 0); /* even */
  1336. uasm_i_ldpte(&p, K1, 1); /* odd */
  1337. uasm_i_tlbwr(&p);
  1338. /* restore page mask */
  1339. if (PM_DEFAULT_MASK >> 16) {
  1340. uasm_i_lui(&p, K0, PM_DEFAULT_MASK >> 16);
  1341. uasm_i_ori(&p, K0, K0, PM_DEFAULT_MASK & 0xffff);
  1342. uasm_i_mtc0(&p, K0, C0_PAGEMASK);
  1343. } else if (PM_DEFAULT_MASK) {
  1344. uasm_i_ori(&p, K0, 0, PM_DEFAULT_MASK);
  1345. uasm_i_mtc0(&p, K0, C0_PAGEMASK);
  1346. } else {
  1347. uasm_i_mtc0(&p, 0, C0_PAGEMASK);
  1348. }
  1349. uasm_i_eret(&p);
  1350. if (check_for_high_segbits) {
  1351. uasm_l_large_segbits_fault(&l, p);
  1352. UASM_i_LA(&p, K1, (unsigned long)tlb_do_page_fault_0);
  1353. uasm_i_jr(&p, K1);
  1354. uasm_i_nop(&p);
  1355. }
  1356. uasm_resolve_relocs(relocs, labels);
  1357. memcpy((void *)(ebase + 0x80), tlb_handler, 0x80);
  1358. local_flush_icache_range(ebase + 0x80, ebase + 0x100);
  1359. dump_handler("loongson3_tlb_refill", (u32 *)(ebase + 0x80), 32);
  1360. }
  1361. extern u32 handle_tlbl[], handle_tlbl_end[];
  1362. extern u32 handle_tlbs[], handle_tlbs_end[];
  1363. extern u32 handle_tlbm[], handle_tlbm_end[];
  1364. extern u32 tlbmiss_handler_setup_pgd_start[], tlbmiss_handler_setup_pgd[];
  1365. extern u32 tlbmiss_handler_setup_pgd_end[];
  1366. static void build_setup_pgd(void)
  1367. {
  1368. const int a0 = 4;
  1369. const int __maybe_unused a1 = 5;
  1370. const int __maybe_unused a2 = 6;
  1371. u32 *p = tlbmiss_handler_setup_pgd_start;
  1372. const int tlbmiss_handler_setup_pgd_size =
  1373. tlbmiss_handler_setup_pgd_end - tlbmiss_handler_setup_pgd_start;
  1374. #ifndef CONFIG_MIPS_PGD_C0_CONTEXT
  1375. long pgdc = (long)pgd_current;
  1376. #endif
  1377. memset(tlbmiss_handler_setup_pgd, 0, tlbmiss_handler_setup_pgd_size *
  1378. sizeof(tlbmiss_handler_setup_pgd[0]));
  1379. memset(labels, 0, sizeof(labels));
  1380. memset(relocs, 0, sizeof(relocs));
  1381. pgd_reg = allocate_kscratch();
  1382. #ifdef CONFIG_MIPS_PGD_C0_CONTEXT
  1383. if (pgd_reg == -1) {
  1384. struct uasm_label *l = labels;
  1385. struct uasm_reloc *r = relocs;
  1386. /* PGD << 11 in c0_Context */
  1387. /*
  1388. * If it is a ckseg0 address, convert to a physical
  1389. * address. Shifting right by 29 and adding 4 will
  1390. * result in zero for these addresses.
  1391. *
  1392. */
  1393. UASM_i_SRA(&p, a1, a0, 29);
  1394. UASM_i_ADDIU(&p, a1, a1, 4);
  1395. uasm_il_bnez(&p, &r, a1, label_tlbl_goaround1);
  1396. uasm_i_nop(&p);
  1397. uasm_i_dinsm(&p, a0, 0, 29, 64 - 29);
  1398. uasm_l_tlbl_goaround1(&l, p);
  1399. UASM_i_SLL(&p, a0, a0, 11);
  1400. uasm_i_jr(&p, 31);
  1401. UASM_i_MTC0(&p, a0, C0_CONTEXT);
  1402. } else {
  1403. /* PGD in c0_KScratch */
  1404. uasm_i_jr(&p, 31);
  1405. if (cpu_has_ldpte)
  1406. UASM_i_MTC0(&p, a0, C0_PWBASE);
  1407. else
  1408. UASM_i_MTC0(&p, a0, c0_kscratch(), pgd_reg);
  1409. }
  1410. #else
  1411. #ifdef CONFIG_SMP
  1412. /* Save PGD to pgd_current[smp_processor_id()] */
  1413. UASM_i_CPUID_MFC0(&p, a1, SMP_CPUID_REG);
  1414. UASM_i_SRL_SAFE(&p, a1, a1, SMP_CPUID_PTRSHIFT);
  1415. UASM_i_LA_mostly(&p, a2, pgdc);
  1416. UASM_i_ADDU(&p, a2, a2, a1);
  1417. UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2);
  1418. #else
  1419. UASM_i_LA_mostly(&p, a2, pgdc);
  1420. UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2);
  1421. #endif /* SMP */
  1422. uasm_i_jr(&p, 31);
  1423. /* if pgd_reg is allocated, save PGD also to scratch register */
  1424. if (pgd_reg != -1)
  1425. UASM_i_MTC0(&p, a0, c0_kscratch(), pgd_reg);
  1426. else
  1427. uasm_i_nop(&p);
  1428. #endif
  1429. if (p >= tlbmiss_handler_setup_pgd_end)
  1430. panic("tlbmiss_handler_setup_pgd space exceeded");
  1431. uasm_resolve_relocs(relocs, labels);
  1432. pr_debug("Wrote tlbmiss_handler_setup_pgd (%u instructions).\n",
  1433. (unsigned int)(p - tlbmiss_handler_setup_pgd));
  1434. dump_handler("tlbmiss_handler", tlbmiss_handler_setup_pgd,
  1435. tlbmiss_handler_setup_pgd_size);
  1436. }
  1437. static void
  1438. iPTE_LW(u32 **p, unsigned int pte, unsigned int ptr)
  1439. {
  1440. #ifdef CONFIG_SMP
  1441. # ifdef CONFIG_PHYS_ADDR_T_64BIT
  1442. if (cpu_has_64bits)
  1443. uasm_i_lld(p, pte, 0, ptr);
  1444. else
  1445. # endif
  1446. UASM_i_LL(p, pte, 0, ptr);
  1447. #else
  1448. # ifdef CONFIG_PHYS_ADDR_T_64BIT
  1449. if (cpu_has_64bits)
  1450. uasm_i_ld(p, pte, 0, ptr);
  1451. else
  1452. # endif
  1453. UASM_i_LW(p, pte, 0, ptr);
  1454. #endif
  1455. }
  1456. static void
  1457. iPTE_SW(u32 **p, struct uasm_reloc **r, unsigned int pte, unsigned int ptr,
  1458. unsigned int mode, unsigned int scratch)
  1459. {
  1460. unsigned int hwmode = mode & (_PAGE_VALID | _PAGE_DIRTY);
  1461. unsigned int swmode = mode & ~hwmode;
  1462. if (IS_ENABLED(CONFIG_XPA) && !cpu_has_64bits) {
  1463. uasm_i_lui(p, scratch, swmode >> 16);
  1464. uasm_i_or(p, pte, pte, scratch);
  1465. BUG_ON(swmode & 0xffff);
  1466. } else {
  1467. uasm_i_ori(p, pte, pte, mode);
  1468. }
  1469. #ifdef CONFIG_SMP
  1470. # ifdef CONFIG_PHYS_ADDR_T_64BIT
  1471. if (cpu_has_64bits)
  1472. uasm_i_scd(p, pte, 0, ptr);
  1473. else
  1474. # endif
  1475. UASM_i_SC(p, pte, 0, ptr);
  1476. if (r10000_llsc_war())
  1477. uasm_il_beqzl(p, r, pte, label_smp_pgtable_change);
  1478. else
  1479. uasm_il_beqz(p, r, pte, label_smp_pgtable_change);
  1480. # ifdef CONFIG_PHYS_ADDR_T_64BIT
  1481. if (!cpu_has_64bits) {
  1482. /* no uasm_i_nop needed */
  1483. uasm_i_ll(p, pte, sizeof(pte_t) / 2, ptr);
  1484. uasm_i_ori(p, pte, pte, hwmode);
  1485. BUG_ON(hwmode & ~0xffff);
  1486. uasm_i_sc(p, pte, sizeof(pte_t) / 2, ptr);
  1487. uasm_il_beqz(p, r, pte, label_smp_pgtable_change);
  1488. /* no uasm_i_nop needed */
  1489. uasm_i_lw(p, pte, 0, ptr);
  1490. } else
  1491. uasm_i_nop(p);
  1492. # else
  1493. uasm_i_nop(p);
  1494. # endif
  1495. #else
  1496. # ifdef CONFIG_PHYS_ADDR_T_64BIT
  1497. if (cpu_has_64bits)
  1498. uasm_i_sd(p, pte, 0, ptr);
  1499. else
  1500. # endif
  1501. UASM_i_SW(p, pte, 0, ptr);
  1502. # ifdef CONFIG_PHYS_ADDR_T_64BIT
  1503. if (!cpu_has_64bits) {
  1504. uasm_i_lw(p, pte, sizeof(pte_t) / 2, ptr);
  1505. uasm_i_ori(p, pte, pte, hwmode);
  1506. BUG_ON(hwmode & ~0xffff);
  1507. uasm_i_sw(p, pte, sizeof(pte_t) / 2, ptr);
  1508. uasm_i_lw(p, pte, 0, ptr);
  1509. }
  1510. # endif
  1511. #endif
  1512. }
  1513. /*
  1514. * Check if PTE is present, if not then jump to LABEL. PTR points to
  1515. * the page table where this PTE is located, PTE will be re-loaded
  1516. * with it's original value.
  1517. */
  1518. static void
  1519. build_pte_present(u32 **p, struct uasm_reloc **r,
  1520. int pte, int ptr, int scratch, enum label_id lid)
  1521. {
  1522. int t = scratch >= 0 ? scratch : pte;
  1523. int cur = pte;
  1524. if (cpu_has_rixi) {
  1525. if (use_bbit_insns()) {
  1526. uasm_il_bbit0(p, r, pte, ilog2(_PAGE_PRESENT), lid);
  1527. uasm_i_nop(p);
  1528. } else {
  1529. if (_PAGE_PRESENT_SHIFT) {
  1530. uasm_i_srl(p, t, cur, _PAGE_PRESENT_SHIFT);
  1531. cur = t;
  1532. }
  1533. uasm_i_andi(p, t, cur, 1);
  1534. uasm_il_beqz(p, r, t, lid);
  1535. if (pte == t)
  1536. /* You lose the SMP race :-(*/
  1537. iPTE_LW(p, pte, ptr);
  1538. }
  1539. } else {
  1540. if (_PAGE_PRESENT_SHIFT) {
  1541. uasm_i_srl(p, t, cur, _PAGE_PRESENT_SHIFT);
  1542. cur = t;
  1543. }
  1544. uasm_i_andi(p, t, cur,
  1545. (_PAGE_PRESENT | _PAGE_NO_READ) >> _PAGE_PRESENT_SHIFT);
  1546. uasm_i_xori(p, t, t, _PAGE_PRESENT >> _PAGE_PRESENT_SHIFT);
  1547. uasm_il_bnez(p, r, t, lid);
  1548. if (pte == t)
  1549. /* You lose the SMP race :-(*/
  1550. iPTE_LW(p, pte, ptr);
  1551. }
  1552. }
  1553. /* Make PTE valid, store result in PTR. */
  1554. static void
  1555. build_make_valid(u32 **p, struct uasm_reloc **r, unsigned int pte,
  1556. unsigned int ptr, unsigned int scratch)
  1557. {
  1558. unsigned int mode = _PAGE_VALID | _PAGE_ACCESSED;
  1559. iPTE_SW(p, r, pte, ptr, mode, scratch);
  1560. }
  1561. /*
  1562. * Check if PTE can be written to, if not branch to LABEL. Regardless
  1563. * restore PTE with value from PTR when done.
  1564. */
  1565. static void
  1566. build_pte_writable(u32 **p, struct uasm_reloc **r,
  1567. unsigned int pte, unsigned int ptr, int scratch,
  1568. enum label_id lid)
  1569. {
  1570. int t = scratch >= 0 ? scratch : pte;
  1571. int cur = pte;
  1572. if (_PAGE_PRESENT_SHIFT) {
  1573. uasm_i_srl(p, t, cur, _PAGE_PRESENT_SHIFT);
  1574. cur = t;
  1575. }
  1576. uasm_i_andi(p, t, cur,
  1577. (_PAGE_PRESENT | _PAGE_WRITE) >> _PAGE_PRESENT_SHIFT);
  1578. uasm_i_xori(p, t, t,
  1579. (_PAGE_PRESENT | _PAGE_WRITE) >> _PAGE_PRESENT_SHIFT);
  1580. uasm_il_bnez(p, r, t, lid);
  1581. if (pte == t)
  1582. /* You lose the SMP race :-(*/
  1583. iPTE_LW(p, pte, ptr);
  1584. else
  1585. uasm_i_nop(p);
  1586. }
  1587. /* Make PTE writable, update software status bits as well, then store
  1588. * at PTR.
  1589. */
  1590. static void
  1591. build_make_write(u32 **p, struct uasm_reloc **r, unsigned int pte,
  1592. unsigned int ptr, unsigned int scratch)
  1593. {
  1594. unsigned int mode = (_PAGE_ACCESSED | _PAGE_MODIFIED | _PAGE_VALID
  1595. | _PAGE_DIRTY);
  1596. iPTE_SW(p, r, pte, ptr, mode, scratch);
  1597. }
  1598. /*
  1599. * Check if PTE can be modified, if not branch to LABEL. Regardless
  1600. * restore PTE with value from PTR when done.
  1601. */
  1602. static void
  1603. build_pte_modifiable(u32 **p, struct uasm_reloc **r,
  1604. unsigned int pte, unsigned int ptr, int scratch,
  1605. enum label_id lid)
  1606. {
  1607. if (use_bbit_insns()) {
  1608. uasm_il_bbit0(p, r, pte, ilog2(_PAGE_WRITE), lid);
  1609. uasm_i_nop(p);
  1610. } else {
  1611. int t = scratch >= 0 ? scratch : pte;
  1612. uasm_i_srl(p, t, pte, _PAGE_WRITE_SHIFT);
  1613. uasm_i_andi(p, t, t, 1);
  1614. uasm_il_beqz(p, r, t, lid);
  1615. if (pte == t)
  1616. /* You lose the SMP race :-(*/
  1617. iPTE_LW(p, pte, ptr);
  1618. }
  1619. }
  1620. #ifndef CONFIG_MIPS_PGD_C0_CONTEXT
  1621. /*
  1622. * R3000 style TLB load/store/modify handlers.
  1623. */
  1624. /*
  1625. * This places the pte into ENTRYLO0 and writes it with tlbwi.
  1626. * Then it returns.
  1627. */
  1628. static void
  1629. build_r3000_pte_reload_tlbwi(u32 **p, unsigned int pte, unsigned int tmp)
  1630. {
  1631. uasm_i_mtc0(p, pte, C0_ENTRYLO0); /* cp0 delay */
  1632. uasm_i_mfc0(p, tmp, C0_EPC); /* cp0 delay */
  1633. uasm_i_tlbwi(p);
  1634. uasm_i_jr(p, tmp);
  1635. uasm_i_rfe(p); /* branch delay */
  1636. }
  1637. /*
  1638. * This places the pte into ENTRYLO0 and writes it with tlbwi
  1639. * or tlbwr as appropriate. This is because the index register
  1640. * may have the probe fail bit set as a result of a trap on a
  1641. * kseg2 access, i.e. without refill. Then it returns.
  1642. */
  1643. static void
  1644. build_r3000_tlb_reload_write(u32 **p, struct uasm_label **l,
  1645. struct uasm_reloc **r, unsigned int pte,
  1646. unsigned int tmp)
  1647. {
  1648. uasm_i_mfc0(p, tmp, C0_INDEX);
  1649. uasm_i_mtc0(p, pte, C0_ENTRYLO0); /* cp0 delay */
  1650. uasm_il_bltz(p, r, tmp, label_r3000_write_probe_fail); /* cp0 delay */
  1651. uasm_i_mfc0(p, tmp, C0_EPC); /* branch delay */
  1652. uasm_i_tlbwi(p); /* cp0 delay */
  1653. uasm_i_jr(p, tmp);
  1654. uasm_i_rfe(p); /* branch delay */
  1655. uasm_l_r3000_write_probe_fail(l, *p);
  1656. uasm_i_tlbwr(p); /* cp0 delay */
  1657. uasm_i_jr(p, tmp);
  1658. uasm_i_rfe(p); /* branch delay */
  1659. }
  1660. static void
  1661. build_r3000_tlbchange_handler_head(u32 **p, unsigned int pte,
  1662. unsigned int ptr)
  1663. {
  1664. long pgdc = (long)pgd_current;
  1665. uasm_i_mfc0(p, pte, C0_BADVADDR);
  1666. uasm_i_lui(p, ptr, uasm_rel_hi(pgdc)); /* cp0 delay */
  1667. uasm_i_lw(p, ptr, uasm_rel_lo(pgdc), ptr);
  1668. uasm_i_srl(p, pte, pte, 22); /* load delay */
  1669. uasm_i_sll(p, pte, pte, 2);
  1670. uasm_i_addu(p, ptr, ptr, pte);
  1671. uasm_i_mfc0(p, pte, C0_CONTEXT);
  1672. uasm_i_lw(p, ptr, 0, ptr); /* cp0 delay */
  1673. uasm_i_andi(p, pte, pte, 0xffc); /* load delay */
  1674. uasm_i_addu(p, ptr, ptr, pte);
  1675. uasm_i_lw(p, pte, 0, ptr);
  1676. uasm_i_tlbp(p); /* load delay */
  1677. }
  1678. static void build_r3000_tlb_load_handler(void)
  1679. {
  1680. u32 *p = handle_tlbl;
  1681. const int handle_tlbl_size = handle_tlbl_end - handle_tlbl;
  1682. struct uasm_label *l = labels;
  1683. struct uasm_reloc *r = relocs;
  1684. memset(handle_tlbl, 0, handle_tlbl_size * sizeof(handle_tlbl[0]));
  1685. memset(labels, 0, sizeof(labels));
  1686. memset(relocs, 0, sizeof(relocs));
  1687. build_r3000_tlbchange_handler_head(&p, K0, K1);
  1688. build_pte_present(&p, &r, K0, K1, -1, label_nopage_tlbl);
  1689. uasm_i_nop(&p); /* load delay */
  1690. build_make_valid(&p, &r, K0, K1, -1);
  1691. build_r3000_tlb_reload_write(&p, &l, &r, K0, K1);
  1692. uasm_l_nopage_tlbl(&l, p);
  1693. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_0 & 0x0fffffff);
  1694. uasm_i_nop(&p);
  1695. if (p >= handle_tlbl_end)
  1696. panic("TLB load handler fastpath space exceeded");
  1697. uasm_resolve_relocs(relocs, labels);
  1698. pr_debug("Wrote TLB load handler fastpath (%u instructions).\n",
  1699. (unsigned int)(p - handle_tlbl));
  1700. dump_handler("r3000_tlb_load", handle_tlbl, handle_tlbl_size);
  1701. }
  1702. static void build_r3000_tlb_store_handler(void)
  1703. {
  1704. u32 *p = handle_tlbs;
  1705. const int handle_tlbs_size = handle_tlbs_end - handle_tlbs;
  1706. struct uasm_label *l = labels;
  1707. struct uasm_reloc *r = relocs;
  1708. memset(handle_tlbs, 0, handle_tlbs_size * sizeof(handle_tlbs[0]));
  1709. memset(labels, 0, sizeof(labels));
  1710. memset(relocs, 0, sizeof(relocs));
  1711. build_r3000_tlbchange_handler_head(&p, K0, K1);
  1712. build_pte_writable(&p, &r, K0, K1, -1, label_nopage_tlbs);
  1713. uasm_i_nop(&p); /* load delay */
  1714. build_make_write(&p, &r, K0, K1, -1);
  1715. build_r3000_tlb_reload_write(&p, &l, &r, K0, K1);
  1716. uasm_l_nopage_tlbs(&l, p);
  1717. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff);
  1718. uasm_i_nop(&p);
  1719. if (p >= handle_tlbs_end)
  1720. panic("TLB store handler fastpath space exceeded");
  1721. uasm_resolve_relocs(relocs, labels);
  1722. pr_debug("Wrote TLB store handler fastpath (%u instructions).\n",
  1723. (unsigned int)(p - handle_tlbs));
  1724. dump_handler("r3000_tlb_store", handle_tlbs, handle_tlbs_size);
  1725. }
  1726. static void build_r3000_tlb_modify_handler(void)
  1727. {
  1728. u32 *p = handle_tlbm;
  1729. const int handle_tlbm_size = handle_tlbm_end - handle_tlbm;
  1730. struct uasm_label *l = labels;
  1731. struct uasm_reloc *r = relocs;
  1732. memset(handle_tlbm, 0, handle_tlbm_size * sizeof(handle_tlbm[0]));
  1733. memset(labels, 0, sizeof(labels));
  1734. memset(relocs, 0, sizeof(relocs));
  1735. build_r3000_tlbchange_handler_head(&p, K0, K1);
  1736. build_pte_modifiable(&p, &r, K0, K1, -1, label_nopage_tlbm);
  1737. uasm_i_nop(&p); /* load delay */
  1738. build_make_write(&p, &r, K0, K1, -1);
  1739. build_r3000_pte_reload_tlbwi(&p, K0, K1);
  1740. uasm_l_nopage_tlbm(&l, p);
  1741. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff);
  1742. uasm_i_nop(&p);
  1743. if (p >= handle_tlbm_end)
  1744. panic("TLB modify handler fastpath space exceeded");
  1745. uasm_resolve_relocs(relocs, labels);
  1746. pr_debug("Wrote TLB modify handler fastpath (%u instructions).\n",
  1747. (unsigned int)(p - handle_tlbm));
  1748. dump_handler("r3000_tlb_modify", handle_tlbm, handle_tlbm_size);
  1749. }
  1750. #endif /* CONFIG_MIPS_PGD_C0_CONTEXT */
  1751. /*
  1752. * R4000 style TLB load/store/modify handlers.
  1753. */
  1754. static struct work_registers
  1755. build_r4000_tlbchange_handler_head(u32 **p, struct uasm_label **l,
  1756. struct uasm_reloc **r)
  1757. {
  1758. struct work_registers wr = build_get_work_registers(p);
  1759. #ifdef CONFIG_64BIT
  1760. build_get_pmde64(p, l, r, wr.r1, wr.r2); /* get pmd in ptr */
  1761. #else
  1762. build_get_pgde32(p, wr.r1, wr.r2); /* get pgd in ptr */
  1763. #endif
  1764. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  1765. /*
  1766. * For huge tlb entries, pmd doesn't contain an address but
  1767. * instead contains the tlb pte. Check the PAGE_HUGE bit and
  1768. * see if we need to jump to huge tlb processing.
  1769. */
  1770. build_is_huge_pte(p, r, wr.r1, wr.r2, label_tlb_huge_update);
  1771. #endif
  1772. UASM_i_MFC0(p, wr.r1, C0_BADVADDR);
  1773. UASM_i_LW(p, wr.r2, 0, wr.r2);
  1774. UASM_i_SRL(p, wr.r1, wr.r1, PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2);
  1775. uasm_i_andi(p, wr.r1, wr.r1, (PTRS_PER_PTE - 1) << PTE_T_LOG2);
  1776. UASM_i_ADDU(p, wr.r2, wr.r2, wr.r1);
  1777. #ifdef CONFIG_SMP
  1778. uasm_l_smp_pgtable_change(l, *p);
  1779. #endif
  1780. iPTE_LW(p, wr.r1, wr.r2); /* get even pte */
  1781. if (!m4kc_tlbp_war()) {
  1782. build_tlb_probe_entry(p);
  1783. if (cpu_has_htw) {
  1784. /* race condition happens, leaving */
  1785. uasm_i_ehb(p);
  1786. uasm_i_mfc0(p, wr.r3, C0_INDEX);
  1787. uasm_il_bltz(p, r, wr.r3, label_leave);
  1788. uasm_i_nop(p);
  1789. }
  1790. }
  1791. return wr;
  1792. }
  1793. static void
  1794. build_r4000_tlbchange_handler_tail(u32 **p, struct uasm_label **l,
  1795. struct uasm_reloc **r, unsigned int tmp,
  1796. unsigned int ptr)
  1797. {
  1798. uasm_i_ori(p, ptr, ptr, sizeof(pte_t));
  1799. uasm_i_xori(p, ptr, ptr, sizeof(pte_t));
  1800. build_update_entries(p, tmp, ptr);
  1801. build_tlb_write_entry(p, l, r, tlb_indexed);
  1802. uasm_l_leave(l, *p);
  1803. build_restore_work_registers(p);
  1804. uasm_i_eret(p); /* return from trap */
  1805. #ifdef CONFIG_64BIT
  1806. build_get_pgd_vmalloc64(p, l, r, tmp, ptr, not_refill);
  1807. #endif
  1808. }
  1809. static void build_r4000_tlb_load_handler(void)
  1810. {
  1811. u32 *p = handle_tlbl;
  1812. const int handle_tlbl_size = handle_tlbl_end - handle_tlbl;
  1813. struct uasm_label *l = labels;
  1814. struct uasm_reloc *r = relocs;
  1815. struct work_registers wr;
  1816. memset(handle_tlbl, 0, handle_tlbl_size * sizeof(handle_tlbl[0]));
  1817. memset(labels, 0, sizeof(labels));
  1818. memset(relocs, 0, sizeof(relocs));
  1819. if (bcm1250_m3_war()) {
  1820. unsigned int segbits = 44;
  1821. uasm_i_dmfc0(&p, K0, C0_BADVADDR);
  1822. uasm_i_dmfc0(&p, K1, C0_ENTRYHI);
  1823. uasm_i_xor(&p, K0, K0, K1);
  1824. uasm_i_dsrl_safe(&p, K1, K0, 62);
  1825. uasm_i_dsrl_safe(&p, K0, K0, 12 + 1);
  1826. uasm_i_dsll_safe(&p, K0, K0, 64 + 12 + 1 - segbits);
  1827. uasm_i_or(&p, K0, K0, K1);
  1828. uasm_il_bnez(&p, &r, K0, label_leave);
  1829. /* No need for uasm_i_nop */
  1830. }
  1831. wr = build_r4000_tlbchange_handler_head(&p, &l, &r);
  1832. build_pte_present(&p, &r, wr.r1, wr.r2, wr.r3, label_nopage_tlbl);
  1833. if (m4kc_tlbp_war())
  1834. build_tlb_probe_entry(&p);
  1835. if (cpu_has_rixi && !cpu_has_rixiex) {
  1836. /*
  1837. * If the page is not _PAGE_VALID, RI or XI could not
  1838. * have triggered it. Skip the expensive test..
  1839. */
  1840. if (use_bbit_insns()) {
  1841. uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID),
  1842. label_tlbl_goaround1);
  1843. } else {
  1844. uasm_i_andi(&p, wr.r3, wr.r1, _PAGE_VALID);
  1845. uasm_il_beqz(&p, &r, wr.r3, label_tlbl_goaround1);
  1846. }
  1847. uasm_i_nop(&p);
  1848. uasm_i_tlbr(&p);
  1849. switch (current_cpu_type()) {
  1850. default:
  1851. if (cpu_has_mips_r2_exec_hazard) {
  1852. uasm_i_ehb(&p);
  1853. case CPU_CAVIUM_OCTEON:
  1854. case CPU_CAVIUM_OCTEON_PLUS:
  1855. case CPU_CAVIUM_OCTEON2:
  1856. break;
  1857. }
  1858. }
  1859. /* Examine entrylo 0 or 1 based on ptr. */
  1860. if (use_bbit_insns()) {
  1861. uasm_i_bbit0(&p, wr.r2, ilog2(sizeof(pte_t)), 8);
  1862. } else {
  1863. uasm_i_andi(&p, wr.r3, wr.r2, sizeof(pte_t));
  1864. uasm_i_beqz(&p, wr.r3, 8);
  1865. }
  1866. /* load it in the delay slot*/
  1867. UASM_i_MFC0(&p, wr.r3, C0_ENTRYLO0);
  1868. /* load it if ptr is odd */
  1869. UASM_i_MFC0(&p, wr.r3, C0_ENTRYLO1);
  1870. /*
  1871. * If the entryLo (now in wr.r3) is valid (bit 1), RI or
  1872. * XI must have triggered it.
  1873. */
  1874. if (use_bbit_insns()) {
  1875. uasm_il_bbit1(&p, &r, wr.r3, 1, label_nopage_tlbl);
  1876. uasm_i_nop(&p);
  1877. uasm_l_tlbl_goaround1(&l, p);
  1878. } else {
  1879. uasm_i_andi(&p, wr.r3, wr.r3, 2);
  1880. uasm_il_bnez(&p, &r, wr.r3, label_nopage_tlbl);
  1881. uasm_i_nop(&p);
  1882. }
  1883. uasm_l_tlbl_goaround1(&l, p);
  1884. }
  1885. build_make_valid(&p, &r, wr.r1, wr.r2, wr.r3);
  1886. build_r4000_tlbchange_handler_tail(&p, &l, &r, wr.r1, wr.r2);
  1887. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  1888. /*
  1889. * This is the entry point when build_r4000_tlbchange_handler_head
  1890. * spots a huge page.
  1891. */
  1892. uasm_l_tlb_huge_update(&l, p);
  1893. iPTE_LW(&p, wr.r1, wr.r2);
  1894. build_pte_present(&p, &r, wr.r1, wr.r2, wr.r3, label_nopage_tlbl);
  1895. build_tlb_probe_entry(&p);
  1896. if (cpu_has_rixi && !cpu_has_rixiex) {
  1897. /*
  1898. * If the page is not _PAGE_VALID, RI or XI could not
  1899. * have triggered it. Skip the expensive test..
  1900. */
  1901. if (use_bbit_insns()) {
  1902. uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID),
  1903. label_tlbl_goaround2);
  1904. } else {
  1905. uasm_i_andi(&p, wr.r3, wr.r1, _PAGE_VALID);
  1906. uasm_il_beqz(&p, &r, wr.r3, label_tlbl_goaround2);
  1907. }
  1908. uasm_i_nop(&p);
  1909. uasm_i_tlbr(&p);
  1910. switch (current_cpu_type()) {
  1911. default:
  1912. if (cpu_has_mips_r2_exec_hazard) {
  1913. uasm_i_ehb(&p);
  1914. case CPU_CAVIUM_OCTEON:
  1915. case CPU_CAVIUM_OCTEON_PLUS:
  1916. case CPU_CAVIUM_OCTEON2:
  1917. break;
  1918. }
  1919. }
  1920. /* Examine entrylo 0 or 1 based on ptr. */
  1921. if (use_bbit_insns()) {
  1922. uasm_i_bbit0(&p, wr.r2, ilog2(sizeof(pte_t)), 8);
  1923. } else {
  1924. uasm_i_andi(&p, wr.r3, wr.r2, sizeof(pte_t));
  1925. uasm_i_beqz(&p, wr.r3, 8);
  1926. }
  1927. /* load it in the delay slot*/
  1928. UASM_i_MFC0(&p, wr.r3, C0_ENTRYLO0);
  1929. /* load it if ptr is odd */
  1930. UASM_i_MFC0(&p, wr.r3, C0_ENTRYLO1);
  1931. /*
  1932. * If the entryLo (now in wr.r3) is valid (bit 1), RI or
  1933. * XI must have triggered it.
  1934. */
  1935. if (use_bbit_insns()) {
  1936. uasm_il_bbit0(&p, &r, wr.r3, 1, label_tlbl_goaround2);
  1937. } else {
  1938. uasm_i_andi(&p, wr.r3, wr.r3, 2);
  1939. uasm_il_beqz(&p, &r, wr.r3, label_tlbl_goaround2);
  1940. }
  1941. if (PM_DEFAULT_MASK == 0)
  1942. uasm_i_nop(&p);
  1943. /*
  1944. * We clobbered C0_PAGEMASK, restore it. On the other branch
  1945. * it is restored in build_huge_tlb_write_entry.
  1946. */
  1947. build_restore_pagemask(&p, &r, wr.r3, label_nopage_tlbl, 0);
  1948. uasm_l_tlbl_goaround2(&l, p);
  1949. }
  1950. uasm_i_ori(&p, wr.r1, wr.r1, (_PAGE_ACCESSED | _PAGE_VALID));
  1951. build_huge_handler_tail(&p, &r, &l, wr.r1, wr.r2, 1);
  1952. #endif
  1953. uasm_l_nopage_tlbl(&l, p);
  1954. build_restore_work_registers(&p);
  1955. #ifdef CONFIG_CPU_MICROMIPS
  1956. if ((unsigned long)tlb_do_page_fault_0 & 1) {
  1957. uasm_i_lui(&p, K0, uasm_rel_hi((long)tlb_do_page_fault_0));
  1958. uasm_i_addiu(&p, K0, K0, uasm_rel_lo((long)tlb_do_page_fault_0));
  1959. uasm_i_jr(&p, K0);
  1960. } else
  1961. #endif
  1962. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_0 & 0x0fffffff);
  1963. uasm_i_nop(&p);
  1964. if (p >= handle_tlbl_end)
  1965. panic("TLB load handler fastpath space exceeded");
  1966. uasm_resolve_relocs(relocs, labels);
  1967. pr_debug("Wrote TLB load handler fastpath (%u instructions).\n",
  1968. (unsigned int)(p - handle_tlbl));
  1969. dump_handler("r4000_tlb_load", handle_tlbl, handle_tlbl_size);
  1970. }
  1971. static void build_r4000_tlb_store_handler(void)
  1972. {
  1973. u32 *p = handle_tlbs;
  1974. const int handle_tlbs_size = handle_tlbs_end - handle_tlbs;
  1975. struct uasm_label *l = labels;
  1976. struct uasm_reloc *r = relocs;
  1977. struct work_registers wr;
  1978. memset(handle_tlbs, 0, handle_tlbs_size * sizeof(handle_tlbs[0]));
  1979. memset(labels, 0, sizeof(labels));
  1980. memset(relocs, 0, sizeof(relocs));
  1981. wr = build_r4000_tlbchange_handler_head(&p, &l, &r);
  1982. build_pte_writable(&p, &r, wr.r1, wr.r2, wr.r3, label_nopage_tlbs);
  1983. if (m4kc_tlbp_war())
  1984. build_tlb_probe_entry(&p);
  1985. build_make_write(&p, &r, wr.r1, wr.r2, wr.r3);
  1986. build_r4000_tlbchange_handler_tail(&p, &l, &r, wr.r1, wr.r2);
  1987. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  1988. /*
  1989. * This is the entry point when
  1990. * build_r4000_tlbchange_handler_head spots a huge page.
  1991. */
  1992. uasm_l_tlb_huge_update(&l, p);
  1993. iPTE_LW(&p, wr.r1, wr.r2);
  1994. build_pte_writable(&p, &r, wr.r1, wr.r2, wr.r3, label_nopage_tlbs);
  1995. build_tlb_probe_entry(&p);
  1996. uasm_i_ori(&p, wr.r1, wr.r1,
  1997. _PAGE_ACCESSED | _PAGE_MODIFIED | _PAGE_VALID | _PAGE_DIRTY);
  1998. build_huge_handler_tail(&p, &r, &l, wr.r1, wr.r2, 1);
  1999. #endif
  2000. uasm_l_nopage_tlbs(&l, p);
  2001. build_restore_work_registers(&p);
  2002. #ifdef CONFIG_CPU_MICROMIPS
  2003. if ((unsigned long)tlb_do_page_fault_1 & 1) {
  2004. uasm_i_lui(&p, K0, uasm_rel_hi((long)tlb_do_page_fault_1));
  2005. uasm_i_addiu(&p, K0, K0, uasm_rel_lo((long)tlb_do_page_fault_1));
  2006. uasm_i_jr(&p, K0);
  2007. } else
  2008. #endif
  2009. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff);
  2010. uasm_i_nop(&p);
  2011. if (p >= handle_tlbs_end)
  2012. panic("TLB store handler fastpath space exceeded");
  2013. uasm_resolve_relocs(relocs, labels);
  2014. pr_debug("Wrote TLB store handler fastpath (%u instructions).\n",
  2015. (unsigned int)(p - handle_tlbs));
  2016. dump_handler("r4000_tlb_store", handle_tlbs, handle_tlbs_size);
  2017. }
  2018. static void build_r4000_tlb_modify_handler(void)
  2019. {
  2020. u32 *p = handle_tlbm;
  2021. const int handle_tlbm_size = handle_tlbm_end - handle_tlbm;
  2022. struct uasm_label *l = labels;
  2023. struct uasm_reloc *r = relocs;
  2024. struct work_registers wr;
  2025. memset(handle_tlbm, 0, handle_tlbm_size * sizeof(handle_tlbm[0]));
  2026. memset(labels, 0, sizeof(labels));
  2027. memset(relocs, 0, sizeof(relocs));
  2028. wr = build_r4000_tlbchange_handler_head(&p, &l, &r);
  2029. build_pte_modifiable(&p, &r, wr.r1, wr.r2, wr.r3, label_nopage_tlbm);
  2030. if (m4kc_tlbp_war())
  2031. build_tlb_probe_entry(&p);
  2032. /* Present and writable bits set, set accessed and dirty bits. */
  2033. build_make_write(&p, &r, wr.r1, wr.r2, wr.r3);
  2034. build_r4000_tlbchange_handler_tail(&p, &l, &r, wr.r1, wr.r2);
  2035. #ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT
  2036. /*
  2037. * This is the entry point when
  2038. * build_r4000_tlbchange_handler_head spots a huge page.
  2039. */
  2040. uasm_l_tlb_huge_update(&l, p);
  2041. iPTE_LW(&p, wr.r1, wr.r2);
  2042. build_pte_modifiable(&p, &r, wr.r1, wr.r2, wr.r3, label_nopage_tlbm);
  2043. build_tlb_probe_entry(&p);
  2044. uasm_i_ori(&p, wr.r1, wr.r1,
  2045. _PAGE_ACCESSED | _PAGE_MODIFIED | _PAGE_VALID | _PAGE_DIRTY);
  2046. build_huge_handler_tail(&p, &r, &l, wr.r1, wr.r2, 0);
  2047. #endif
  2048. uasm_l_nopage_tlbm(&l, p);
  2049. build_restore_work_registers(&p);
  2050. #ifdef CONFIG_CPU_MICROMIPS
  2051. if ((unsigned long)tlb_do_page_fault_1 & 1) {
  2052. uasm_i_lui(&p, K0, uasm_rel_hi((long)tlb_do_page_fault_1));
  2053. uasm_i_addiu(&p, K0, K0, uasm_rel_lo((long)tlb_do_page_fault_1));
  2054. uasm_i_jr(&p, K0);
  2055. } else
  2056. #endif
  2057. uasm_i_j(&p, (unsigned long)tlb_do_page_fault_1 & 0x0fffffff);
  2058. uasm_i_nop(&p);
  2059. if (p >= handle_tlbm_end)
  2060. panic("TLB modify handler fastpath space exceeded");
  2061. uasm_resolve_relocs(relocs, labels);
  2062. pr_debug("Wrote TLB modify handler fastpath (%u instructions).\n",
  2063. (unsigned int)(p - handle_tlbm));
  2064. dump_handler("r4000_tlb_modify", handle_tlbm, handle_tlbm_size);
  2065. }
  2066. static void flush_tlb_handlers(void)
  2067. {
  2068. local_flush_icache_range((unsigned long)handle_tlbl,
  2069. (unsigned long)handle_tlbl_end);
  2070. local_flush_icache_range((unsigned long)handle_tlbs,
  2071. (unsigned long)handle_tlbs_end);
  2072. local_flush_icache_range((unsigned long)handle_tlbm,
  2073. (unsigned long)handle_tlbm_end);
  2074. local_flush_icache_range((unsigned long)tlbmiss_handler_setup_pgd,
  2075. (unsigned long)tlbmiss_handler_setup_pgd_end);
  2076. }
  2077. static void print_htw_config(void)
  2078. {
  2079. unsigned long config;
  2080. unsigned int pwctl;
  2081. const int field = 2 * sizeof(unsigned long);
  2082. config = read_c0_pwfield();
  2083. pr_debug("PWField (0x%0*lx): GDI: 0x%02lx UDI: 0x%02lx MDI: 0x%02lx PTI: 0x%02lx PTEI: 0x%02lx\n",
  2084. field, config,
  2085. (config & MIPS_PWFIELD_GDI_MASK) >> MIPS_PWFIELD_GDI_SHIFT,
  2086. (config & MIPS_PWFIELD_UDI_MASK) >> MIPS_PWFIELD_UDI_SHIFT,
  2087. (config & MIPS_PWFIELD_MDI_MASK) >> MIPS_PWFIELD_MDI_SHIFT,
  2088. (config & MIPS_PWFIELD_PTI_MASK) >> MIPS_PWFIELD_PTI_SHIFT,
  2089. (config & MIPS_PWFIELD_PTEI_MASK) >> MIPS_PWFIELD_PTEI_SHIFT);
  2090. config = read_c0_pwsize();
  2091. pr_debug("PWSize (0x%0*lx): PS: 0x%lx GDW: 0x%02lx UDW: 0x%02lx MDW: 0x%02lx PTW: 0x%02lx PTEW: 0x%02lx\n",
  2092. field, config,
  2093. (config & MIPS_PWSIZE_PS_MASK) >> MIPS_PWSIZE_PS_SHIFT,
  2094. (config & MIPS_PWSIZE_GDW_MASK) >> MIPS_PWSIZE_GDW_SHIFT,
  2095. (config & MIPS_PWSIZE_UDW_MASK) >> MIPS_PWSIZE_UDW_SHIFT,
  2096. (config & MIPS_PWSIZE_MDW_MASK) >> MIPS_PWSIZE_MDW_SHIFT,
  2097. (config & MIPS_PWSIZE_PTW_MASK) >> MIPS_PWSIZE_PTW_SHIFT,
  2098. (config & MIPS_PWSIZE_PTEW_MASK) >> MIPS_PWSIZE_PTEW_SHIFT);
  2099. pwctl = read_c0_pwctl();
  2100. pr_debug("PWCtl (0x%x): PWEn: 0x%x XK: 0x%x XS: 0x%x XU: 0x%x DPH: 0x%x HugePg: 0x%x Psn: 0x%x\n",
  2101. pwctl,
  2102. (pwctl & MIPS_PWCTL_PWEN_MASK) >> MIPS_PWCTL_PWEN_SHIFT,
  2103. (pwctl & MIPS_PWCTL_XK_MASK) >> MIPS_PWCTL_XK_SHIFT,
  2104. (pwctl & MIPS_PWCTL_XS_MASK) >> MIPS_PWCTL_XS_SHIFT,
  2105. (pwctl & MIPS_PWCTL_XU_MASK) >> MIPS_PWCTL_XU_SHIFT,
  2106. (pwctl & MIPS_PWCTL_DPH_MASK) >> MIPS_PWCTL_DPH_SHIFT,
  2107. (pwctl & MIPS_PWCTL_HUGEPG_MASK) >> MIPS_PWCTL_HUGEPG_SHIFT,
  2108. (pwctl & MIPS_PWCTL_PSN_MASK) >> MIPS_PWCTL_PSN_SHIFT);
  2109. }
  2110. static void config_htw_params(void)
  2111. {
  2112. unsigned long pwfield, pwsize, ptei;
  2113. unsigned int config;
  2114. /*
  2115. * We are using 2-level page tables, so we only need to
  2116. * setup GDW and PTW appropriately. UDW and MDW will remain 0.
  2117. * The default value of GDI/UDI/MDI/PTI is 0xc. It is illegal to
  2118. * write values less than 0xc in these fields because the entire
  2119. * write will be dropped. As a result of which, we must preserve
  2120. * the original reset values and overwrite only what we really want.
  2121. */
  2122. pwfield = read_c0_pwfield();
  2123. /* re-initialize the GDI field */
  2124. pwfield &= ~MIPS_PWFIELD_GDI_MASK;
  2125. pwfield |= PGDIR_SHIFT << MIPS_PWFIELD_GDI_SHIFT;
  2126. /* re-initialize the PTI field including the even/odd bit */
  2127. pwfield &= ~MIPS_PWFIELD_PTI_MASK;
  2128. pwfield |= PAGE_SHIFT << MIPS_PWFIELD_PTI_SHIFT;
  2129. if (CONFIG_PGTABLE_LEVELS >= 3) {
  2130. pwfield &= ~MIPS_PWFIELD_MDI_MASK;
  2131. pwfield |= PMD_SHIFT << MIPS_PWFIELD_MDI_SHIFT;
  2132. }
  2133. /* Set the PTEI right shift */
  2134. ptei = _PAGE_GLOBAL_SHIFT << MIPS_PWFIELD_PTEI_SHIFT;
  2135. pwfield |= ptei;
  2136. write_c0_pwfield(pwfield);
  2137. /* Check whether the PTEI value is supported */
  2138. back_to_back_c0_hazard();
  2139. pwfield = read_c0_pwfield();
  2140. if (((pwfield & MIPS_PWFIELD_PTEI_MASK) << MIPS_PWFIELD_PTEI_SHIFT)
  2141. != ptei) {
  2142. pr_warn("Unsupported PTEI field value: 0x%lx. HTW will not be enabled",
  2143. ptei);
  2144. /*
  2145. * Drop option to avoid HTW being enabled via another path
  2146. * (eg htw_reset())
  2147. */
  2148. current_cpu_data.options &= ~MIPS_CPU_HTW;
  2149. return;
  2150. }
  2151. pwsize = ilog2(PTRS_PER_PGD) << MIPS_PWSIZE_GDW_SHIFT;
  2152. pwsize |= ilog2(PTRS_PER_PTE) << MIPS_PWSIZE_PTW_SHIFT;
  2153. if (CONFIG_PGTABLE_LEVELS >= 3)
  2154. pwsize |= ilog2(PTRS_PER_PMD) << MIPS_PWSIZE_MDW_SHIFT;
  2155. /* Set pointer size to size of directory pointers */
  2156. if (IS_ENABLED(CONFIG_64BIT))
  2157. pwsize |= MIPS_PWSIZE_PS_MASK;
  2158. /* PTEs may be multiple pointers long (e.g. with XPA) */
  2159. pwsize |= ((PTE_T_LOG2 - PGD_T_LOG2) << MIPS_PWSIZE_PTEW_SHIFT)
  2160. & MIPS_PWSIZE_PTEW_MASK;
  2161. write_c0_pwsize(pwsize);
  2162. /* Make sure everything is set before we enable the HTW */
  2163. back_to_back_c0_hazard();
  2164. /*
  2165. * Enable HTW (and only for XUSeg on 64-bit), and disable the rest of
  2166. * the pwctl fields.
  2167. */
  2168. config = 1 << MIPS_PWCTL_PWEN_SHIFT;
  2169. if (IS_ENABLED(CONFIG_64BIT))
  2170. config |= MIPS_PWCTL_XU_MASK;
  2171. write_c0_pwctl(config);
  2172. pr_info("Hardware Page Table Walker enabled\n");
  2173. print_htw_config();
  2174. }
  2175. static void config_xpa_params(void)
  2176. {
  2177. #ifdef CONFIG_XPA
  2178. unsigned int pagegrain;
  2179. if (mips_xpa_disabled) {
  2180. pr_info("Extended Physical Addressing (XPA) disabled\n");
  2181. return;
  2182. }
  2183. pagegrain = read_c0_pagegrain();
  2184. write_c0_pagegrain(pagegrain | PG_ELPA);
  2185. back_to_back_c0_hazard();
  2186. pagegrain = read_c0_pagegrain();
  2187. if (pagegrain & PG_ELPA)
  2188. pr_info("Extended Physical Addressing (XPA) enabled\n");
  2189. else
  2190. panic("Extended Physical Addressing (XPA) disabled");
  2191. #endif
  2192. }
  2193. static void check_pabits(void)
  2194. {
  2195. unsigned long entry;
  2196. unsigned pabits, fillbits;
  2197. if (!cpu_has_rixi || !_PAGE_NO_EXEC) {
  2198. /*
  2199. * We'll only be making use of the fact that we can rotate bits
  2200. * into the fill if the CPU supports RIXI, so don't bother
  2201. * probing this for CPUs which don't.
  2202. */
  2203. return;
  2204. }
  2205. write_c0_entrylo0(~0ul);
  2206. back_to_back_c0_hazard();
  2207. entry = read_c0_entrylo0();
  2208. /* clear all non-PFN bits */
  2209. entry &= ~((1 << MIPS_ENTRYLO_PFN_SHIFT) - 1);
  2210. entry &= ~(MIPS_ENTRYLO_RI | MIPS_ENTRYLO_XI);
  2211. /* find a lower bound on PABITS, and upper bound on fill bits */
  2212. pabits = fls_long(entry) + 6;
  2213. fillbits = max_t(int, (int)BITS_PER_LONG - pabits, 0);
  2214. /* minus the RI & XI bits */
  2215. fillbits -= min_t(unsigned, fillbits, 2);
  2216. if (fillbits >= ilog2(_PAGE_NO_EXEC))
  2217. fill_includes_sw_bits = true;
  2218. pr_debug("Entry* registers contain %u fill bits\n", fillbits);
  2219. }
  2220. void build_tlb_refill_handler(void)
  2221. {
  2222. /*
  2223. * The refill handler is generated per-CPU, multi-node systems
  2224. * may have local storage for it. The other handlers are only
  2225. * needed once.
  2226. */
  2227. static int run_once = 0;
  2228. if (IS_ENABLED(CONFIG_XPA) && !cpu_has_rixi)
  2229. panic("Kernels supporting XPA currently require CPUs with RIXI");
  2230. output_pgtable_bits_defines();
  2231. check_pabits();
  2232. #ifdef CONFIG_64BIT
  2233. check_for_high_segbits = current_cpu_data.vmbits > (PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
  2234. #endif
  2235. switch (current_cpu_type()) {
  2236. case CPU_R2000:
  2237. case CPU_R3000:
  2238. case CPU_R3000A:
  2239. case CPU_R3081E:
  2240. case CPU_TX3912:
  2241. case CPU_TX3922:
  2242. case CPU_TX3927:
  2243. #ifndef CONFIG_MIPS_PGD_C0_CONTEXT
  2244. if (cpu_has_local_ebase)
  2245. build_r3000_tlb_refill_handler();
  2246. if (!run_once) {
  2247. if (!cpu_has_local_ebase)
  2248. build_r3000_tlb_refill_handler();
  2249. build_setup_pgd();
  2250. build_r3000_tlb_load_handler();
  2251. build_r3000_tlb_store_handler();
  2252. build_r3000_tlb_modify_handler();
  2253. flush_tlb_handlers();
  2254. run_once++;
  2255. }
  2256. #else
  2257. panic("No R3000 TLB refill handler");
  2258. #endif
  2259. break;
  2260. case CPU_R6000:
  2261. case CPU_R6000A:
  2262. panic("No R6000 TLB refill handler yet");
  2263. break;
  2264. case CPU_R8000:
  2265. panic("No R8000 TLB refill handler yet");
  2266. break;
  2267. default:
  2268. if (cpu_has_ldpte)
  2269. setup_pw();
  2270. if (!run_once) {
  2271. scratch_reg = allocate_kscratch();
  2272. build_setup_pgd();
  2273. build_r4000_tlb_load_handler();
  2274. build_r4000_tlb_store_handler();
  2275. build_r4000_tlb_modify_handler();
  2276. if (cpu_has_ldpte)
  2277. build_loongson3_tlb_refill_handler();
  2278. else if (!cpu_has_local_ebase)
  2279. build_r4000_tlb_refill_handler();
  2280. flush_tlb_handlers();
  2281. run_once++;
  2282. }
  2283. if (cpu_has_local_ebase)
  2284. build_r4000_tlb_refill_handler();
  2285. if (cpu_has_xpa)
  2286. config_xpa_params();
  2287. if (cpu_has_htw)
  2288. config_htw_params();
  2289. }
  2290. }