btfixup.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:7k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id: btfixup.h,v 1.4 1998/03/09 14:04:43 jj Exp $
  2.  *  asm-sparc/btfixup.h:    Macros for boot time linking.
  3.  *
  4.  *  Copyright (C) 1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
  5.  */
  6.  
  7. #ifndef _SPARC_BTFIXUP_H
  8. #define _SPARC_BTFIXUP_H
  9. #include <linux/init.h>
  10. #ifndef __ASSEMBLY__
  11. #ifdef MODULE
  12. extern unsigned int ___illegal_use_of_BTFIXUP_SIMM13_in_module(void);
  13. extern unsigned int ___illegal_use_of_BTFIXUP_SETHI_in_module(void);
  14. extern unsigned int ___illegal_use_of_BTFIXUP_HALF_in_module(void);
  15. extern unsigned int ___illegal_use_of_BTFIXUP_INT_in_module(void);
  16. #endif
  17. /* Fixup call xx */
  18. #define BTFIXUPDEF_CALL(__type, __name, __args...) 
  19. extern __type ___f_##__name(__args);
  20. extern unsigned ___fs_##__name[3];
  21. #define BTFIXUPDEF_CALL_CONST(__type, __name, __args...) 
  22. extern __type ___f_##__name(__args) __attribute__((const));
  23. extern unsigned ___fs_##__name[3];
  24. #define BTFIXUP_CALL(__name) ___f_##__name
  25. #define BTFIXUPDEF_BLACKBOX(__name)
  26. extern unsigned ___bs_##__name[2];
  27. #ifdef MODULE
  28. #define BTFIXUP_BLACKBOX(__name) ___illegal_use_of_BTFIXUP_BLACKBOX_in_module
  29. #else
  30. /* This must be written in assembly and present in a sethi */
  31. #define BTFIXUP_BLACKBOX(__name) ___b_##__name
  32. #endif
  33. /* Put bottom 13bits into some register variable */
  34. #define BTFIXUPDEF_SIMM13(__name)
  35. extern unsigned int ___sf_##__name(void) __attribute__((const));
  36. extern unsigned ___ss_##__name[2];
  37. extern __inline__ unsigned int ___sf_##__name(void) {
  38. unsigned int ret;
  39. __asm__ ("or %%g0, ___s_" #__name ", %0" : "=r"(ret));
  40. return ret;
  41. }
  42. #define BTFIXUPDEF_SIMM13_INIT(__name,__val)
  43. extern unsigned int ___sf_##__name(void) __attribute__((const));
  44. extern unsigned ___ss_##__name[2];
  45. extern __inline__ unsigned int ___sf_##__name(void) {
  46. unsigned int ret;
  47. __asm__ ("or %%g0, ___s_" #__name "__btset_" #__val ", %0" : "=r"(ret));
  48. return ret;
  49. }
  50. #ifdef MODULE
  51. #define BTFIXUP_SIMM13(__name) ___illegal_use_of_BTFIXUP_SIMM13_in_module()
  52. #else
  53. #define BTFIXUP_SIMM13(__name) ___sf_##__name()
  54. #endif
  55. /* Put either bottom 13 bits, or upper 22 bits into some register variable
  56.  * (depending on the value, this will lead into sethi FIX, reg; or
  57.  * mov FIX, reg; )
  58.  */
  59. #define BTFIXUPDEF_HALF(__name)
  60. extern unsigned int ___af_##__name(void) __attribute__((const));
  61. extern unsigned ___as_##__name[2];
  62. extern __inline__ unsigned int ___af_##__name(void) {
  63. unsigned int ret;
  64. __asm__ ("or %%g0, ___a_" #__name ", %0" : "=r"(ret));
  65. return ret;
  66. }
  67. #define BTFIXUPDEF_HALF_INIT(__name,__val)
  68. extern unsigned int ___af_##__name(void) __attribute__((const));
  69. extern unsigned ___as_##__name[2];
  70. extern __inline__ unsigned int ___af_##__name(void) {
  71. unsigned int ret;
  72. __asm__ ("or %%g0, ___a_" #__name "__btset_" #__val ", %0" : "=r"(ret));
  73. return ret;
  74. }
  75. #ifdef MODULE
  76. #define BTFIXUP_HALF(__name) ___illegal_use_of_BTFIXUP_HALF_in_module()
  77. #else
  78. #define BTFIXUP_HALF(__name) ___af_##__name()
  79. #endif
  80. /* Put upper 22 bits into some register variable */
  81. #define BTFIXUPDEF_SETHI(__name)
  82. extern unsigned int ___hf_##__name(void) __attribute__((const));
  83. extern unsigned ___hs_##__name[2];
  84. extern __inline__ unsigned int ___hf_##__name(void) {
  85. unsigned int ret;
  86. __asm__ ("sethi %%hi(___h_" #__name "), %0" : "=r"(ret));
  87. return ret;
  88. }
  89. #define BTFIXUPDEF_SETHI_INIT(__name,__val)
  90. extern unsigned int ___hf_##__name(void) __attribute__((const));
  91. extern unsigned ___hs_##__name[2];
  92. extern __inline__ unsigned int ___hf_##__name(void) {
  93. unsigned int ret;
  94. __asm__ ("sethi %%hi(___h_" #__name "__btset_" #__val "), %0" : 
  95.  "=r"(ret));
  96. return ret;
  97. }
  98. #ifdef MODULE
  99. #define BTFIXUP_SETHI(__name) ___illegal_use_of_BTFIXUP_SETHI_in_module()
  100. #else
  101. #define BTFIXUP_SETHI(__name) ___hf_##__name()
  102. #endif
  103. /* Put a full 32bit integer into some register variable */
  104. #define BTFIXUPDEF_INT(__name)
  105. extern unsigned char ___i_##__name;
  106. extern unsigned ___is_##__name[2];
  107. #ifdef MODULE
  108. #define BTFIXUP_INT(__name) ___illegal_use_of_BTFIXUP_INT_in_module()
  109. #else
  110. #define BTFIXUP_INT(__name) ((unsigned int)&___i_##__name)
  111. #endif
  112. #define BTFIXUPCALL_NORM 0x00000000 /* Always call */
  113. #define BTFIXUPCALL_NOP 0x01000000 /* Possibly optimize to nop */
  114. #define BTFIXUPCALL_RETINT(i) (0x90102000|((i) & 0x1fff)) /* Possibly optimize to mov i, %o0 */
  115. #define BTFIXUPCALL_ORINT(i) (0x90122000|((i) & 0x1fff)) /* Possibly optimize to or %o0, i, %o0 */
  116. #define BTFIXUPCALL_RETO0 0x01000000 /* Return first parameter, actually a nop */
  117. #define BTFIXUPCALL_ANDNINT(i) (0x902a2000|((i) & 0x1fff)) /* Possibly optimize to andn %o0, i, %o0 */
  118. #define BTFIXUPCALL_SWAPO0O1 0xd27a0000 /* Possibly optimize to swap [%o0],%o1 */
  119. #define BTFIXUPCALL_SWAPO0G0 0xc07a0000 /* Possibly optimize to swap [%o0],%g0 */
  120. #define BTFIXUPCALL_SWAPG1G2 0xc4784000 /* Possibly optimize to swap [%g1],%g2 */
  121. #define BTFIXUPCALL_STG0O0 0xc0220000 /* Possibly optimize to st %g0,[%o0] */
  122. #define BTFIXUPCALL_STO1O0 0xd2220000 /* Possibly optimize to st %o1,[%o0] */
  123. #define BTFIXUPSET_CALL(__name, __addr, __insn)
  124. do {
  125. ___fs_##__name[0] |= 1;
  126. ___fs_##__name[1] = (unsigned long)__addr;
  127. ___fs_##__name[2] = __insn;
  128. } while (0)
  129. #define BTFIXUPSET_BLACKBOX(__name, __func)
  130. do {
  131. ___bs_##__name[0] |= 1;
  132. ___bs_##__name[1] = (unsigned long)__func;
  133. } while (0)
  134. #define BTFIXUPCOPY_CALL(__name, __from)
  135. do {
  136. ___fs_##__name[0] |= 1;
  137. ___fs_##__name[1] = ___fs_##__from[1];
  138. ___fs_##__name[2] = ___fs_##__from[2];
  139. } while (0)
  140. #define BTFIXUPSET_SIMM13(__name, __val)
  141. do {
  142. ___ss_##__name[0] |= 1;
  143. ___ss_##__name[1] = (unsigned)__val;
  144. } while (0)
  145. #define BTFIXUPCOPY_SIMM13(__name, __from)
  146. do {
  147. ___ss_##__name[0] |= 1;
  148. ___ss_##__name[1] = ___ss_##__from[1];
  149. } while (0)
  150. #define BTFIXUPSET_HALF(__name, __val)
  151. do {
  152. ___as_##__name[0] |= 1;
  153. ___as_##__name[1] = (unsigned)__val;
  154. } while (0)
  155. #define BTFIXUPCOPY_HALF(__name, __from)
  156. do {
  157. ___as_##__name[0] |= 1;
  158. ___as_##__name[1] = ___as_##__from[1];
  159. } while (0)
  160. #define BTFIXUPSET_SETHI(__name, __val)
  161. do {
  162. ___hs_##__name[0] |= 1;
  163. ___hs_##__name[1] = (unsigned)__val;
  164. } while (0)
  165. #define BTFIXUPCOPY_SETHI(__name, __from)
  166. do {
  167. ___hs_##__name[0] |= 1;
  168. ___hs_##__name[1] = ___hs_##__from[1];
  169. } while (0)
  170. #define BTFIXUPSET_INT(__name, __val)
  171. do {
  172. ___is_##__name[0] |= 1;
  173. ___is_##__name[1] = (unsigned)__val;
  174. } while (0)
  175. #define BTFIXUPCOPY_INT(__name, __from)
  176. do {
  177. ___is_##__name[0] |= 1;
  178. ___is_##__name[1] = ___is_##__from[1];
  179. } while (0)
  180. #define BTFIXUPVAL_CALL(__name)
  181. ((unsigned long)___fs_##__name[1])
  182. extern void btfixup(void);
  183. #else /* __ASSEMBLY__ */
  184. #define BTFIXUP_SETHI(__name) %hi(___h_ ## __name)
  185. #define BTFIXUP_SETHI_INIT(__name,__val) %hi(___h_ ## __name ## __btset_ ## __val)
  186. #endif /* __ASSEMBLY__ */
  187. #endif /* !(_SPARC_BTFIXUP_H) */