sun4c.c 63 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276
  1. /* $Id: sun4c.c,v 1.212 2001/12/21 04:56:15 davem Exp $
  2. * sun4c.c: Doing in software what should be done in hardware.
  3. *
  4. * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
  5. * Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be)
  6. * Copyright (C) 1996 Andrew Tridgell (Andrew.Tridgell@anu.edu.au)
  7. * Copyright (C) 1997-2000 Anton Blanchard (anton@samba.org)
  8. * Copyright (C) 1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
  9. */
  10. #define NR_TASK_BUCKETS 512
  11. #include <linux/config.h>
  12. #include <linux/kernel.h>
  13. #include <linux/mm.h>
  14. #include <linux/init.h>
  15. #include <linux/bootmem.h>
  16. #include <linux/highmem.h>
  17. #include <linux/fs.h>
  18. #include <linux/seq_file.h>
  19. #include <asm/scatterlist.h>
  20. #include <asm/page.h>
  21. #include <asm/pgalloc.h>
  22. #include <asm/pgtable.h>
  23. #include <asm/vaddrs.h>
  24. #include <asm/idprom.h>
  25. #include <asm/machines.h>
  26. #include <asm/memreg.h>
  27. #include <asm/processor.h>
  28. #include <asm/auxio.h>
  29. #include <asm/io.h>
  30. #include <asm/oplib.h>
  31. #include <asm/openprom.h>
  32. #include <asm/mmu_context.h>
  33. #include <asm/sun4paddr.h>
  34. #include <asm/highmem.h>
  35. #include <asm/btfixup.h>
  36. #include <asm/cacheflush.h>
  37. #include <asm/tlbflush.h>
  38. /* Because of our dynamic kernel TLB miss strategy, and how
  39. * our DVMA mapping allocation works, you _MUST_:
  40. *
  41. * 1) Disable interrupts _and_ not touch any dynamic kernel
  42. * memory while messing with kernel MMU state. By
  43. * dynamic memory I mean any object which is not in
  44. * the kernel image itself or a thread_union (both of
  45. * which are locked into the MMU).
  46. * 2) Disable interrupts while messing with user MMU state.
  47. */
  48. extern int num_segmaps, num_contexts;
  49. extern unsigned long page_kernel;
  50. #ifdef CONFIG_SUN4
  51. #define SUN4C_VAC_SIZE sun4c_vacinfo.num_bytes
  52. #else
  53. /* That's it, we prom_halt() on sun4c if the cache size is something other than 65536.
  54. * So let's save some cycles and just use that everywhere except for that bootup
  55. * sanity check.
  56. */
  57. #define SUN4C_VAC_SIZE 65536
  58. #endif
  59. #define SUN4C_KERNEL_BUCKETS 32
  60. /* Flushing the cache. */
  61. struct sun4c_vac_props sun4c_vacinfo;
  62. unsigned long sun4c_kernel_faults;
  63. /* Invalidate every sun4c cache line tag. */
  64. static void __init sun4c_flush_all(void)
  65. {
  66. unsigned long begin, end;
  67. if (sun4c_vacinfo.on)
  68. panic("SUN4C: AIEEE, trying to invalidate vac while it is on.");
  69. /* Clear 'valid' bit in all cache line tags */
  70. begin = AC_CACHETAGS;
  71. end = (AC_CACHETAGS + SUN4C_VAC_SIZE);
  72. while (begin < end) {
  73. __asm__ __volatile__("sta %%g0, [%0] %1\n\t" : :
  74. "r" (begin), "i" (ASI_CONTROL));
  75. begin += sun4c_vacinfo.linesize;
  76. }
  77. }
  78. static void sun4c_flush_context_hw(void)
  79. {
  80. unsigned long end = SUN4C_VAC_SIZE;
  81. __asm__ __volatile__(
  82. "1: addcc %0, -4096, %0\n\t"
  83. " bne 1b\n\t"
  84. " sta %%g0, [%0] %2"
  85. : "=&r" (end)
  86. : "0" (end), "i" (ASI_HWFLUSHCONTEXT)
  87. : "cc");
  88. }
  89. /* Must be called minimally with IRQs disabled. */
  90. static void sun4c_flush_segment_hw(unsigned long addr)
  91. {
  92. if (sun4c_get_segmap(addr) != invalid_segment) {
  93. unsigned long vac_size = SUN4C_VAC_SIZE;
  94. __asm__ __volatile__(
  95. "1: addcc %0, -4096, %0\n\t"
  96. " bne 1b\n\t"
  97. " sta %%g0, [%2 + %0] %3"
  98. : "=&r" (vac_size)
  99. : "0" (vac_size), "r" (addr), "i" (ASI_HWFLUSHSEG)
  100. : "cc");
  101. }
  102. }
  103. /* File local boot time fixups. */
  104. BTFIXUPDEF_CALL(void, sun4c_flush_page, unsigned long)
  105. BTFIXUPDEF_CALL(void, sun4c_flush_segment, unsigned long)
  106. BTFIXUPDEF_CALL(void, sun4c_flush_context, void)
  107. #define sun4c_flush_page(addr) BTFIXUP_CALL(sun4c_flush_page)(addr)
  108. #define sun4c_flush_segment(addr) BTFIXUP_CALL(sun4c_flush_segment)(addr)
  109. #define sun4c_flush_context() BTFIXUP_CALL(sun4c_flush_context)()
  110. /* Must be called minimally with interrupts disabled. */
  111. static void sun4c_flush_page_hw(unsigned long addr)
  112. {
  113. addr &= PAGE_MASK;
  114. if ((int)sun4c_get_pte(addr) < 0)
  115. __asm__ __volatile__("sta %%g0, [%0] %1"
  116. : : "r" (addr), "i" (ASI_HWFLUSHPAGE));
  117. }
  118. /* Don't inline the software version as it eats too many cache lines if expanded. */
  119. static void sun4c_flush_context_sw(void)
  120. {
  121. unsigned long nbytes = SUN4C_VAC_SIZE;
  122. unsigned long lsize = sun4c_vacinfo.linesize;
  123. __asm__ __volatile__(
  124. "add %2, %2, %%g1\n\t"
  125. "add %2, %%g1, %%g2\n\t"
  126. "add %2, %%g2, %%g3\n\t"
  127. "add %2, %%g3, %%g4\n\t"
  128. "add %2, %%g4, %%g5\n\t"
  129. "add %2, %%g5, %%o4\n\t"
  130. "add %2, %%o4, %%o5\n"
  131. "1:\n\t"
  132. "subcc %0, %%o5, %0\n\t"
  133. "sta %%g0, [%0] %3\n\t"
  134. "sta %%g0, [%0 + %2] %3\n\t"
  135. "sta %%g0, [%0 + %%g1] %3\n\t"
  136. "sta %%g0, [%0 + %%g2] %3\n\t"
  137. "sta %%g0, [%0 + %%g3] %3\n\t"
  138. "sta %%g0, [%0 + %%g4] %3\n\t"
  139. "sta %%g0, [%0 + %%g5] %3\n\t"
  140. "bg 1b\n\t"
  141. " sta %%g0, [%1 + %%o4] %3\n"
  142. : "=&r" (nbytes)
  143. : "0" (nbytes), "r" (lsize), "i" (ASI_FLUSHCTX)
  144. : "g1", "g2", "g3", "g4", "g5", "o4", "o5", "cc");
  145. }
  146. /* Don't inline the software version as it eats too many cache lines if expanded. */
  147. static void sun4c_flush_segment_sw(unsigned long addr)
  148. {
  149. if (sun4c_get_segmap(addr) != invalid_segment) {
  150. unsigned long nbytes = SUN4C_VAC_SIZE;
  151. unsigned long lsize = sun4c_vacinfo.linesize;
  152. __asm__ __volatile__(
  153. "add %2, %2, %%g1\n\t"
  154. "add %2, %%g1, %%g2\n\t"
  155. "add %2, %%g2, %%g3\n\t"
  156. "add %2, %%g3, %%g4\n\t"
  157. "add %2, %%g4, %%g5\n\t"
  158. "add %2, %%g5, %%o4\n\t"
  159. "add %2, %%o4, %%o5\n"
  160. "1:\n\t"
  161. "subcc %1, %%o5, %1\n\t"
  162. "sta %%g0, [%0] %6\n\t"
  163. "sta %%g0, [%0 + %2] %6\n\t"
  164. "sta %%g0, [%0 + %%g1] %6\n\t"
  165. "sta %%g0, [%0 + %%g2] %6\n\t"
  166. "sta %%g0, [%0 + %%g3] %6\n\t"
  167. "sta %%g0, [%0 + %%g4] %6\n\t"
  168. "sta %%g0, [%0 + %%g5] %6\n\t"
  169. "sta %%g0, [%0 + %%o4] %6\n\t"
  170. "bg 1b\n\t"
  171. " add %0, %%o5, %0\n"
  172. : "=&r" (addr), "=&r" (nbytes), "=&r" (lsize)
  173. : "0" (addr), "1" (nbytes), "2" (lsize),
  174. "i" (ASI_FLUSHSEG)
  175. : "g1", "g2", "g3", "g4", "g5", "o4", "o5", "cc");
  176. }
  177. }
  178. /* Don't inline the software version as it eats too many cache lines if expanded. */
  179. static void sun4c_flush_page_sw(unsigned long addr)
  180. {
  181. addr &= PAGE_MASK;
  182. if ((sun4c_get_pte(addr) & (_SUN4C_PAGE_NOCACHE | _SUN4C_PAGE_VALID)) ==
  183. _SUN4C_PAGE_VALID) {
  184. unsigned long left = PAGE_SIZE;
  185. unsigned long lsize = sun4c_vacinfo.linesize;
  186. __asm__ __volatile__(
  187. "add %2, %2, %%g1\n\t"
  188. "add %2, %%g1, %%g2\n\t"
  189. "add %2, %%g2, %%g3\n\t"
  190. "add %2, %%g3, %%g4\n\t"
  191. "add %2, %%g4, %%g5\n\t"
  192. "add %2, %%g5, %%o4\n\t"
  193. "add %2, %%o4, %%o5\n"
  194. "1:\n\t"
  195. "subcc %1, %%o5, %1\n\t"
  196. "sta %%g0, [%0] %6\n\t"
  197. "sta %%g0, [%0 + %2] %6\n\t"
  198. "sta %%g0, [%0 + %%g1] %6\n\t"
  199. "sta %%g0, [%0 + %%g2] %6\n\t"
  200. "sta %%g0, [%0 + %%g3] %6\n\t"
  201. "sta %%g0, [%0 + %%g4] %6\n\t"
  202. "sta %%g0, [%0 + %%g5] %6\n\t"
  203. "sta %%g0, [%0 + %%o4] %6\n\t"
  204. "bg 1b\n\t"
  205. " add %0, %%o5, %0\n"
  206. : "=&r" (addr), "=&r" (left), "=&r" (lsize)
  207. : "0" (addr), "1" (left), "2" (lsize),
  208. "i" (ASI_FLUSHPG)
  209. : "g1", "g2", "g3", "g4", "g5", "o4", "o5", "cc");
  210. }
  211. }
  212. /* The sun4c's do have an on chip store buffer. And the way you
  213. * clear them out isn't so obvious. The only way I can think of
  214. * to accomplish this is to read the current context register,
  215. * store the same value there, then read an external hardware
  216. * register.
  217. */
  218. void sun4c_complete_all_stores(void)
  219. {
  220. volatile int _unused;
  221. _unused = sun4c_get_context();
  222. sun4c_set_context(_unused);
  223. #ifdef CONFIG_SUN_AUXIO
  224. _unused = get_auxio();
  225. #endif
  226. }
  227. /* Bootup utility functions. */
  228. static inline void sun4c_init_clean_segmap(unsigned char pseg)
  229. {
  230. unsigned long vaddr;
  231. sun4c_put_segmap(0, pseg);
  232. for (vaddr = 0; vaddr < SUN4C_REAL_PGDIR_SIZE; vaddr += PAGE_SIZE)
  233. sun4c_put_pte(vaddr, 0);
  234. sun4c_put_segmap(0, invalid_segment);
  235. }
  236. static inline void sun4c_init_clean_mmu(unsigned long kernel_end)
  237. {
  238. unsigned long vaddr;
  239. unsigned char savectx, ctx;
  240. savectx = sun4c_get_context();
  241. kernel_end = SUN4C_REAL_PGDIR_ALIGN(kernel_end);
  242. for (ctx = 0; ctx < num_contexts; ctx++) {
  243. sun4c_set_context(ctx);
  244. for (vaddr = 0; vaddr < 0x20000000; vaddr += SUN4C_REAL_PGDIR_SIZE)
  245. sun4c_put_segmap(vaddr, invalid_segment);
  246. for (vaddr = 0xe0000000; vaddr < KERNBASE; vaddr += SUN4C_REAL_PGDIR_SIZE)
  247. sun4c_put_segmap(vaddr, invalid_segment);
  248. for (vaddr = kernel_end; vaddr < KADB_DEBUGGER_BEGVM; vaddr += SUN4C_REAL_PGDIR_SIZE)
  249. sun4c_put_segmap(vaddr, invalid_segment);
  250. for (vaddr = LINUX_OPPROM_ENDVM; vaddr; vaddr += SUN4C_REAL_PGDIR_SIZE)
  251. sun4c_put_segmap(vaddr, invalid_segment);
  252. }
  253. sun4c_set_context(savectx);
  254. }
  255. void __init sun4c_probe_vac(void)
  256. {
  257. sun4c_disable_vac();
  258. if (ARCH_SUN4) {
  259. switch (idprom->id_machtype) {
  260. case (SM_SUN4|SM_4_110):
  261. sun4c_vacinfo.type = VAC_NONE;
  262. sun4c_vacinfo.num_bytes = 0;
  263. sun4c_vacinfo.linesize = 0;
  264. sun4c_vacinfo.do_hwflushes = 0;
  265. prom_printf("No VAC. Get some bucks and buy a real computer.");
  266. prom_halt();
  267. break;
  268. case (SM_SUN4|SM_4_260):
  269. sun4c_vacinfo.type = VAC_WRITE_BACK;
  270. sun4c_vacinfo.num_bytes = 128 * 1024;
  271. sun4c_vacinfo.linesize = 16;
  272. sun4c_vacinfo.do_hwflushes = 0;
  273. break;
  274. case (SM_SUN4|SM_4_330):
  275. sun4c_vacinfo.type = VAC_WRITE_THROUGH;
  276. sun4c_vacinfo.num_bytes = 128 * 1024;
  277. sun4c_vacinfo.linesize = 16;
  278. sun4c_vacinfo.do_hwflushes = 0;
  279. break;
  280. case (SM_SUN4|SM_4_470):
  281. sun4c_vacinfo.type = VAC_WRITE_BACK;
  282. sun4c_vacinfo.num_bytes = 128 * 1024;
  283. sun4c_vacinfo.linesize = 32;
  284. sun4c_vacinfo.do_hwflushes = 0;
  285. break;
  286. default:
  287. prom_printf("Cannot initialize VAC - weird sun4 model idprom->id_machtype = %d", idprom->id_machtype);
  288. prom_halt();
  289. };
  290. } else {
  291. sun4c_vacinfo.type = VAC_WRITE_THROUGH;
  292. if ((idprom->id_machtype == (SM_SUN4C | SM_4C_SS1)) ||
  293. (idprom->id_machtype == (SM_SUN4C | SM_4C_SS1PLUS))) {
  294. /* PROM on SS1 lacks this info, to be super safe we
  295. * hard code it here since this arch is cast in stone.
  296. */
  297. sun4c_vacinfo.num_bytes = 65536;
  298. sun4c_vacinfo.linesize = 16;
  299. } else {
  300. sun4c_vacinfo.num_bytes =
  301. prom_getintdefault(prom_root_node, "vac-size", 65536);
  302. sun4c_vacinfo.linesize =
  303. prom_getintdefault(prom_root_node, "vac-linesize", 16);
  304. }
  305. sun4c_vacinfo.do_hwflushes =
  306. prom_getintdefault(prom_root_node, "vac-hwflush", 0);
  307. if (sun4c_vacinfo.do_hwflushes == 0)
  308. sun4c_vacinfo.do_hwflushes =
  309. prom_getintdefault(prom_root_node, "vac_hwflush", 0);
  310. if (sun4c_vacinfo.num_bytes != 65536) {
  311. prom_printf("WEIRD Sun4C VAC cache size, "
  312. "tell sparclinux@vger.kernel.org");
  313. prom_halt();
  314. }
  315. }
  316. sun4c_vacinfo.num_lines =
  317. (sun4c_vacinfo.num_bytes / sun4c_vacinfo.linesize);
  318. switch (sun4c_vacinfo.linesize) {
  319. case 16:
  320. sun4c_vacinfo.log2lsize = 4;
  321. break;
  322. case 32:
  323. sun4c_vacinfo.log2lsize = 5;
  324. break;
  325. default:
  326. prom_printf("probe_vac: Didn't expect vac-linesize of %d, halting\n",
  327. sun4c_vacinfo.linesize);
  328. prom_halt();
  329. };
  330. sun4c_flush_all();
  331. sun4c_enable_vac();
  332. }
  333. /* Patch instructions for the low level kernel fault handler. */
  334. extern unsigned long invalid_segment_patch1, invalid_segment_patch1_ff;
  335. extern unsigned long invalid_segment_patch2, invalid_segment_patch2_ff;
  336. extern unsigned long invalid_segment_patch1_1ff, invalid_segment_patch2_1ff;
  337. extern unsigned long num_context_patch1, num_context_patch1_16;
  338. extern unsigned long num_context_patch2_16;
  339. extern unsigned long vac_linesize_patch, vac_linesize_patch_32;
  340. extern unsigned long vac_hwflush_patch1, vac_hwflush_patch1_on;
  341. extern unsigned long vac_hwflush_patch2, vac_hwflush_patch2_on;
  342. #define PATCH_INSN(src, dst) do { \
  343. daddr = &(dst); \
  344. iaddr = &(src); \
  345. *daddr = *iaddr; \
  346. } while (0)
  347. static void __init patch_kernel_fault_handler(void)
  348. {
  349. unsigned long *iaddr, *daddr;
  350. switch (num_segmaps) {
  351. case 128:
  352. /* Default, nothing to do. */
  353. break;
  354. case 256:
  355. PATCH_INSN(invalid_segment_patch1_ff,
  356. invalid_segment_patch1);
  357. PATCH_INSN(invalid_segment_patch2_ff,
  358. invalid_segment_patch2);
  359. break;
  360. case 512:
  361. PATCH_INSN(invalid_segment_patch1_1ff,
  362. invalid_segment_patch1);
  363. PATCH_INSN(invalid_segment_patch2_1ff,
  364. invalid_segment_patch2);
  365. break;
  366. default:
  367. prom_printf("Unhandled number of segmaps: %d\n",
  368. num_segmaps);
  369. prom_halt();
  370. };
  371. switch (num_contexts) {
  372. case 8:
  373. /* Default, nothing to do. */
  374. break;
  375. case 16:
  376. PATCH_INSN(num_context_patch1_16,
  377. num_context_patch1);
  378. break;
  379. default:
  380. prom_printf("Unhandled number of contexts: %d\n",
  381. num_contexts);
  382. prom_halt();
  383. };
  384. if (sun4c_vacinfo.do_hwflushes != 0) {
  385. PATCH_INSN(vac_hwflush_patch1_on, vac_hwflush_patch1);
  386. PATCH_INSN(vac_hwflush_patch2_on, vac_hwflush_patch2);
  387. } else {
  388. switch (sun4c_vacinfo.linesize) {
  389. case 16:
  390. /* Default, nothing to do. */
  391. break;
  392. case 32:
  393. PATCH_INSN(vac_linesize_patch_32, vac_linesize_patch);
  394. break;
  395. default:
  396. prom_printf("Impossible VAC linesize %d, halting...\n",
  397. sun4c_vacinfo.linesize);
  398. prom_halt();
  399. };
  400. }
  401. }
  402. static void __init sun4c_probe_mmu(void)
  403. {
  404. if (ARCH_SUN4) {
  405. switch (idprom->id_machtype) {
  406. case (SM_SUN4|SM_4_110):
  407. prom_printf("No support for 4100 yet\n");
  408. prom_halt();
  409. num_segmaps = 256;
  410. num_contexts = 8;
  411. break;
  412. case (SM_SUN4|SM_4_260):
  413. /* should be 512 segmaps. when it get fixed */
  414. num_segmaps = 256;
  415. num_contexts = 16;
  416. break;
  417. case (SM_SUN4|SM_4_330):
  418. num_segmaps = 256;
  419. num_contexts = 16;
  420. break;
  421. case (SM_SUN4|SM_4_470):
  422. /* should be 1024 segmaps. when it get fixed */
  423. num_segmaps = 256;
  424. num_contexts = 64;
  425. break;
  426. default:
  427. prom_printf("Invalid SUN4 model\n");
  428. prom_halt();
  429. };
  430. } else {
  431. if ((idprom->id_machtype == (SM_SUN4C | SM_4C_SS1)) ||
  432. (idprom->id_machtype == (SM_SUN4C | SM_4C_SS1PLUS))) {
  433. /* Hardcode these just to be safe, PROM on SS1 does
  434. * not have this info available in the root node.
  435. */
  436. num_segmaps = 128;
  437. num_contexts = 8;
  438. } else {
  439. num_segmaps =
  440. prom_getintdefault(prom_root_node, "mmu-npmg", 128);
  441. num_contexts =
  442. prom_getintdefault(prom_root_node, "mmu-nctx", 0x8);
  443. }
  444. }
  445. patch_kernel_fault_handler();
  446. }
  447. volatile unsigned long *sun4c_memerr_reg = NULL;
  448. void __init sun4c_probe_memerr_reg(void)
  449. {
  450. int node;
  451. struct linux_prom_registers regs[1];
  452. if (ARCH_SUN4) {
  453. sun4c_memerr_reg = ioremap(sun4_memreg_physaddr, PAGE_SIZE);
  454. } else {
  455. node = prom_getchild(prom_root_node);
  456. node = prom_searchsiblings(prom_root_node, "memory-error");
  457. if (!node)
  458. return;
  459. if (prom_getproperty(node, "reg", (char *)regs, sizeof(regs)) <= 0)
  460. return;
  461. /* hmm I think regs[0].which_io is zero here anyways */
  462. sun4c_memerr_reg = ioremap(regs[0].phys_addr, regs[0].reg_size);
  463. }
  464. }
  465. static inline void sun4c_init_ss2_cache_bug(void)
  466. {
  467. extern unsigned long start;
  468. if ((idprom->id_machtype == (SM_SUN4C | SM_4C_SS2)) ||
  469. (idprom->id_machtype == (SM_SUN4C | SM_4C_IPX)) ||
  470. (idprom->id_machtype == (SM_SUN4 | SM_4_330)) ||
  471. (idprom->id_machtype == (SM_SUN4C | SM_4C_ELC))) {
  472. /* Whee.. */
  473. printk("SS2 cache bug detected, uncaching trap table page\n");
  474. sun4c_flush_page((unsigned int) &start);
  475. sun4c_put_pte(((unsigned long) &start),
  476. (sun4c_get_pte((unsigned long) &start) | _SUN4C_PAGE_NOCACHE));
  477. }
  478. }
  479. /* Addr is always aligned on a page boundary for us already. */
  480. static int sun4c_map_dma_area(dma_addr_t *pba, unsigned long va,
  481. unsigned long addr, int len)
  482. {
  483. unsigned long page, end;
  484. *pba = addr;
  485. end = PAGE_ALIGN((addr + len));
  486. while (addr < end) {
  487. page = va;
  488. sun4c_flush_page(page);
  489. page -= PAGE_OFFSET;
  490. page >>= PAGE_SHIFT;
  491. page |= (_SUN4C_PAGE_VALID | _SUN4C_PAGE_DIRTY |
  492. _SUN4C_PAGE_NOCACHE | _SUN4C_PAGE_PRIV);
  493. sun4c_put_pte(addr, page);
  494. addr += PAGE_SIZE;
  495. va += PAGE_SIZE;
  496. }
  497. return 0;
  498. }
  499. static struct page *sun4c_translate_dvma(unsigned long busa)
  500. {
  501. /* Fortunately for us, bus_addr == uncached_virt in sun4c. */
  502. unsigned long pte = sun4c_get_pte(busa);
  503. return pfn_to_page(pte & SUN4C_PFN_MASK);
  504. }
  505. static void sun4c_unmap_dma_area(unsigned long busa, int len)
  506. {
  507. /* Fortunately for us, bus_addr == uncached_virt in sun4c. */
  508. /* XXX Implement this */
  509. }
  510. /* TLB management. */
  511. /* Don't change this struct without changing entry.S. This is used
  512. * in the in-window kernel fault handler, and you don't want to mess
  513. * with that. (See sun4c_fault in entry.S).
  514. */
  515. struct sun4c_mmu_entry {
  516. struct sun4c_mmu_entry *next;
  517. struct sun4c_mmu_entry *prev;
  518. unsigned long vaddr;
  519. unsigned char pseg;
  520. unsigned char locked;
  521. /* For user mappings only, and completely hidden from kernel
  522. * TLB miss code.
  523. */
  524. unsigned char ctx;
  525. struct sun4c_mmu_entry *lru_next;
  526. struct sun4c_mmu_entry *lru_prev;
  527. };
  528. static struct sun4c_mmu_entry mmu_entry_pool[SUN4C_MAX_SEGMAPS];
  529. static void __init sun4c_init_mmu_entry_pool(void)
  530. {
  531. int i;
  532. for (i=0; i < SUN4C_MAX_SEGMAPS; i++) {
  533. mmu_entry_pool[i].pseg = i;
  534. mmu_entry_pool[i].next = NULL;
  535. mmu_entry_pool[i].prev = NULL;
  536. mmu_entry_pool[i].vaddr = 0;
  537. mmu_entry_pool[i].locked = 0;
  538. mmu_entry_pool[i].ctx = 0;
  539. mmu_entry_pool[i].lru_next = NULL;
  540. mmu_entry_pool[i].lru_prev = NULL;
  541. }
  542. mmu_entry_pool[invalid_segment].locked = 1;
  543. }
  544. static inline void fix_permissions(unsigned long vaddr, unsigned long bits_on,
  545. unsigned long bits_off)
  546. {
  547. unsigned long start, end;
  548. end = vaddr + SUN4C_REAL_PGDIR_SIZE;
  549. for (start = vaddr; start < end; start += PAGE_SIZE)
  550. if (sun4c_get_pte(start) & _SUN4C_PAGE_VALID)
  551. sun4c_put_pte(start, (sun4c_get_pte(start) | bits_on) &
  552. ~bits_off);
  553. }
  554. static inline void sun4c_init_map_kernelprom(unsigned long kernel_end)
  555. {
  556. unsigned long vaddr;
  557. unsigned char pseg, ctx;
  558. #ifdef CONFIG_SUN4
  559. /* sun4/110 and 260 have no kadb. */
  560. if ((idprom->id_machtype != (SM_SUN4 | SM_4_260)) &&
  561. (idprom->id_machtype != (SM_SUN4 | SM_4_110))) {
  562. #endif
  563. for (vaddr = KADB_DEBUGGER_BEGVM;
  564. vaddr < LINUX_OPPROM_ENDVM;
  565. vaddr += SUN4C_REAL_PGDIR_SIZE) {
  566. pseg = sun4c_get_segmap(vaddr);
  567. if (pseg != invalid_segment) {
  568. mmu_entry_pool[pseg].locked = 1;
  569. for (ctx = 0; ctx < num_contexts; ctx++)
  570. prom_putsegment(ctx, vaddr, pseg);
  571. fix_permissions(vaddr, _SUN4C_PAGE_PRIV, 0);
  572. }
  573. }
  574. #ifdef CONFIG_SUN4
  575. }
  576. #endif
  577. for (vaddr = KERNBASE; vaddr < kernel_end; vaddr += SUN4C_REAL_PGDIR_SIZE) {
  578. pseg = sun4c_get_segmap(vaddr);
  579. mmu_entry_pool[pseg].locked = 1;
  580. for (ctx = 0; ctx < num_contexts; ctx++)
  581. prom_putsegment(ctx, vaddr, pseg);
  582. fix_permissions(vaddr, _SUN4C_PAGE_PRIV, _SUN4C_PAGE_NOCACHE);
  583. }
  584. }
  585. static void __init sun4c_init_lock_area(unsigned long start, unsigned long end)
  586. {
  587. int i, ctx;
  588. while (start < end) {
  589. for (i = 0; i < invalid_segment; i++)
  590. if (!mmu_entry_pool[i].locked)
  591. break;
  592. mmu_entry_pool[i].locked = 1;
  593. sun4c_init_clean_segmap(i);
  594. for (ctx = 0; ctx < num_contexts; ctx++)
  595. prom_putsegment(ctx, start, mmu_entry_pool[i].pseg);
  596. start += SUN4C_REAL_PGDIR_SIZE;
  597. }
  598. }
  599. /* Don't change this struct without changing entry.S. This is used
  600. * in the in-window kernel fault handler, and you don't want to mess
  601. * with that. (See sun4c_fault in entry.S).
  602. */
  603. struct sun4c_mmu_ring {
  604. struct sun4c_mmu_entry ringhd;
  605. int num_entries;
  606. };
  607. static struct sun4c_mmu_ring sun4c_context_ring[SUN4C_MAX_CONTEXTS]; /* used user entries */
  608. static struct sun4c_mmu_ring sun4c_ufree_ring; /* free user entries */
  609. static struct sun4c_mmu_ring sun4c_ulru_ring; /* LRU user entries */
  610. struct sun4c_mmu_ring sun4c_kernel_ring; /* used kernel entries */
  611. struct sun4c_mmu_ring sun4c_kfree_ring; /* free kernel entries */
  612. static inline void sun4c_init_rings(void)
  613. {
  614. int i;
  615. for (i = 0; i < SUN4C_MAX_CONTEXTS; i++) {
  616. sun4c_context_ring[i].ringhd.next =
  617. sun4c_context_ring[i].ringhd.prev =
  618. &sun4c_context_ring[i].ringhd;
  619. sun4c_context_ring[i].num_entries = 0;
  620. }
  621. sun4c_ufree_ring.ringhd.next = sun4c_ufree_ring.ringhd.prev =
  622. &sun4c_ufree_ring.ringhd;
  623. sun4c_ufree_ring.num_entries = 0;
  624. sun4c_ulru_ring.ringhd.lru_next = sun4c_ulru_ring.ringhd.lru_prev =
  625. &sun4c_ulru_ring.ringhd;
  626. sun4c_ulru_ring.num_entries = 0;
  627. sun4c_kernel_ring.ringhd.next = sun4c_kernel_ring.ringhd.prev =
  628. &sun4c_kernel_ring.ringhd;
  629. sun4c_kernel_ring.num_entries = 0;
  630. sun4c_kfree_ring.ringhd.next = sun4c_kfree_ring.ringhd.prev =
  631. &sun4c_kfree_ring.ringhd;
  632. sun4c_kfree_ring.num_entries = 0;
  633. }
  634. static void add_ring(struct sun4c_mmu_ring *ring,
  635. struct sun4c_mmu_entry *entry)
  636. {
  637. struct sun4c_mmu_entry *head = &ring->ringhd;
  638. entry->prev = head;
  639. (entry->next = head->next)->prev = entry;
  640. head->next = entry;
  641. ring->num_entries++;
  642. }
  643. static __inline__ void add_lru(struct sun4c_mmu_entry *entry)
  644. {
  645. struct sun4c_mmu_ring *ring = &sun4c_ulru_ring;
  646. struct sun4c_mmu_entry *head = &ring->ringhd;
  647. entry->lru_next = head;
  648. (entry->lru_prev = head->lru_prev)->lru_next = entry;
  649. head->lru_prev = entry;
  650. }
  651. static void add_ring_ordered(struct sun4c_mmu_ring *ring,
  652. struct sun4c_mmu_entry *entry)
  653. {
  654. struct sun4c_mmu_entry *head = &ring->ringhd;
  655. unsigned long addr = entry->vaddr;
  656. while ((head->next != &ring->ringhd) && (head->next->vaddr < addr))
  657. head = head->next;
  658. entry->prev = head;
  659. (entry->next = head->next)->prev = entry;
  660. head->next = entry;
  661. ring->num_entries++;
  662. add_lru(entry);
  663. }
  664. static __inline__ void remove_ring(struct sun4c_mmu_ring *ring,
  665. struct sun4c_mmu_entry *entry)
  666. {
  667. struct sun4c_mmu_entry *next = entry->next;
  668. (next->prev = entry->prev)->next = next;
  669. ring->num_entries--;
  670. }
  671. static void remove_lru(struct sun4c_mmu_entry *entry)
  672. {
  673. struct sun4c_mmu_entry *next = entry->lru_next;
  674. (next->lru_prev = entry->lru_prev)->lru_next = next;
  675. }
  676. static void free_user_entry(int ctx, struct sun4c_mmu_entry *entry)
  677. {
  678. remove_ring(sun4c_context_ring+ctx, entry);
  679. remove_lru(entry);
  680. add_ring(&sun4c_ufree_ring, entry);
  681. }
  682. static void free_kernel_entry(struct sun4c_mmu_entry *entry,
  683. struct sun4c_mmu_ring *ring)
  684. {
  685. remove_ring(ring, entry);
  686. add_ring(&sun4c_kfree_ring, entry);
  687. }
  688. static void __init sun4c_init_fill_kernel_ring(int howmany)
  689. {
  690. int i;
  691. while (howmany) {
  692. for (i = 0; i < invalid_segment; i++)
  693. if (!mmu_entry_pool[i].locked)
  694. break;
  695. mmu_entry_pool[i].locked = 1;
  696. sun4c_init_clean_segmap(i);
  697. add_ring(&sun4c_kfree_ring, &mmu_entry_pool[i]);
  698. howmany--;
  699. }
  700. }
  701. static void __init sun4c_init_fill_user_ring(void)
  702. {
  703. int i;
  704. for (i = 0; i < invalid_segment; i++) {
  705. if (mmu_entry_pool[i].locked)
  706. continue;
  707. sun4c_init_clean_segmap(i);
  708. add_ring(&sun4c_ufree_ring, &mmu_entry_pool[i]);
  709. }
  710. }
  711. static void sun4c_kernel_unmap(struct sun4c_mmu_entry *kentry)
  712. {
  713. int savectx, ctx;
  714. savectx = sun4c_get_context();
  715. for (ctx = 0; ctx < num_contexts; ctx++) {
  716. sun4c_set_context(ctx);
  717. sun4c_put_segmap(kentry->vaddr, invalid_segment);
  718. }
  719. sun4c_set_context(savectx);
  720. }
  721. static void sun4c_kernel_map(struct sun4c_mmu_entry *kentry)
  722. {
  723. int savectx, ctx;
  724. savectx = sun4c_get_context();
  725. for (ctx = 0; ctx < num_contexts; ctx++) {
  726. sun4c_set_context(ctx);
  727. sun4c_put_segmap(kentry->vaddr, kentry->pseg);
  728. }
  729. sun4c_set_context(savectx);
  730. }
  731. #define sun4c_user_unmap(__entry) \
  732. sun4c_put_segmap((__entry)->vaddr, invalid_segment)
  733. static void sun4c_demap_context(struct sun4c_mmu_ring *crp, unsigned char ctx)
  734. {
  735. struct sun4c_mmu_entry *head = &crp->ringhd;
  736. unsigned long flags;
  737. local_irq_save(flags);
  738. if (head->next != head) {
  739. struct sun4c_mmu_entry *entry = head->next;
  740. int savectx = sun4c_get_context();
  741. flush_user_windows();
  742. sun4c_set_context(ctx);
  743. sun4c_flush_context();
  744. do {
  745. struct sun4c_mmu_entry *next = entry->next;
  746. sun4c_user_unmap(entry);
  747. free_user_entry(ctx, entry);
  748. entry = next;
  749. } while (entry != head);
  750. sun4c_set_context(savectx);
  751. }
  752. local_irq_restore(flags);
  753. }
  754. static int sun4c_user_taken_entries; /* This is how much we have. */
  755. static int max_user_taken_entries; /* This limits us and prevents deadlock. */
  756. static struct sun4c_mmu_entry *sun4c_kernel_strategy(void)
  757. {
  758. struct sun4c_mmu_entry *this_entry;
  759. /* If some are free, return first one. */
  760. if (sun4c_kfree_ring.num_entries) {
  761. this_entry = sun4c_kfree_ring.ringhd.next;
  762. return this_entry;
  763. }
  764. /* Else free one up. */
  765. this_entry = sun4c_kernel_ring.ringhd.prev;
  766. sun4c_flush_segment(this_entry->vaddr);
  767. sun4c_kernel_unmap(this_entry);
  768. free_kernel_entry(this_entry, &sun4c_kernel_ring);
  769. this_entry = sun4c_kfree_ring.ringhd.next;
  770. return this_entry;
  771. }
  772. /* Using this method to free up mmu entries eliminates a lot of
  773. * potential races since we have a kernel that incurs tlb
  774. * replacement faults. There may be performance penalties.
  775. *
  776. * NOTE: Must be called with interrupts disabled.
  777. */
  778. static struct sun4c_mmu_entry *sun4c_user_strategy(void)
  779. {
  780. struct sun4c_mmu_entry *entry;
  781. unsigned char ctx;
  782. int savectx;
  783. /* If some are free, return first one. */
  784. if (sun4c_ufree_ring.num_entries) {
  785. entry = sun4c_ufree_ring.ringhd.next;
  786. goto unlink_out;
  787. }
  788. if (sun4c_user_taken_entries) {
  789. entry = sun4c_kernel_strategy();
  790. sun4c_user_taken_entries--;
  791. goto kunlink_out;
  792. }
  793. /* Grab from the beginning of the LRU list. */
  794. entry = sun4c_ulru_ring.ringhd.lru_next;
  795. ctx = entry->ctx;
  796. savectx = sun4c_get_context();
  797. flush_user_windows();
  798. sun4c_set_context(ctx);
  799. sun4c_flush_segment(entry->vaddr);
  800. sun4c_user_unmap(entry);
  801. remove_ring(sun4c_context_ring + ctx, entry);
  802. remove_lru(entry);
  803. sun4c_set_context(savectx);
  804. return entry;
  805. unlink_out:
  806. remove_ring(&sun4c_ufree_ring, entry);
  807. return entry;
  808. kunlink_out:
  809. remove_ring(&sun4c_kfree_ring, entry);
  810. return entry;
  811. }
  812. /* NOTE: Must be called with interrupts disabled. */
  813. void sun4c_grow_kernel_ring(void)
  814. {
  815. struct sun4c_mmu_entry *entry;
  816. /* Prevent deadlock condition. */
  817. if (sun4c_user_taken_entries >= max_user_taken_entries)
  818. return;
  819. if (sun4c_ufree_ring.num_entries) {
  820. entry = sun4c_ufree_ring.ringhd.next;
  821. remove_ring(&sun4c_ufree_ring, entry);
  822. add_ring(&sun4c_kfree_ring, entry);
  823. sun4c_user_taken_entries++;
  824. }
  825. }
  826. /* 2 page buckets for task struct and kernel stack allocation.
  827. *
  828. * TASK_STACK_BEGIN
  829. * bucket[0]
  830. * bucket[1]
  831. * [ ... ]
  832. * bucket[NR_TASK_BUCKETS-1]
  833. * TASK_STACK_BEGIN + (sizeof(struct task_bucket) * NR_TASK_BUCKETS)
  834. *
  835. * Each slot looks like:
  836. *
  837. * page 1 -- task struct + beginning of kernel stack
  838. * page 2 -- rest of kernel stack
  839. */
  840. union task_union *sun4c_bucket[NR_TASK_BUCKETS];
  841. static int sun4c_lowbucket_avail;
  842. #define BUCKET_EMPTY ((union task_union *) 0)
  843. #define BUCKET_SHIFT (PAGE_SHIFT + 1) /* log2(sizeof(struct task_bucket)) */
  844. #define BUCKET_SIZE (1 << BUCKET_SHIFT)
  845. #define BUCKET_NUM(addr) ((((addr) - SUN4C_LOCK_VADDR) >> BUCKET_SHIFT))
  846. #define BUCKET_ADDR(num) (((num) << BUCKET_SHIFT) + SUN4C_LOCK_VADDR)
  847. #define BUCKET_PTE(page) \
  848. ((((page) - PAGE_OFFSET) >> PAGE_SHIFT) | pgprot_val(SUN4C_PAGE_KERNEL))
  849. #define BUCKET_PTE_PAGE(pte) \
  850. (PAGE_OFFSET + (((pte) & SUN4C_PFN_MASK) << PAGE_SHIFT))
  851. static void get_locked_segment(unsigned long addr)
  852. {
  853. struct sun4c_mmu_entry *stolen;
  854. unsigned long flags;
  855. local_irq_save(flags);
  856. addr &= SUN4C_REAL_PGDIR_MASK;
  857. stolen = sun4c_user_strategy();
  858. max_user_taken_entries--;
  859. stolen->vaddr = addr;
  860. flush_user_windows();
  861. sun4c_kernel_map(stolen);
  862. local_irq_restore(flags);
  863. }
  864. static void free_locked_segment(unsigned long addr)
  865. {
  866. struct sun4c_mmu_entry *entry;
  867. unsigned long flags;
  868. unsigned char pseg;
  869. local_irq_save(flags);
  870. addr &= SUN4C_REAL_PGDIR_MASK;
  871. pseg = sun4c_get_segmap(addr);
  872. entry = &mmu_entry_pool[pseg];
  873. flush_user_windows();
  874. sun4c_flush_segment(addr);
  875. sun4c_kernel_unmap(entry);
  876. add_ring(&sun4c_ufree_ring, entry);
  877. max_user_taken_entries++;
  878. local_irq_restore(flags);
  879. }
  880. static inline void garbage_collect(int entry)
  881. {
  882. int start, end;
  883. /* 32 buckets per segment... */
  884. entry &= ~31;
  885. start = entry;
  886. for (end = (start + 32); start < end; start++)
  887. if (sun4c_bucket[start] != BUCKET_EMPTY)
  888. return;
  889. /* Entire segment empty, release it. */
  890. free_locked_segment(BUCKET_ADDR(entry));
  891. }
  892. static struct thread_info *sun4c_alloc_thread_info(void)
  893. {
  894. unsigned long addr, pages;
  895. int entry;
  896. pages = __get_free_pages(GFP_KERNEL, THREAD_INFO_ORDER);
  897. if (!pages)
  898. return NULL;
  899. for (entry = sun4c_lowbucket_avail; entry < NR_TASK_BUCKETS; entry++)
  900. if (sun4c_bucket[entry] == BUCKET_EMPTY)
  901. break;
  902. if (entry == NR_TASK_BUCKETS) {
  903. free_pages(pages, THREAD_INFO_ORDER);
  904. return NULL;
  905. }
  906. if (entry >= sun4c_lowbucket_avail)
  907. sun4c_lowbucket_avail = entry + 1;
  908. addr = BUCKET_ADDR(entry);
  909. sun4c_bucket[entry] = (union task_union *) addr;
  910. if(sun4c_get_segmap(addr) == invalid_segment)
  911. get_locked_segment(addr);
  912. /* We are changing the virtual color of the page(s)
  913. * so we must flush the cache to guarantee consistency.
  914. */
  915. sun4c_flush_page(pages);
  916. #ifndef CONFIG_SUN4
  917. sun4c_flush_page(pages + PAGE_SIZE);
  918. #endif
  919. sun4c_put_pte(addr, BUCKET_PTE(pages));
  920. #ifndef CONFIG_SUN4
  921. sun4c_put_pte(addr + PAGE_SIZE, BUCKET_PTE(pages + PAGE_SIZE));
  922. #endif
  923. #ifdef CONFIG_DEBUG_STACK_USAGE
  924. memset((void *)addr, 0, PAGE_SIZE << THREAD_INFO_ORDER);
  925. #endif /* DEBUG_STACK_USAGE */
  926. return (struct thread_info *) addr;
  927. }
  928. static void sun4c_free_thread_info(struct thread_info *ti)
  929. {
  930. unsigned long tiaddr = (unsigned long) ti;
  931. unsigned long pages = BUCKET_PTE_PAGE(sun4c_get_pte(tiaddr));
  932. int entry = BUCKET_NUM(tiaddr);
  933. /* We are deleting a mapping, so the flush here is mandatory. */
  934. sun4c_flush_page(tiaddr);
  935. #ifndef CONFIG_SUN4
  936. sun4c_flush_page(tiaddr + PAGE_SIZE);
  937. #endif
  938. sun4c_put_pte(tiaddr, 0);
  939. #ifndef CONFIG_SUN4
  940. sun4c_put_pte(tiaddr + PAGE_SIZE, 0);
  941. #endif
  942. sun4c_bucket[entry] = BUCKET_EMPTY;
  943. if (entry < sun4c_lowbucket_avail)
  944. sun4c_lowbucket_avail = entry;
  945. free_pages(pages, THREAD_INFO_ORDER);
  946. garbage_collect(entry);
  947. }
  948. static void __init sun4c_init_buckets(void)
  949. {
  950. int entry;
  951. if (sizeof(union thread_union) != (PAGE_SIZE << THREAD_INFO_ORDER)) {
  952. extern void thread_info_size_is_bolixed_pete(void);
  953. thread_info_size_is_bolixed_pete();
  954. }
  955. for (entry = 0; entry < NR_TASK_BUCKETS; entry++)
  956. sun4c_bucket[entry] = BUCKET_EMPTY;
  957. sun4c_lowbucket_avail = 0;
  958. }
  959. static unsigned long sun4c_iobuffer_start;
  960. static unsigned long sun4c_iobuffer_end;
  961. static unsigned long sun4c_iobuffer_high;
  962. static unsigned long *sun4c_iobuffer_map;
  963. static int iobuffer_map_size;
  964. /*
  965. * Alias our pages so they do not cause a trap.
  966. * Also one page may be aliased into several I/O areas and we may
  967. * finish these I/O separately.
  968. */
  969. static char *sun4c_lockarea(char *vaddr, unsigned long size)
  970. {
  971. unsigned long base, scan;
  972. unsigned long npages;
  973. unsigned long vpage;
  974. unsigned long pte;
  975. unsigned long apage;
  976. unsigned long high;
  977. unsigned long flags;
  978. npages = (((unsigned long)vaddr & ~PAGE_MASK) +
  979. size + (PAGE_SIZE-1)) >> PAGE_SHIFT;
  980. scan = 0;
  981. local_irq_save(flags);
  982. for (;;) {
  983. scan = find_next_zero_bit(sun4c_iobuffer_map,
  984. iobuffer_map_size, scan);
  985. if ((base = scan) + npages > iobuffer_map_size) goto abend;
  986. for (;;) {
  987. if (scan >= base + npages) goto found;
  988. if (test_bit(scan, sun4c_iobuffer_map)) break;
  989. scan++;
  990. }
  991. }
  992. found:
  993. high = ((base + npages) << PAGE_SHIFT) + sun4c_iobuffer_start;
  994. high = SUN4C_REAL_PGDIR_ALIGN(high);
  995. while (high > sun4c_iobuffer_high) {
  996. get_locked_segment(sun4c_iobuffer_high);
  997. sun4c_iobuffer_high += SUN4C_REAL_PGDIR_SIZE;
  998. }
  999. vpage = ((unsigned long) vaddr) & PAGE_MASK;
  1000. for (scan = base; scan < base+npages; scan++) {
  1001. pte = ((vpage-PAGE_OFFSET) >> PAGE_SHIFT);
  1002. pte |= pgprot_val(SUN4C_PAGE_KERNEL);
  1003. pte |= _SUN4C_PAGE_NOCACHE;
  1004. set_bit(scan, sun4c_iobuffer_map);
  1005. apage = (scan << PAGE_SHIFT) + sun4c_iobuffer_start;
  1006. /* Flush original mapping so we see the right things later. */
  1007. sun4c_flush_page(vpage);
  1008. sun4c_put_pte(apage, pte);
  1009. vpage += PAGE_SIZE;
  1010. }
  1011. local_irq_restore(flags);
  1012. return (char *) ((base << PAGE_SHIFT) + sun4c_iobuffer_start +
  1013. (((unsigned long) vaddr) & ~PAGE_MASK));
  1014. abend:
  1015. local_irq_restore(flags);
  1016. printk("DMA vaddr=0x%p size=%08lx\n", vaddr, size);
  1017. panic("Out of iobuffer table");
  1018. return NULL;
  1019. }
  1020. static void sun4c_unlockarea(char *vaddr, unsigned long size)
  1021. {
  1022. unsigned long vpage, npages;
  1023. unsigned long flags;
  1024. int scan, high;
  1025. vpage = (unsigned long)vaddr & PAGE_MASK;
  1026. npages = (((unsigned long)vaddr & ~PAGE_MASK) +
  1027. size + (PAGE_SIZE-1)) >> PAGE_SHIFT;
  1028. local_irq_save(flags);
  1029. while (npages != 0) {
  1030. --npages;
  1031. /* This mapping is marked non-cachable, no flush necessary. */
  1032. sun4c_put_pte(vpage, 0);
  1033. clear_bit((vpage - sun4c_iobuffer_start) >> PAGE_SHIFT,
  1034. sun4c_iobuffer_map);
  1035. vpage += PAGE_SIZE;
  1036. }
  1037. /* garbage collect */
  1038. scan = (sun4c_iobuffer_high - sun4c_iobuffer_start) >> PAGE_SHIFT;
  1039. while (scan >= 0 && !sun4c_iobuffer_map[scan >> 5])
  1040. scan -= 32;
  1041. scan += 32;
  1042. high = sun4c_iobuffer_start + (scan << PAGE_SHIFT);
  1043. high = SUN4C_REAL_PGDIR_ALIGN(high) + SUN4C_REAL_PGDIR_SIZE;
  1044. while (high < sun4c_iobuffer_high) {
  1045. sun4c_iobuffer_high -= SUN4C_REAL_PGDIR_SIZE;
  1046. free_locked_segment(sun4c_iobuffer_high);
  1047. }
  1048. local_irq_restore(flags);
  1049. }
  1050. /* Note the scsi code at init time passes to here buffers
  1051. * which sit on the kernel stack, those are already locked
  1052. * by implication and fool the page locking code above
  1053. * if passed to by mistake.
  1054. */
  1055. static __u32 sun4c_get_scsi_one(char *bufptr, unsigned long len, struct sbus_bus *sbus)
  1056. {
  1057. unsigned long page;
  1058. page = ((unsigned long)bufptr) & PAGE_MASK;
  1059. if (!virt_addr_valid(page)) {
  1060. sun4c_flush_page(page);
  1061. return (__u32)bufptr; /* already locked */
  1062. }
  1063. return (__u32)sun4c_lockarea(bufptr, len);
  1064. }
  1065. static void sun4c_get_scsi_sgl(struct scatterlist *sg, int sz, struct sbus_bus *sbus)
  1066. {
  1067. while (sz != 0) {
  1068. --sz;
  1069. sg[sz].dvma_address = (__u32)sun4c_lockarea(page_address(sg[sz].page) + sg[sz].offset, sg[sz].length);
  1070. sg[sz].dvma_length = sg[sz].length;
  1071. }
  1072. }
  1073. static void sun4c_release_scsi_one(__u32 bufptr, unsigned long len, struct sbus_bus *sbus)
  1074. {
  1075. if (bufptr < sun4c_iobuffer_start)
  1076. return; /* On kernel stack or similar, see above */
  1077. sun4c_unlockarea((char *)bufptr, len);
  1078. }
  1079. static void sun4c_release_scsi_sgl(struct scatterlist *sg, int sz, struct sbus_bus *sbus)
  1080. {
  1081. while (sz != 0) {
  1082. --sz;
  1083. sun4c_unlockarea((char *)sg[sz].dvma_address, sg[sz].length);
  1084. }
  1085. }
  1086. #define TASK_ENTRY_SIZE BUCKET_SIZE /* see above */
  1087. #define LONG_ALIGN(x) (((x)+(sizeof(long))-1)&~((sizeof(long))-1))
  1088. struct vm_area_struct sun4c_kstack_vma;
  1089. static void __init sun4c_init_lock_areas(void)
  1090. {
  1091. unsigned long sun4c_taskstack_start;
  1092. unsigned long sun4c_taskstack_end;
  1093. int bitmap_size;
  1094. sun4c_init_buckets();
  1095. sun4c_taskstack_start = SUN4C_LOCK_VADDR;
  1096. sun4c_taskstack_end = (sun4c_taskstack_start +
  1097. (TASK_ENTRY_SIZE * NR_TASK_BUCKETS));
  1098. if (sun4c_taskstack_end >= SUN4C_LOCK_END) {
  1099. prom_printf("Too many tasks, decrease NR_TASK_BUCKETS please.\n");
  1100. prom_halt();
  1101. }
  1102. sun4c_iobuffer_start = sun4c_iobuffer_high =
  1103. SUN4C_REAL_PGDIR_ALIGN(sun4c_taskstack_end);
  1104. sun4c_iobuffer_end = SUN4C_LOCK_END;
  1105. bitmap_size = (sun4c_iobuffer_end - sun4c_iobuffer_start) >> PAGE_SHIFT;
  1106. bitmap_size = (bitmap_size + 7) >> 3;
  1107. bitmap_size = LONG_ALIGN(bitmap_size);
  1108. iobuffer_map_size = bitmap_size << 3;
  1109. sun4c_iobuffer_map = __alloc_bootmem(bitmap_size, SMP_CACHE_BYTES, 0UL);
  1110. memset((void *) sun4c_iobuffer_map, 0, bitmap_size);
  1111. sun4c_kstack_vma.vm_mm = &init_mm;
  1112. sun4c_kstack_vma.vm_start = sun4c_taskstack_start;
  1113. sun4c_kstack_vma.vm_end = sun4c_taskstack_end;
  1114. sun4c_kstack_vma.vm_page_prot = PAGE_SHARED;
  1115. sun4c_kstack_vma.vm_flags = VM_READ | VM_WRITE | VM_EXEC;
  1116. insert_vm_struct(&init_mm, &sun4c_kstack_vma);
  1117. }
  1118. /* Cache flushing on the sun4c. */
  1119. static void sun4c_flush_cache_all(void)
  1120. {
  1121. unsigned long begin, end;
  1122. flush_user_windows();
  1123. begin = (KERNBASE + SUN4C_REAL_PGDIR_SIZE);
  1124. end = (begin + SUN4C_VAC_SIZE);
  1125. if (sun4c_vacinfo.linesize == 32) {
  1126. while (begin < end) {
  1127. __asm__ __volatile__(
  1128. "ld [%0 + 0x00], %%g0\n\t"
  1129. "ld [%0 + 0x20], %%g0\n\t"
  1130. "ld [%0 + 0x40], %%g0\n\t"
  1131. "ld [%0 + 0x60], %%g0\n\t"
  1132. "ld [%0 + 0x80], %%g0\n\t"
  1133. "ld [%0 + 0xa0], %%g0\n\t"
  1134. "ld [%0 + 0xc0], %%g0\n\t"
  1135. "ld [%0 + 0xe0], %%g0\n\t"
  1136. "ld [%0 + 0x100], %%g0\n\t"
  1137. "ld [%0 + 0x120], %%g0\n\t"
  1138. "ld [%0 + 0x140], %%g0\n\t"
  1139. "ld [%0 + 0x160], %%g0\n\t"
  1140. "ld [%0 + 0x180], %%g0\n\t"
  1141. "ld [%0 + 0x1a0], %%g0\n\t"
  1142. "ld [%0 + 0x1c0], %%g0\n\t"
  1143. "ld [%0 + 0x1e0], %%g0\n"
  1144. : : "r" (begin));
  1145. begin += 512;
  1146. }
  1147. } else {
  1148. while (begin < end) {
  1149. __asm__ __volatile__(
  1150. "ld [%0 + 0x00], %%g0\n\t"
  1151. "ld [%0 + 0x10], %%g0\n\t"
  1152. "ld [%0 + 0x20], %%g0\n\t"
  1153. "ld [%0 + 0x30], %%g0\n\t"
  1154. "ld [%0 + 0x40], %%g0\n\t"
  1155. "ld [%0 + 0x50], %%g0\n\t"
  1156. "ld [%0 + 0x60], %%g0\n\t"
  1157. "ld [%0 + 0x70], %%g0\n\t"
  1158. "ld [%0 + 0x80], %%g0\n\t"
  1159. "ld [%0 + 0x90], %%g0\n\t"
  1160. "ld [%0 + 0xa0], %%g0\n\t"
  1161. "ld [%0 + 0xb0], %%g0\n\t"
  1162. "ld [%0 + 0xc0], %%g0\n\t"
  1163. "ld [%0 + 0xd0], %%g0\n\t"
  1164. "ld [%0 + 0xe0], %%g0\n\t"
  1165. "ld [%0 + 0xf0], %%g0\n"
  1166. : : "r" (begin));
  1167. begin += 256;
  1168. }
  1169. }
  1170. }
  1171. static void sun4c_flush_cache_mm(struct mm_struct *mm)
  1172. {
  1173. int new_ctx = mm->context;
  1174. if (new_ctx != NO_CONTEXT) {
  1175. flush_user_windows();
  1176. if (sun4c_context_ring[new_ctx].num_entries) {
  1177. struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd;
  1178. unsigned long flags;
  1179. local_irq_save(flags);
  1180. if (head->next != head) {
  1181. struct sun4c_mmu_entry *entry = head->next;
  1182. int savectx = sun4c_get_context();
  1183. sun4c_set_context(new_ctx);
  1184. sun4c_flush_context();
  1185. do {
  1186. struct sun4c_mmu_entry *next = entry->next;
  1187. sun4c_user_unmap(entry);
  1188. free_user_entry(new_ctx, entry);
  1189. entry = next;
  1190. } while (entry != head);
  1191. sun4c_set_context(savectx);
  1192. }
  1193. local_irq_restore(flags);
  1194. }
  1195. }
  1196. }
  1197. static void sun4c_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end)
  1198. {
  1199. struct mm_struct *mm = vma->vm_mm;
  1200. int new_ctx = mm->context;
  1201. if (new_ctx != NO_CONTEXT) {
  1202. struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd;
  1203. struct sun4c_mmu_entry *entry;
  1204. unsigned long flags;
  1205. flush_user_windows();
  1206. local_irq_save(flags);
  1207. /* All user segmap chains are ordered on entry->vaddr. */
  1208. for (entry = head->next;
  1209. (entry != head) && ((entry->vaddr+SUN4C_REAL_PGDIR_SIZE) < start);
  1210. entry = entry->next)
  1211. ;
  1212. /* Tracing various job mixtures showed that this conditional
  1213. * only passes ~35% of the time for most worse case situations,
  1214. * therefore we avoid all of this gross overhead ~65% of the time.
  1215. */
  1216. if ((entry != head) && (entry->vaddr < end)) {
  1217. int octx = sun4c_get_context();
  1218. sun4c_set_context(new_ctx);
  1219. /* At this point, always, (start >= entry->vaddr) and
  1220. * (entry->vaddr < end), once the latter condition
  1221. * ceases to hold, or we hit the end of the list, we
  1222. * exit the loop. The ordering of all user allocated
  1223. * segmaps makes this all work out so beautifully.
  1224. */
  1225. do {
  1226. struct sun4c_mmu_entry *next = entry->next;
  1227. unsigned long realend;
  1228. /* "realstart" is always >= entry->vaddr */
  1229. realend = entry->vaddr + SUN4C_REAL_PGDIR_SIZE;
  1230. if (end < realend)
  1231. realend = end;
  1232. if ((realend - entry->vaddr) <= (PAGE_SIZE << 3)) {
  1233. unsigned long page = entry->vaddr;
  1234. while (page < realend) {
  1235. sun4c_flush_page(page);
  1236. page += PAGE_SIZE;
  1237. }
  1238. } else {
  1239. sun4c_flush_segment(entry->vaddr);
  1240. sun4c_user_unmap(entry);
  1241. free_user_entry(new_ctx, entry);
  1242. }
  1243. entry = next;
  1244. } while ((entry != head) && (entry->vaddr < end));
  1245. sun4c_set_context(octx);
  1246. }
  1247. local_irq_restore(flags);
  1248. }
  1249. }
  1250. static void sun4c_flush_cache_page(struct vm_area_struct *vma, unsigned long page)
  1251. {
  1252. struct mm_struct *mm = vma->vm_mm;
  1253. int new_ctx = mm->context;
  1254. /* Sun4c has no separate I/D caches so cannot optimize for non
  1255. * text page flushes.
  1256. */
  1257. if (new_ctx != NO_CONTEXT) {
  1258. int octx = sun4c_get_context();
  1259. unsigned long flags;
  1260. flush_user_windows();
  1261. local_irq_save(flags);
  1262. sun4c_set_context(new_ctx);
  1263. sun4c_flush_page(page);
  1264. sun4c_set_context(octx);
  1265. local_irq_restore(flags);
  1266. }
  1267. }
  1268. static void sun4c_flush_page_to_ram(unsigned long page)
  1269. {
  1270. unsigned long flags;
  1271. local_irq_save(flags);
  1272. sun4c_flush_page(page);
  1273. local_irq_restore(flags);
  1274. }
  1275. /* Sun4c cache is unified, both instructions and data live there, so
  1276. * no need to flush the on-stack instructions for new signal handlers.
  1277. */
  1278. static void sun4c_flush_sig_insns(struct mm_struct *mm, unsigned long insn_addr)
  1279. {
  1280. }
  1281. /* TLB flushing on the sun4c. These routines count on the cache
  1282. * flushing code to flush the user register windows so that we need
  1283. * not do so when we get here.
  1284. */
  1285. static void sun4c_flush_tlb_all(void)
  1286. {
  1287. struct sun4c_mmu_entry *this_entry, *next_entry;
  1288. unsigned long flags;
  1289. int savectx, ctx;
  1290. local_irq_save(flags);
  1291. this_entry = sun4c_kernel_ring.ringhd.next;
  1292. savectx = sun4c_get_context();
  1293. flush_user_windows();
  1294. while (sun4c_kernel_ring.num_entries) {
  1295. next_entry = this_entry->next;
  1296. sun4c_flush_segment(this_entry->vaddr);
  1297. for (ctx = 0; ctx < num_contexts; ctx++) {
  1298. sun4c_set_context(ctx);
  1299. sun4c_put_segmap(this_entry->vaddr, invalid_segment);
  1300. }
  1301. free_kernel_entry(this_entry, &sun4c_kernel_ring);
  1302. this_entry = next_entry;
  1303. }
  1304. sun4c_set_context(savectx);
  1305. local_irq_restore(flags);
  1306. }
  1307. static void sun4c_flush_tlb_mm(struct mm_struct *mm)
  1308. {
  1309. int new_ctx = mm->context;
  1310. if (new_ctx != NO_CONTEXT) {
  1311. struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd;
  1312. unsigned long flags;
  1313. local_irq_save(flags);
  1314. if (head->next != head) {
  1315. struct sun4c_mmu_entry *entry = head->next;
  1316. int savectx = sun4c_get_context();
  1317. sun4c_set_context(new_ctx);
  1318. sun4c_flush_context();
  1319. do {
  1320. struct sun4c_mmu_entry *next = entry->next;
  1321. sun4c_user_unmap(entry);
  1322. free_user_entry(new_ctx, entry);
  1323. entry = next;
  1324. } while (entry != head);
  1325. sun4c_set_context(savectx);
  1326. }
  1327. local_irq_restore(flags);
  1328. }
  1329. }
  1330. static void sun4c_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end)
  1331. {
  1332. struct mm_struct *mm = vma->vm_mm;
  1333. int new_ctx = mm->context;
  1334. if (new_ctx != NO_CONTEXT) {
  1335. struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd;
  1336. struct sun4c_mmu_entry *entry;
  1337. unsigned long flags;
  1338. local_irq_save(flags);
  1339. /* See commentary in sun4c_flush_cache_range(). */
  1340. for (entry = head->next;
  1341. (entry != head) && ((entry->vaddr+SUN4C_REAL_PGDIR_SIZE) < start);
  1342. entry = entry->next)
  1343. ;
  1344. if ((entry != head) && (entry->vaddr < end)) {
  1345. int octx = sun4c_get_context();
  1346. sun4c_set_context(new_ctx);
  1347. do {
  1348. struct sun4c_mmu_entry *next = entry->next;
  1349. sun4c_flush_segment(entry->vaddr);
  1350. sun4c_user_unmap(entry);
  1351. free_user_entry(new_ctx, entry);
  1352. entry = next;
  1353. } while ((entry != head) && (entry->vaddr < end));
  1354. sun4c_set_context(octx);
  1355. }
  1356. local_irq_restore(flags);
  1357. }
  1358. }
  1359. static void sun4c_flush_tlb_page(struct vm_area_struct *vma, unsigned long page)
  1360. {
  1361. struct mm_struct *mm = vma->vm_mm;
  1362. int new_ctx = mm->context;
  1363. if (new_ctx != NO_CONTEXT) {
  1364. int savectx = sun4c_get_context();
  1365. unsigned long flags;
  1366. local_irq_save(flags);
  1367. sun4c_set_context(new_ctx);
  1368. page &= PAGE_MASK;
  1369. sun4c_flush_page(page);
  1370. sun4c_put_pte(page, 0);
  1371. sun4c_set_context(savectx);
  1372. local_irq_restore(flags);
  1373. }
  1374. }
  1375. static inline void sun4c_mapioaddr(unsigned long physaddr, unsigned long virt_addr)
  1376. {
  1377. unsigned long page_entry;
  1378. page_entry = ((physaddr >> PAGE_SHIFT) & SUN4C_PFN_MASK);
  1379. page_entry |= ((pg_iobits | _SUN4C_PAGE_PRIV) & ~(_SUN4C_PAGE_PRESENT));
  1380. sun4c_put_pte(virt_addr, page_entry);
  1381. }
  1382. static void sun4c_mapiorange(unsigned int bus, unsigned long xpa,
  1383. unsigned long xva, unsigned int len)
  1384. {
  1385. while (len != 0) {
  1386. len -= PAGE_SIZE;
  1387. sun4c_mapioaddr(xpa, xva);
  1388. xva += PAGE_SIZE;
  1389. xpa += PAGE_SIZE;
  1390. }
  1391. }
  1392. static void sun4c_unmapiorange(unsigned long virt_addr, unsigned int len)
  1393. {
  1394. while (len != 0) {
  1395. len -= PAGE_SIZE;
  1396. sun4c_put_pte(virt_addr, 0);
  1397. virt_addr += PAGE_SIZE;
  1398. }
  1399. }
  1400. static void sun4c_alloc_context(struct mm_struct *old_mm, struct mm_struct *mm)
  1401. {
  1402. struct ctx_list *ctxp;
  1403. ctxp = ctx_free.next;
  1404. if (ctxp != &ctx_free) {
  1405. remove_from_ctx_list(ctxp);
  1406. add_to_used_ctxlist(ctxp);
  1407. mm->context = ctxp->ctx_number;
  1408. ctxp->ctx_mm = mm;
  1409. return;
  1410. }
  1411. ctxp = ctx_used.next;
  1412. if (ctxp->ctx_mm == old_mm)
  1413. ctxp = ctxp->next;
  1414. remove_from_ctx_list(ctxp);
  1415. add_to_used_ctxlist(ctxp);
  1416. ctxp->ctx_mm->context = NO_CONTEXT;
  1417. ctxp->ctx_mm = mm;
  1418. mm->context = ctxp->ctx_number;
  1419. sun4c_demap_context(&sun4c_context_ring[ctxp->ctx_number],
  1420. ctxp->ctx_number);
  1421. }
  1422. /* Switch the current MM context. */
  1423. static void sun4c_switch_mm(struct mm_struct *old_mm, struct mm_struct *mm, struct task_struct *tsk, int cpu)
  1424. {
  1425. struct ctx_list *ctx;
  1426. int dirty = 0;
  1427. if (mm->context == NO_CONTEXT) {
  1428. dirty = 1;
  1429. sun4c_alloc_context(old_mm, mm);
  1430. } else {
  1431. /* Update the LRU ring of contexts. */
  1432. ctx = ctx_list_pool + mm->context;
  1433. remove_from_ctx_list(ctx);
  1434. add_to_used_ctxlist(ctx);
  1435. }
  1436. if (dirty || old_mm != mm)
  1437. sun4c_set_context(mm->context);
  1438. }
  1439. static void sun4c_destroy_context(struct mm_struct *mm)
  1440. {
  1441. struct ctx_list *ctx_old;
  1442. if (mm->context != NO_CONTEXT) {
  1443. sun4c_demap_context(&sun4c_context_ring[mm->context], mm->context);
  1444. ctx_old = ctx_list_pool + mm->context;
  1445. remove_from_ctx_list(ctx_old);
  1446. add_to_free_ctxlist(ctx_old);
  1447. mm->context = NO_CONTEXT;
  1448. }
  1449. }
  1450. static void sun4c_mmu_info(struct seq_file *m)
  1451. {
  1452. int used_user_entries, i;
  1453. used_user_entries = 0;
  1454. for (i = 0; i < num_contexts; i++)
  1455. used_user_entries += sun4c_context_ring[i].num_entries;
  1456. seq_printf(m,
  1457. "vacsize\t\t: %d bytes\n"
  1458. "vachwflush\t: %s\n"
  1459. "vaclinesize\t: %d bytes\n"
  1460. "mmuctxs\t\t: %d\n"
  1461. "mmupsegs\t: %d\n"
  1462. "kernelpsegs\t: %d\n"
  1463. "kfreepsegs\t: %d\n"
  1464. "usedpsegs\t: %d\n"
  1465. "ufreepsegs\t: %d\n"
  1466. "user_taken\t: %d\n"
  1467. "max_taken\t: %d\n",
  1468. sun4c_vacinfo.num_bytes,
  1469. (sun4c_vacinfo.do_hwflushes ? "yes" : "no"),
  1470. sun4c_vacinfo.linesize,
  1471. num_contexts,
  1472. (invalid_segment + 1),
  1473. sun4c_kernel_ring.num_entries,
  1474. sun4c_kfree_ring.num_entries,
  1475. used_user_entries,
  1476. sun4c_ufree_ring.num_entries,
  1477. sun4c_user_taken_entries,
  1478. max_user_taken_entries);
  1479. }
  1480. /* Nothing below here should touch the mmu hardware nor the mmu_entry
  1481. * data structures.
  1482. */
  1483. /* First the functions which the mid-level code uses to directly
  1484. * manipulate the software page tables. Some defines since we are
  1485. * emulating the i386 page directory layout.
  1486. */
  1487. #define PGD_PRESENT 0x001
  1488. #define PGD_RW 0x002
  1489. #define PGD_USER 0x004
  1490. #define PGD_ACCESSED 0x020
  1491. #define PGD_DIRTY 0x040
  1492. #define PGD_TABLE (PGD_PRESENT | PGD_RW | PGD_USER | PGD_ACCESSED | PGD_DIRTY)
  1493. static void sun4c_set_pte(pte_t *ptep, pte_t pte)
  1494. {
  1495. *ptep = pte;
  1496. }
  1497. static void sun4c_pgd_set(pgd_t * pgdp, pmd_t * pmdp)
  1498. {
  1499. }
  1500. static void sun4c_pmd_set(pmd_t * pmdp, pte_t * ptep)
  1501. {
  1502. pmdp->pmdv[0] = PGD_TABLE | (unsigned long) ptep;
  1503. }
  1504. static void sun4c_pmd_populate(pmd_t * pmdp, struct page * ptep)
  1505. {
  1506. if (page_address(ptep) == NULL) BUG(); /* No highmem on sun4c */
  1507. pmdp->pmdv[0] = PGD_TABLE | (unsigned long) page_address(ptep);
  1508. }
  1509. static int sun4c_pte_present(pte_t pte)
  1510. {
  1511. return ((pte_val(pte) & (_SUN4C_PAGE_PRESENT | _SUN4C_PAGE_PRIV)) != 0);
  1512. }
  1513. static void sun4c_pte_clear(pte_t *ptep) { *ptep = __pte(0); }
  1514. static int sun4c_pte_read(pte_t pte)
  1515. {
  1516. return (pte_val(pte) & _SUN4C_PAGE_READ);
  1517. }
  1518. static int sun4c_pmd_bad(pmd_t pmd)
  1519. {
  1520. return (((pmd_val(pmd) & ~PAGE_MASK) != PGD_TABLE) ||
  1521. (!virt_addr_valid(pmd_val(pmd))));
  1522. }
  1523. static int sun4c_pmd_present(pmd_t pmd)
  1524. {
  1525. return ((pmd_val(pmd) & PGD_PRESENT) != 0);
  1526. }
  1527. #if 0 /* if PMD takes one word */
  1528. static void sun4c_pmd_clear(pmd_t *pmdp) { *pmdp = __pmd(0); }
  1529. #else /* if pmd_t is a longish aggregate */
  1530. static void sun4c_pmd_clear(pmd_t *pmdp) {
  1531. memset((void *)pmdp, 0, sizeof(pmd_t));
  1532. }
  1533. #endif
  1534. static int sun4c_pgd_none(pgd_t pgd) { return 0; }
  1535. static int sun4c_pgd_bad(pgd_t pgd) { return 0; }
  1536. static int sun4c_pgd_present(pgd_t pgd) { return 1; }
  1537. static void sun4c_pgd_clear(pgd_t * pgdp) { }
  1538. /*
  1539. * The following only work if pte_present() is true.
  1540. * Undefined behaviour if not..
  1541. */
  1542. static pte_t sun4c_pte_mkwrite(pte_t pte)
  1543. {
  1544. pte = __pte(pte_val(pte) | _SUN4C_PAGE_WRITE);
  1545. if (pte_val(pte) & _SUN4C_PAGE_MODIFIED)
  1546. pte = __pte(pte_val(pte) | _SUN4C_PAGE_SILENT_WRITE);
  1547. return pte;
  1548. }
  1549. static pte_t sun4c_pte_mkdirty(pte_t pte)
  1550. {
  1551. pte = __pte(pte_val(pte) | _SUN4C_PAGE_MODIFIED);
  1552. if (pte_val(pte) & _SUN4C_PAGE_WRITE)
  1553. pte = __pte(pte_val(pte) | _SUN4C_PAGE_SILENT_WRITE);
  1554. return pte;
  1555. }
  1556. static pte_t sun4c_pte_mkyoung(pte_t pte)
  1557. {
  1558. pte = __pte(pte_val(pte) | _SUN4C_PAGE_ACCESSED);
  1559. if (pte_val(pte) & _SUN4C_PAGE_READ)
  1560. pte = __pte(pte_val(pte) | _SUN4C_PAGE_SILENT_READ);
  1561. return pte;
  1562. }
  1563. /*
  1564. * Conversion functions: convert a page and protection to a page entry,
  1565. * and a page entry and page directory to the page they refer to.
  1566. */
  1567. static pte_t sun4c_mk_pte(struct page *page, pgprot_t pgprot)
  1568. {
  1569. return __pte(page_to_pfn(page) | pgprot_val(pgprot));
  1570. }
  1571. static pte_t sun4c_mk_pte_phys(unsigned long phys_page, pgprot_t pgprot)
  1572. {
  1573. return __pte((phys_page >> PAGE_SHIFT) | pgprot_val(pgprot));
  1574. }
  1575. static pte_t sun4c_mk_pte_io(unsigned long page, pgprot_t pgprot, int space)
  1576. {
  1577. return __pte(((page - PAGE_OFFSET) >> PAGE_SHIFT) | pgprot_val(pgprot));
  1578. }
  1579. static unsigned long sun4c_pte_pfn(pte_t pte)
  1580. {
  1581. return pte_val(pte) & SUN4C_PFN_MASK;
  1582. }
  1583. static pte_t sun4c_pgoff_to_pte(unsigned long pgoff)
  1584. {
  1585. return __pte(pgoff | _SUN4C_PAGE_FILE);
  1586. }
  1587. static unsigned long sun4c_pte_to_pgoff(pte_t pte)
  1588. {
  1589. return pte_val(pte) & ((1UL << PTE_FILE_MAX_BITS) - 1);
  1590. }
  1591. static __inline__ unsigned long sun4c_pmd_page_v(pmd_t pmd)
  1592. {
  1593. return (pmd_val(pmd) & PAGE_MASK);
  1594. }
  1595. static struct page *sun4c_pmd_page(pmd_t pmd)
  1596. {
  1597. return virt_to_page(sun4c_pmd_page_v(pmd));
  1598. }
  1599. static unsigned long sun4c_pgd_page(pgd_t pgd) { return 0; }
  1600. /* to find an entry in a page-table-directory */
  1601. static inline pgd_t *sun4c_pgd_offset(struct mm_struct * mm, unsigned long address)
  1602. {
  1603. return mm->pgd + (address >> SUN4C_PGDIR_SHIFT);
  1604. }
  1605. /* Find an entry in the second-level page table.. */
  1606. static pmd_t *sun4c_pmd_offset(pgd_t * dir, unsigned long address)
  1607. {
  1608. return (pmd_t *) dir;
  1609. }
  1610. /* Find an entry in the third-level page table.. */
  1611. pte_t *sun4c_pte_offset_kernel(pmd_t * dir, unsigned long address)
  1612. {
  1613. return (pte_t *) sun4c_pmd_page_v(*dir) +
  1614. ((address >> PAGE_SHIFT) & (SUN4C_PTRS_PER_PTE - 1));
  1615. }
  1616. static unsigned long sun4c_swp_type(swp_entry_t entry)
  1617. {
  1618. return (entry.val & SUN4C_SWP_TYPE_MASK);
  1619. }
  1620. static unsigned long sun4c_swp_offset(swp_entry_t entry)
  1621. {
  1622. return (entry.val >> SUN4C_SWP_OFF_SHIFT) & SUN4C_SWP_OFF_MASK;
  1623. }
  1624. static swp_entry_t sun4c_swp_entry(unsigned long type, unsigned long offset)
  1625. {
  1626. return (swp_entry_t) {
  1627. (offset & SUN4C_SWP_OFF_MASK) << SUN4C_SWP_OFF_SHIFT
  1628. | (type & SUN4C_SWP_TYPE_MASK) };
  1629. }
  1630. static void sun4c_free_pte_slow(pte_t *pte)
  1631. {
  1632. free_page((unsigned long)pte);
  1633. }
  1634. static void sun4c_free_pgd_slow(pgd_t *pgd)
  1635. {
  1636. free_page((unsigned long)pgd);
  1637. }
  1638. static pgd_t *sun4c_get_pgd_fast(void)
  1639. {
  1640. unsigned long *ret;
  1641. if ((ret = pgd_quicklist) != NULL) {
  1642. pgd_quicklist = (unsigned long *)(*ret);
  1643. ret[0] = ret[1];
  1644. pgtable_cache_size--;
  1645. } else {
  1646. pgd_t *init;
  1647. ret = (unsigned long *)__get_free_page(GFP_KERNEL);
  1648. memset (ret, 0, (KERNBASE / SUN4C_PGDIR_SIZE) * sizeof(pgd_t));
  1649. init = sun4c_pgd_offset(&init_mm, 0);
  1650. memcpy (((pgd_t *)ret) + USER_PTRS_PER_PGD, init + USER_PTRS_PER_PGD,
  1651. (PTRS_PER_PGD - USER_PTRS_PER_PGD) * sizeof(pgd_t));
  1652. }
  1653. return (pgd_t *)ret;
  1654. }
  1655. static void sun4c_free_pgd_fast(pgd_t *pgd)
  1656. {
  1657. *(unsigned long *)pgd = (unsigned long) pgd_quicklist;
  1658. pgd_quicklist = (unsigned long *) pgd;
  1659. pgtable_cache_size++;
  1660. }
  1661. static __inline__ pte_t *
  1662. sun4c_pte_alloc_one_fast(struct mm_struct *mm, unsigned long address)
  1663. {
  1664. unsigned long *ret;
  1665. if ((ret = (unsigned long *)pte_quicklist) != NULL) {
  1666. pte_quicklist = (unsigned long *)(*ret);
  1667. ret[0] = ret[1];
  1668. pgtable_cache_size--;
  1669. }
  1670. return (pte_t *)ret;
  1671. }
  1672. static pte_t *sun4c_pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address)
  1673. {
  1674. pte_t *pte;
  1675. if ((pte = sun4c_pte_alloc_one_fast(mm, address)) != NULL)
  1676. return pte;
  1677. pte = (pte_t *)__get_free_page(GFP_KERNEL|__GFP_REPEAT);
  1678. if (pte)
  1679. memset(pte, 0, PAGE_SIZE);
  1680. return pte;
  1681. }
  1682. static struct page *sun4c_pte_alloc_one(struct mm_struct *mm, unsigned long address)
  1683. {
  1684. pte_t *pte = sun4c_pte_alloc_one_kernel(mm, address);
  1685. if (pte == NULL)
  1686. return NULL;
  1687. return virt_to_page(pte);
  1688. }
  1689. static __inline__ void sun4c_free_pte_fast(pte_t *pte)
  1690. {
  1691. *(unsigned long *)pte = (unsigned long) pte_quicklist;
  1692. pte_quicklist = (unsigned long *) pte;
  1693. pgtable_cache_size++;
  1694. }
  1695. static void sun4c_pte_free(struct page *pte)
  1696. {
  1697. sun4c_free_pte_fast(page_address(pte));
  1698. }
  1699. /*
  1700. * allocating and freeing a pmd is trivial: the 1-entry pmd is
  1701. * inside the pgd, so has no extra memory associated with it.
  1702. */
  1703. static pmd_t *sun4c_pmd_alloc_one(struct mm_struct *mm, unsigned long address)
  1704. {
  1705. BUG();
  1706. return NULL;
  1707. }
  1708. static void sun4c_free_pmd_fast(pmd_t * pmd) { }
  1709. static void sun4c_check_pgt_cache(int low, int high)
  1710. {
  1711. if (pgtable_cache_size > high) {
  1712. do {
  1713. if (pgd_quicklist)
  1714. sun4c_free_pgd_slow(sun4c_get_pgd_fast());
  1715. if (pte_quicklist)
  1716. sun4c_free_pte_slow(sun4c_pte_alloc_one_fast(NULL, 0));
  1717. } while (pgtable_cache_size > low);
  1718. }
  1719. }
  1720. /* An experiment, turn off by default for now... -DaveM */
  1721. #define SUN4C_PRELOAD_PSEG
  1722. void sun4c_update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t pte)
  1723. {
  1724. unsigned long flags;
  1725. int pseg;
  1726. local_irq_save(flags);
  1727. address &= PAGE_MASK;
  1728. if ((pseg = sun4c_get_segmap(address)) == invalid_segment) {
  1729. struct sun4c_mmu_entry *entry = sun4c_user_strategy();
  1730. struct mm_struct *mm = vma->vm_mm;
  1731. unsigned long start, end;
  1732. entry->vaddr = start = (address & SUN4C_REAL_PGDIR_MASK);
  1733. entry->ctx = mm->context;
  1734. add_ring_ordered(sun4c_context_ring + mm->context, entry);
  1735. sun4c_put_segmap(entry->vaddr, entry->pseg);
  1736. end = start + SUN4C_REAL_PGDIR_SIZE;
  1737. while (start < end) {
  1738. #ifdef SUN4C_PRELOAD_PSEG
  1739. pgd_t *pgdp = sun4c_pgd_offset(mm, start);
  1740. pte_t *ptep;
  1741. if (!pgdp)
  1742. goto no_mapping;
  1743. ptep = sun4c_pte_offset_kernel((pmd_t *) pgdp, start);
  1744. if (!ptep || !(pte_val(*ptep) & _SUN4C_PAGE_PRESENT))
  1745. goto no_mapping;
  1746. sun4c_put_pte(start, pte_val(*ptep));
  1747. goto next;
  1748. no_mapping:
  1749. #endif
  1750. sun4c_put_pte(start, 0);
  1751. #ifdef SUN4C_PRELOAD_PSEG
  1752. next:
  1753. #endif
  1754. start += PAGE_SIZE;
  1755. }
  1756. #ifndef SUN4C_PRELOAD_PSEG
  1757. sun4c_put_pte(address, pte_val(pte));
  1758. #endif
  1759. local_irq_restore(flags);
  1760. return;
  1761. } else {
  1762. struct sun4c_mmu_entry *entry = &mmu_entry_pool[pseg];
  1763. remove_lru(entry);
  1764. add_lru(entry);
  1765. }
  1766. sun4c_put_pte(address, pte_val(pte));
  1767. local_irq_restore(flags);
  1768. }
  1769. extern void sparc_context_init(int);
  1770. extern unsigned long end;
  1771. extern unsigned long bootmem_init(unsigned long *pages_avail);
  1772. extern unsigned long last_valid_pfn;
  1773. void __init sun4c_paging_init(void)
  1774. {
  1775. int i, cnt;
  1776. unsigned long kernel_end, vaddr;
  1777. extern struct resource sparc_iomap;
  1778. unsigned long end_pfn, pages_avail;
  1779. kernel_end = (unsigned long) &end;
  1780. kernel_end += (SUN4C_REAL_PGDIR_SIZE * 4);
  1781. kernel_end = SUN4C_REAL_PGDIR_ALIGN(kernel_end);
  1782. pages_avail = 0;
  1783. last_valid_pfn = bootmem_init(&pages_avail);
  1784. end_pfn = last_valid_pfn;
  1785. sun4c_probe_mmu();
  1786. invalid_segment = (num_segmaps - 1);
  1787. sun4c_init_mmu_entry_pool();
  1788. sun4c_init_rings();
  1789. sun4c_init_map_kernelprom(kernel_end);
  1790. sun4c_init_clean_mmu(kernel_end);
  1791. sun4c_init_fill_kernel_ring(SUN4C_KERNEL_BUCKETS);
  1792. sun4c_init_lock_area(sparc_iomap.start, IOBASE_END);
  1793. sun4c_init_lock_area(DVMA_VADDR, DVMA_END);
  1794. sun4c_init_lock_areas();
  1795. sun4c_init_fill_user_ring();
  1796. sun4c_set_context(0);
  1797. memset(swapper_pg_dir, 0, PAGE_SIZE);
  1798. memset(pg0, 0, PAGE_SIZE);
  1799. memset(pg1, 0, PAGE_SIZE);
  1800. memset(pg2, 0, PAGE_SIZE);
  1801. memset(pg3, 0, PAGE_SIZE);
  1802. /* Save work later. */
  1803. vaddr = VMALLOC_START;
  1804. swapper_pg_dir[vaddr>>SUN4C_PGDIR_SHIFT] = __pgd(PGD_TABLE | (unsigned long) pg0);
  1805. vaddr += SUN4C_PGDIR_SIZE;
  1806. swapper_pg_dir[vaddr>>SUN4C_PGDIR_SHIFT] = __pgd(PGD_TABLE | (unsigned long) pg1);
  1807. vaddr += SUN4C_PGDIR_SIZE;
  1808. swapper_pg_dir[vaddr>>SUN4C_PGDIR_SHIFT] = __pgd(PGD_TABLE | (unsigned long) pg2);
  1809. vaddr += SUN4C_PGDIR_SIZE;
  1810. swapper_pg_dir[vaddr>>SUN4C_PGDIR_SHIFT] = __pgd(PGD_TABLE | (unsigned long) pg3);
  1811. sun4c_init_ss2_cache_bug();
  1812. sparc_context_init(num_contexts);
  1813. {
  1814. unsigned long zones_size[MAX_NR_ZONES];
  1815. unsigned long zholes_size[MAX_NR_ZONES];
  1816. unsigned long npages;
  1817. int znum;
  1818. for (znum = 0; znum < MAX_NR_ZONES; znum++)
  1819. zones_size[znum] = zholes_size[znum] = 0;
  1820. npages = max_low_pfn - pfn_base;
  1821. zones_size[ZONE_DMA] = npages;
  1822. zholes_size[ZONE_DMA] = npages - pages_avail;
  1823. npages = highend_pfn - max_low_pfn;
  1824. zones_size[ZONE_HIGHMEM] = npages;
  1825. zholes_size[ZONE_HIGHMEM] = npages - calc_highpages();
  1826. free_area_init_node(0, &contig_page_data, zones_size,
  1827. pfn_base, zholes_size);
  1828. }
  1829. cnt = 0;
  1830. for (i = 0; i < num_segmaps; i++)
  1831. if (mmu_entry_pool[i].locked)
  1832. cnt++;
  1833. max_user_taken_entries = num_segmaps - cnt - 40 - 1;
  1834. printk("SUN4C: %d mmu entries for the kernel\n", cnt);
  1835. }
  1836. /* Load up routines and constants for sun4c mmu */
  1837. void __init ld_mmu_sun4c(void)
  1838. {
  1839. extern void ___xchg32_sun4c(void);
  1840. printk("Loading sun4c MMU routines\n");
  1841. /* First the constants */
  1842. BTFIXUPSET_SIMM13(pgdir_shift, SUN4C_PGDIR_SHIFT);
  1843. BTFIXUPSET_SETHI(pgdir_size, SUN4C_PGDIR_SIZE);
  1844. BTFIXUPSET_SETHI(pgdir_mask, SUN4C_PGDIR_MASK);
  1845. BTFIXUPSET_SIMM13(ptrs_per_pmd, SUN4C_PTRS_PER_PMD);
  1846. BTFIXUPSET_SIMM13(ptrs_per_pgd, SUN4C_PTRS_PER_PGD);
  1847. BTFIXUPSET_SIMM13(user_ptrs_per_pgd, KERNBASE / SUN4C_PGDIR_SIZE);
  1848. BTFIXUPSET_INT(page_none, pgprot_val(SUN4C_PAGE_NONE));
  1849. BTFIXUPSET_INT(page_shared, pgprot_val(SUN4C_PAGE_SHARED));
  1850. BTFIXUPSET_INT(page_copy, pgprot_val(SUN4C_PAGE_COPY));
  1851. BTFIXUPSET_INT(page_readonly, pgprot_val(SUN4C_PAGE_READONLY));
  1852. BTFIXUPSET_INT(page_kernel, pgprot_val(SUN4C_PAGE_KERNEL));
  1853. page_kernel = pgprot_val(SUN4C_PAGE_KERNEL);
  1854. pg_iobits = _SUN4C_PAGE_PRESENT | _SUN4C_READABLE | _SUN4C_WRITEABLE |
  1855. _SUN4C_PAGE_IO | _SUN4C_PAGE_NOCACHE;
  1856. /* Functions */
  1857. BTFIXUPSET_CALL(___xchg32, ___xchg32_sun4c, BTFIXUPCALL_NORM);
  1858. BTFIXUPSET_CALL(do_check_pgt_cache, sun4c_check_pgt_cache, BTFIXUPCALL_NORM);
  1859. BTFIXUPSET_CALL(flush_cache_all, sun4c_flush_cache_all, BTFIXUPCALL_NORM);
  1860. if (sun4c_vacinfo.do_hwflushes) {
  1861. BTFIXUPSET_CALL(sun4c_flush_page, sun4c_flush_page_hw, BTFIXUPCALL_NORM);
  1862. BTFIXUPSET_CALL(sun4c_flush_segment, sun4c_flush_segment_hw, BTFIXUPCALL_NORM);
  1863. BTFIXUPSET_CALL(sun4c_flush_context, sun4c_flush_context_hw, BTFIXUPCALL_NORM);
  1864. } else {
  1865. BTFIXUPSET_CALL(sun4c_flush_page, sun4c_flush_page_sw, BTFIXUPCALL_NORM);
  1866. BTFIXUPSET_CALL(sun4c_flush_segment, sun4c_flush_segment_sw, BTFIXUPCALL_NORM);
  1867. BTFIXUPSET_CALL(sun4c_flush_context, sun4c_flush_context_sw, BTFIXUPCALL_NORM);
  1868. }
  1869. BTFIXUPSET_CALL(flush_tlb_mm, sun4c_flush_tlb_mm, BTFIXUPCALL_NORM);
  1870. BTFIXUPSET_CALL(flush_cache_mm, sun4c_flush_cache_mm, BTFIXUPCALL_NORM);
  1871. BTFIXUPSET_CALL(destroy_context, sun4c_destroy_context, BTFIXUPCALL_NORM);
  1872. BTFIXUPSET_CALL(switch_mm, sun4c_switch_mm, BTFIXUPCALL_NORM);
  1873. BTFIXUPSET_CALL(flush_cache_page, sun4c_flush_cache_page, BTFIXUPCALL_NORM);
  1874. BTFIXUPSET_CALL(flush_tlb_page, sun4c_flush_tlb_page, BTFIXUPCALL_NORM);
  1875. BTFIXUPSET_CALL(flush_tlb_range, sun4c_flush_tlb_range, BTFIXUPCALL_NORM);
  1876. BTFIXUPSET_CALL(flush_cache_range, sun4c_flush_cache_range, BTFIXUPCALL_NORM);
  1877. BTFIXUPSET_CALL(__flush_page_to_ram, sun4c_flush_page_to_ram, BTFIXUPCALL_NORM);
  1878. BTFIXUPSET_CALL(flush_tlb_all, sun4c_flush_tlb_all, BTFIXUPCALL_NORM);
  1879. BTFIXUPSET_CALL(flush_sig_insns, sun4c_flush_sig_insns, BTFIXUPCALL_NOP);
  1880. BTFIXUPSET_CALL(set_pte, sun4c_set_pte, BTFIXUPCALL_STO1O0);
  1881. /* The 2.4.18 code does not set this on sun4c, how does it work? XXX */
  1882. /* BTFIXUPSET_SETHI(none_mask, 0x00000000); */ /* Defaults to zero? */
  1883. BTFIXUPSET_CALL(pte_pfn, sun4c_pte_pfn, BTFIXUPCALL_NORM);
  1884. #if 0 /* PAGE_SHIFT <= 12 */ /* Eek. Investigate. XXX */
  1885. BTFIXUPSET_CALL(pmd_page, sun4c_pmd_page, BTFIXUPCALL_ANDNINT(PAGE_SIZE - 1));
  1886. #else
  1887. BTFIXUPSET_CALL(pmd_page, sun4c_pmd_page, BTFIXUPCALL_NORM);
  1888. #endif
  1889. BTFIXUPSET_CALL(pmd_set, sun4c_pmd_set, BTFIXUPCALL_NORM);
  1890. BTFIXUPSET_CALL(pmd_populate, sun4c_pmd_populate, BTFIXUPCALL_NORM);
  1891. BTFIXUPSET_CALL(pte_present, sun4c_pte_present, BTFIXUPCALL_NORM);
  1892. BTFIXUPSET_CALL(pte_clear, sun4c_pte_clear, BTFIXUPCALL_STG0O0);
  1893. BTFIXUPSET_CALL(pte_read, sun4c_pte_read, BTFIXUPCALL_NORM);
  1894. BTFIXUPSET_CALL(pmd_bad, sun4c_pmd_bad, BTFIXUPCALL_NORM);
  1895. BTFIXUPSET_CALL(pmd_present, sun4c_pmd_present, BTFIXUPCALL_NORM);
  1896. BTFIXUPSET_CALL(pmd_clear, sun4c_pmd_clear, BTFIXUPCALL_STG0O0);
  1897. BTFIXUPSET_CALL(pgd_none, sun4c_pgd_none, BTFIXUPCALL_RETINT(0));
  1898. BTFIXUPSET_CALL(pgd_bad, sun4c_pgd_bad, BTFIXUPCALL_RETINT(0));
  1899. BTFIXUPSET_CALL(pgd_present, sun4c_pgd_present, BTFIXUPCALL_RETINT(1));
  1900. BTFIXUPSET_CALL(pgd_clear, sun4c_pgd_clear, BTFIXUPCALL_NOP);
  1901. BTFIXUPSET_CALL(mk_pte, sun4c_mk_pte, BTFIXUPCALL_NORM);
  1902. BTFIXUPSET_CALL(mk_pte_phys, sun4c_mk_pte_phys, BTFIXUPCALL_NORM);
  1903. BTFIXUPSET_CALL(mk_pte_io, sun4c_mk_pte_io, BTFIXUPCALL_NORM);
  1904. BTFIXUPSET_INT(pte_modify_mask, _SUN4C_PAGE_CHG_MASK);
  1905. BTFIXUPSET_CALL(pmd_offset, sun4c_pmd_offset, BTFIXUPCALL_NORM);
  1906. BTFIXUPSET_CALL(pte_offset_kernel, sun4c_pte_offset_kernel, BTFIXUPCALL_NORM);
  1907. BTFIXUPSET_CALL(free_pte_fast, sun4c_free_pte_fast, BTFIXUPCALL_NORM);
  1908. BTFIXUPSET_CALL(pte_free, sun4c_pte_free, BTFIXUPCALL_NORM);
  1909. BTFIXUPSET_CALL(pte_alloc_one_kernel, sun4c_pte_alloc_one_kernel, BTFIXUPCALL_NORM);
  1910. BTFIXUPSET_CALL(pte_alloc_one, sun4c_pte_alloc_one, BTFIXUPCALL_NORM);
  1911. BTFIXUPSET_CALL(free_pmd_fast, sun4c_free_pmd_fast, BTFIXUPCALL_NOP);
  1912. BTFIXUPSET_CALL(pmd_alloc_one, sun4c_pmd_alloc_one, BTFIXUPCALL_RETO0);
  1913. BTFIXUPSET_CALL(free_pgd_fast, sun4c_free_pgd_fast, BTFIXUPCALL_NORM);
  1914. BTFIXUPSET_CALL(get_pgd_fast, sun4c_get_pgd_fast, BTFIXUPCALL_NORM);
  1915. BTFIXUPSET_HALF(pte_writei, _SUN4C_PAGE_WRITE);
  1916. BTFIXUPSET_HALF(pte_dirtyi, _SUN4C_PAGE_MODIFIED);
  1917. BTFIXUPSET_HALF(pte_youngi, _SUN4C_PAGE_ACCESSED);
  1918. BTFIXUPSET_HALF(pte_filei, _SUN4C_PAGE_FILE);
  1919. BTFIXUPSET_HALF(pte_wrprotecti, _SUN4C_PAGE_WRITE|_SUN4C_PAGE_SILENT_WRITE);
  1920. BTFIXUPSET_HALF(pte_mkcleani, _SUN4C_PAGE_MODIFIED|_SUN4C_PAGE_SILENT_WRITE);
  1921. BTFIXUPSET_HALF(pte_mkoldi, _SUN4C_PAGE_ACCESSED|_SUN4C_PAGE_SILENT_READ);
  1922. BTFIXUPSET_CALL(pte_mkwrite, sun4c_pte_mkwrite, BTFIXUPCALL_NORM);
  1923. BTFIXUPSET_CALL(pte_mkdirty, sun4c_pte_mkdirty, BTFIXUPCALL_NORM);
  1924. BTFIXUPSET_CALL(pte_mkyoung, sun4c_pte_mkyoung, BTFIXUPCALL_NORM);
  1925. BTFIXUPSET_CALL(update_mmu_cache, sun4c_update_mmu_cache, BTFIXUPCALL_NORM);
  1926. BTFIXUPSET_CALL(pte_to_pgoff, sun4c_pte_to_pgoff, BTFIXUPCALL_NORM);
  1927. BTFIXUPSET_CALL(pgoff_to_pte, sun4c_pgoff_to_pte, BTFIXUPCALL_NORM);
  1928. BTFIXUPSET_CALL(mmu_lockarea, sun4c_lockarea, BTFIXUPCALL_NORM);
  1929. BTFIXUPSET_CALL(mmu_unlockarea, sun4c_unlockarea, BTFIXUPCALL_NORM);
  1930. BTFIXUPSET_CALL(mmu_get_scsi_one, sun4c_get_scsi_one, BTFIXUPCALL_NORM);
  1931. BTFIXUPSET_CALL(mmu_get_scsi_sgl, sun4c_get_scsi_sgl, BTFIXUPCALL_NORM);
  1932. BTFIXUPSET_CALL(mmu_release_scsi_one, sun4c_release_scsi_one, BTFIXUPCALL_NORM);
  1933. BTFIXUPSET_CALL(mmu_release_scsi_sgl, sun4c_release_scsi_sgl, BTFIXUPCALL_NORM);
  1934. BTFIXUPSET_CALL(mmu_map_dma_area, sun4c_map_dma_area, BTFIXUPCALL_NORM);
  1935. BTFIXUPSET_CALL(mmu_unmap_dma_area, sun4c_unmap_dma_area, BTFIXUPCALL_NORM);
  1936. BTFIXUPSET_CALL(mmu_translate_dvma, sun4c_translate_dvma, BTFIXUPCALL_NORM);
  1937. BTFIXUPSET_CALL(sparc_mapiorange, sun4c_mapiorange, BTFIXUPCALL_NORM);
  1938. BTFIXUPSET_CALL(sparc_unmapiorange, sun4c_unmapiorange, BTFIXUPCALL_NORM);
  1939. BTFIXUPSET_CALL(__swp_type, sun4c_swp_type, BTFIXUPCALL_NORM);
  1940. BTFIXUPSET_CALL(__swp_offset, sun4c_swp_offset, BTFIXUPCALL_NORM);
  1941. BTFIXUPSET_CALL(__swp_entry, sun4c_swp_entry, BTFIXUPCALL_NORM);
  1942. BTFIXUPSET_CALL(alloc_thread_info, sun4c_alloc_thread_info, BTFIXUPCALL_NORM);
  1943. BTFIXUPSET_CALL(free_thread_info, sun4c_free_thread_info, BTFIXUPCALL_NORM);
  1944. BTFIXUPSET_CALL(mmu_info, sun4c_mmu_info, BTFIXUPCALL_NORM);
  1945. /* These should _never_ get called with two level tables. */
  1946. BTFIXUPSET_CALL(pgd_set, sun4c_pgd_set, BTFIXUPCALL_NOP);
  1947. BTFIXUPSET_CALL(pgd_page, sun4c_pgd_page, BTFIXUPCALL_RETO0);
  1948. }