mk_defs.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:9k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * This program is used to generate definitions needed by
  3.  * assembly language modules.
  4.  *
  5.  * We use the technique used in the OSF Mach kernel code:
  6.  * generate asm statements containing #defines,
  7.  * compile this file to assembler, and then extract the
  8.  * #defines from the assembly-language output.
  9.  *
  10.  * This program is free software; you can redistribute it and/or
  11.  * modify it under the terms of the GNU General Public License
  12.  * as published by the Free Software Foundation; either version
  13.  * 2 of the License, or (at your option) any later version.
  14.  */
  15. #include <stddef.h>
  16. #include <linux/config.h>
  17. #include <linux/signal.h>
  18. #include <linux/sched.h>
  19. #include <linux/kernel.h>
  20. #include <linux/errno.h>
  21. #include <linux/string.h>
  22. #include <linux/types.h>
  23. #include <linux/ptrace.h>
  24. #include <linux/mman.h>
  25. #include <linux/mm.h>
  26. #include <asm/io.h>
  27. #include <asm/page.h>
  28. #include <asm/pgtable.h>
  29. #include <asm/processor.h>
  30. #include <asm/hardirq.h>
  31. #include <asm/naca.h>
  32. #include <asm/paca.h>
  33. #include <asm/iSeries/ItLpPaca.h>
  34. #include <asm/iSeries/ItLpQueue.h>
  35. #include <asm/iSeries/HvLpEvent.h>
  36. #include <asm/prom.h>
  37. #include <asm/rtas.h>
  38. #define DEFINE(sym, val) 
  39.         asm volatile("n#definet" #sym "t%0" : : "i" (val))
  40. int
  41. main(void)
  42. {
  43. DEFINE(SIGPENDING, offsetof(struct task_struct, sigpending));
  44. DEFINE(THREAD, offsetof(struct task_struct, thread));
  45. DEFINE(MM, offsetof(struct task_struct, mm));
  46. DEFINE(TASK_STRUCT_SIZE, sizeof(struct task_struct));
  47. DEFINE(KSP, offsetof(struct thread_struct, ksp));
  48.         DEFINE(PACA, offsetof(struct naca_struct, paca));
  49.         DEFINE(PACA_SIZE, sizeof(struct paca_struct));
  50.         DEFINE(DCACHEL1LINESIZE, offsetof(struct naca_struct, dCacheL1LineSize));
  51.         DEFINE(DCACHEL1LOGLINESIZE, offsetof(struct naca_struct, dCacheL1LogLineSize));
  52.         DEFINE(DCACHEL1LINESPERPAGE, offsetof(struct naca_struct, dCacheL1LinesPerPage));
  53.         DEFINE(ICACHEL1LINESIZE, offsetof(struct naca_struct, iCacheL1LineSize));
  54.         DEFINE(ICACHEL1LOGLINESIZE, offsetof(struct naca_struct, iCacheL1LogLineSize));
  55.         DEFINE(ICACHEL1LINESPERPAGE, offsetof(struct naca_struct, iCacheL1LinesPerPage));
  56. DEFINE(SLBSIZE, offsetof(struct naca_struct, slb_size));
  57. DEFINE(PLATFORM, offsetof(struct naca_struct, platform));
  58.         DEFINE(PACAPACAINDEX, offsetof(struct paca_struct, xPacaIndex));
  59.         DEFINE(PACAPROCSTART, offsetof(struct paca_struct, xProcStart));
  60.         DEFINE(PACAKSAVE, offsetof(struct paca_struct, xKsave));
  61. DEFINE(PACACURRENT, offsetof(struct paca_struct, xCurrent));
  62.         DEFINE(PACASAVEDMSR, offsetof(struct paca_struct, xSavedMsr));
  63.         DEFINE(PACASTABREAL, offsetof(struct paca_struct, xStab_data.real));
  64.         DEFINE(PACASTABVIRT, offsetof(struct paca_struct, xStab_data.virt));
  65. DEFINE(PACASTABRR, offsetof(struct paca_struct, xStab_data.next_round_robin));
  66.         DEFINE(PACAR1, offsetof(struct paca_struct, xR1));
  67.         DEFINE(PACALPQUEUE, offsetof(struct paca_struct, lpQueuePtr));
  68. DEFINE(PACATOC, offsetof(struct paca_struct, xTOC));
  69. DEFINE(PACAEXCSP, offsetof(struct paca_struct, exception_sp));
  70. DEFINE(PACAHRDWINTSTACK, offsetof(struct paca_struct, xHrdIntStack));
  71. DEFINE(PACAPROCENABLED, offsetof(struct paca_struct, xProcEnabled));
  72. DEFINE(PACAHRDWINTCOUNT, offsetof(struct paca_struct, xHrdIntCount));
  73. DEFINE(PACADEFAULTDECR, offsetof(struct paca_struct, default_decr));
  74. DEFINE(PACAPROFMODE, offsetof(struct paca_struct, prof_mode));
  75. DEFINE(PACAPROFLEN, offsetof(struct paca_struct, prof_len));
  76. DEFINE(PACAPROFSHIFT, offsetof(struct paca_struct, prof_shift));
  77. DEFINE(PACAPROFBUFFER, offsetof(struct paca_struct, prof_buffer));
  78. DEFINE(PACAPROFSTEXT, offsetof(struct paca_struct, prof_stext));
  79. DEFINE(PACAPROFETEXT, offsetof(struct paca_struct, prof_etext));
  80. DEFINE(PACAPMC1, offsetof(struct paca_struct, pmc[0]));
  81. DEFINE(PACAPMC2, offsetof(struct paca_struct, pmc[1]));
  82. DEFINE(PACAPMC3, offsetof(struct paca_struct, pmc[2]));
  83. DEFINE(PACAPMC4, offsetof(struct paca_struct, pmc[3]));
  84. DEFINE(PACAPMC5, offsetof(struct paca_struct, pmc[4]));
  85. DEFINE(PACAPMC6, offsetof(struct paca_struct, pmc[5]));
  86. DEFINE(PACAPMC7, offsetof(struct paca_struct, pmc[6]));
  87. DEFINE(PACAPMC8, offsetof(struct paca_struct, pmc[7]));
  88. DEFINE(PACAMMCR0, offsetof(struct paca_struct, pmc[8]));
  89. DEFINE(PACAMMCR1, offsetof(struct paca_struct, pmc[9]));
  90. DEFINE(PACAMMCRA, offsetof(struct paca_struct, pmc[10]));
  91. DEFINE(PACAPMCC1, offsetof(struct paca_struct, pmcc[0]));
  92. DEFINE(PACAPMCC2, offsetof(struct paca_struct, pmcc[1]));
  93. DEFINE(PACAPMCC3, offsetof(struct paca_struct, pmcc[2]));
  94. DEFINE(PACAPMCC4, offsetof(struct paca_struct, pmcc[3]));
  95. DEFINE(PACAPMCC5, offsetof(struct paca_struct, pmcc[4]));
  96. DEFINE(PACAPMCC6, offsetof(struct paca_struct, pmcc[5]));
  97. DEFINE(PACAPMCC7, offsetof(struct paca_struct, pmcc[6]));
  98. DEFINE(PACAPMCC8, offsetof(struct paca_struct, pmcc[7]));
  99. DEFINE(PACALPPACA, offsetof(struct paca_struct, xLpPaca));
  100.         DEFINE(LPPACA, offsetof(struct paca_struct, xLpPaca));
  101.         DEFINE(PACAREGSAV, offsetof(struct paca_struct, xRegSav));
  102.         DEFINE(PACAEXC, offsetof(struct paca_struct, exception_stack));
  103.         DEFINE(PACAGUARD, offsetof(struct paca_struct, guard));
  104.         DEFINE(LPPACASRR0, offsetof(struct ItLpPaca, xSavedSrr0));
  105.         DEFINE(LPPACASRR1, offsetof(struct ItLpPaca, xSavedSrr1));
  106. DEFINE(LPPACAANYINT, offsetof(struct ItLpPaca, xIntDword.xAnyInt));
  107. DEFINE(LPPACADECRINT, offsetof(struct ItLpPaca, xIntDword.xFields.xDecrInt));
  108. DEFINE(LPPACAPDCINT, offsetof(struct ItLpPaca, xIntDword.xFields.xPdcInt));
  109.         DEFINE(LPQCUREVENTPTR, offsetof(struct ItLpQueue, xSlicCurEventPtr));
  110.         DEFINE(LPQOVERFLOW, offsetof(struct ItLpQueue, xPlicOverflowIntPending));
  111.         DEFINE(LPEVENTFLAGS, offsetof(struct HvLpEvent, xFlags));
  112. DEFINE(PROMENTRY, offsetof(struct prom_t, entry));
  113. DEFINE(RTASBASE, offsetof(struct rtas_t, base));
  114. DEFINE(RTASENTRY, offsetof(struct rtas_t, entry));
  115. DEFINE(RTASSIZE, offsetof(struct rtas_t, size));
  116. DEFINE(LAST_SYSCALL, offsetof(struct thread_struct, last_syscall));
  117. DEFINE(PT_REGS, offsetof(struct thread_struct, regs));
  118. DEFINE(PT_TRACESYS, PT_TRACESYS);
  119. DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace));
  120. DEFINE(NEED_RESCHED, offsetof(struct task_struct, need_resched));
  121. DEFINE(THREAD_FPR0, offsetof(struct thread_struct, fpr[0]));
  122. DEFINE(THREAD_FPSCR, offsetof(struct thread_struct, fpscr));
  123. DEFINE(THREAD_FLAGS, offsetof(struct thread_struct, flags));
  124. DEFINE(PPC_FLAG_32BIT, PPC_FLAG_32BIT);
  125. /* Interrupt register frame */
  126. DEFINE(TASK_UNION_SIZE, sizeof(union task_union));
  127. DEFINE(STACK_FRAME_OVERHEAD, STACK_FRAME_OVERHEAD);
  128.         /* 288 = # of volatile regs, int & fp, for leaf routines */
  129.         /* which do not stack a frame.  See the PPC64 ABI.       */
  130.         DEFINE(INT_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs) + 288);
  131. /* Create extra stack space for SRR0 and SRR1 when calling prom/rtas. */
  132.         DEFINE(PROM_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs) + 16 + 288);
  133.         DEFINE(RTAS_FRAME_SIZE, STACK_FRAME_OVERHEAD + sizeof(struct pt_regs) + 16 + 288);
  134. DEFINE(GPR0, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[0]));
  135. DEFINE(GPR1, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[1]));
  136. DEFINE(GPR2, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[2]));
  137. DEFINE(GPR3, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[3]));
  138. DEFINE(GPR4, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[4]));
  139. DEFINE(GPR5, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[5]));
  140. DEFINE(GPR6, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[6]));
  141. DEFINE(GPR7, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[7]));
  142. DEFINE(GPR8, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[8]));
  143. DEFINE(GPR9, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[9]));
  144. DEFINE(GPR20, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[20]));
  145. DEFINE(GPR21, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[21]));
  146. DEFINE(GPR22, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[22]));
  147. DEFINE(GPR23, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, gpr[23]));
  148. /* Note: these symbols include _ because they overlap with special
  149.  * register names
  150.  */
  151. DEFINE(_NIP, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, nip));
  152. DEFINE(_MSR, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, msr));
  153. DEFINE(_CTR, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, ctr));
  154. DEFINE(_LINK, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, link));
  155. DEFINE(_CCR, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, ccr));
  156. DEFINE(_XER, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, xer));
  157. DEFINE(_DAR, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, dar));
  158. DEFINE(_DSISR, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, dsisr));
  159. DEFINE(ORIG_GPR3, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, orig_gpr3));
  160. DEFINE(RESULT, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, result));
  161. DEFINE(TRAP, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, trap));
  162. DEFINE(SOFTE, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, softe));
  163. /* These _only_ to be used with {PROM,RTAS}_FRAME_SIZE!!! */
  164. DEFINE(_SRR0, STACK_FRAME_OVERHEAD+sizeof(struct pt_regs));
  165. DEFINE(_SRR1, STACK_FRAME_OVERHEAD+sizeof(struct pt_regs)+8);
  166. DEFINE(CLONE_VM, CLONE_VM);
  167. return 0;
  168. }