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

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id$
  2.  *
  3.  * This file is subject to the terms and conditions of the GNU General Public
  4.  * License.  See the file "COPYING" in the main directory of this archive
  5.  * for more details.
  6.  *
  7.  * Copyright (C) 1992 - 1997, 2000 Silicon Graphics, Inc.
  8.  * Copyright (C) 2000 by Colin Ngam
  9.  */
  10. #ifndef _ASM_SN_PRIVATE_H
  11. #define _ASM_SN_PRIVATE_H
  12. #include <asm/sn/nodepda.h>
  13. #include <asm/sn/xtalk/xwidget.h>
  14. #include <asm/sn/xtalk/xtalk_private.h>
  15. extern nasid_t master_nasid;
  16. extern hubreg_t get_region(cnodeid_t);
  17. extern hubreg_t nasid_to_region(nasid_t);
  18. /* promif.c */
  19. #ifdef LATER
  20. extern cpuid_t cpu_node_probe(cpumask_t *cpumask, int *numnodes);
  21. #endif
  22. extern void he_arcs_set_vectors(void);
  23. extern void mem_init(void);
  24. #ifdef LATER
  25. extern int cpu_enabled(cpuid_t);
  26. #endif
  27. extern void cpu_unenable(cpuid_t);
  28. extern nasid_t get_lowest_nasid(void);
  29. extern __psunsigned_t get_master_bridge_base(void);
  30. extern void set_master_bridge_base(void);
  31. extern int check_nasid_equiv(nasid_t, nasid_t);
  32. extern nasid_t get_console_nasid(void);
  33. extern char get_console_pcislot(void);
  34. #ifdef LATER
  35. extern void intr_init_vecblk(nodepda_t *npda, cnodeid_t, int);
  36. #endif
  37. extern int is_master_nasid_widget(nasid_t test_nasid, xwidgetnum_t test_wid);
  38. /* memsupport.c */
  39. extern void poison_state_alter_range(__psunsigned_t start, int len, int poison);
  40. extern int memory_present(paddr_t);
  41. extern int memory_read_accessible(paddr_t);
  42. extern int memory_write_accessible(paddr_t);
  43. extern void memory_set_access(paddr_t, int, int);
  44. extern void show_dir_state(paddr_t, void (*)(char *, ...));
  45. extern void check_dir_state(nasid_t, int, void (*)(char *, ...));
  46. extern void set_dir_owner(paddr_t, int);
  47. extern void set_dir_state(paddr_t, int);
  48. extern void set_dir_state_POISONED(paddr_t);
  49. extern void set_dir_state_UNOWNED(paddr_t);
  50. extern int is_POISONED_dir_state(paddr_t);
  51. extern int is_UNOWNED_dir_state(paddr_t);
  52. extern void get_dir_ent(paddr_t paddr, int *state,
  53. uint64_t *vec_ptr, hubreg_t *elo);
  54. /* intr.c */
  55. #if defined(NEW_INTERRUPTS)
  56. extern int intr_reserve_level(cpuid_t cpu, int level, int err, devfs_handle_t owner_dev, char *name);
  57. extern void intr_unreserve_level(cpuid_t cpu, int level);
  58. extern int intr_connect_level(cpuid_t cpu, int bit, ilvl_t mask_no, 
  59. intr_func_t intr_func, void *intr_arg,
  60. intr_func_t intr_prefunc);
  61. extern int intr_disconnect_level(cpuid_t cpu, int bit);
  62. extern cpuid_t intr_heuristic(devfs_handle_t dev, device_desc_t dev_desc,
  63.       int req_bit,int intr_resflags,devfs_handle_t owner_dev,
  64.       char *intr_name,int *resp_bit);
  65. #endif /* NEW_INTERRUPTS */
  66. extern void intr_block_bit(cpuid_t cpu, int bit);
  67. extern void intr_unblock_bit(cpuid_t cpu, int bit);
  68. extern void setrtvector(intr_func_t);
  69. extern void install_cpuintr(cpuid_t cpu);
  70. extern void install_dbgintr(cpuid_t cpu);
  71. extern void install_tlbintr(cpuid_t cpu);
  72. extern void hub_migrintr_init(cnodeid_t /*cnode*/);
  73. extern int cause_intr_connect(int level, intr_func_t handler, uint intr_spl_mask);
  74. extern int cause_intr_disconnect(int level);
  75. extern void intr_reserve_hardwired(cnodeid_t);
  76. extern void intr_clear_all(nasid_t);
  77. extern void intr_dumpvec(cnodeid_t cnode, void (*pf)(char *, ...));
  78. extern int protected_broadcast(hubreg_t intrbit);
  79. /* error_dump.c */
  80. extern char *hub_rrb_err_type[];
  81. extern char *hub_wrb_err_type[];
  82. void nmi_dump(void);
  83. void install_cpu_nmi_handler(int slice);
  84. /* klclock.c */
  85. extern void hub_rtc_init(cnodeid_t);
  86. /* bte.c */
  87. void bte_lateinit(void);
  88. void bte_wait_for_xfer_completion(void *);
  89. /* klgraph.c */
  90. void klhwg_add_all_nodes(devfs_handle_t);
  91. void klhwg_add_all_modules(devfs_handle_t);
  92. /* klidbg.c */
  93. void install_klidbg_functions(void);
  94. /* klnuma.c */
  95. extern void replicate_kernel_text(int numnodes);
  96. extern __psunsigned_t get_freemem_start(cnodeid_t cnode);
  97. extern void setup_replication_mask(int maxnodes);
  98. /* init.c */
  99. extern cnodeid_t get_compact_nodeid(void); /* get compact node id */
  100. #ifdef LATER
  101. extern void init_platform_nodepda(nodepda_t *npda, cnodeid_t node);
  102. extern void init_platform_pda(pda_t *ppda, cpuid_t cpu);
  103. #endif
  104. extern void per_cpu_init(void);
  105. extern void per_hub_init(cnodeid_t);
  106. #ifdef LATER
  107. extern cpumask_t boot_cpumask;
  108. #endif
  109. extern int is_fine_dirmode(void);
  110. extern void update_node_information(cnodeid_t);
  111.  
  112. #ifdef LATER
  113. /* clksupport.c */
  114. extern void early_counter_intr(eframe_t *);
  115. #endif
  116. /* hubio.c */
  117. extern void hubio_init(void);
  118. extern void hub_merge_clean(nasid_t nasid);
  119. extern void hub_set_piomode(nasid_t nasid, int conveyor);
  120. /* huberror.c */
  121. extern void hub_error_init(cnodeid_t);
  122. extern void dump_error_spool(cpuid_t cpu, void (*pf)(char *, ...));
  123. extern void hubni_error_handler(char *, int);
  124. extern int check_ni_errors(void);
  125. /* Used for debugger to signal upper software a breakpoint has taken place */
  126. extern void *debugger_update;
  127. extern __psunsigned_t debugger_stopped;
  128. /* 
  129.  * IP27 piomap, created by hub_pio_alloc.
  130.  * xtalk_info MUST BE FIRST, since this structure is cast to a
  131.  * xtalk_piomap_s by generic xtalk routines.
  132.  */
  133. struct hub_piomap_s {
  134. struct xtalk_piomap_s hpio_xtalk_info;/* standard crosstalk pio info */
  135. devfs_handle_t hpio_hub; /* which hub's mapping registers are set up */
  136. short hpio_holdcnt; /* count of current users of bigwin mapping */
  137. char hpio_bigwin_num;/* if big window map, which one */
  138. int  hpio_flags; /* defined below */
  139. };
  140. /* hub_piomap flags */
  141. #define HUB_PIOMAP_IS_VALID 0x1
  142. #define HUB_PIOMAP_IS_BIGWINDOW 0x2
  143. #define HUB_PIOMAP_IS_FIXED 0x4
  144. #define hub_piomap_xt_piomap(hp) (&hp->hpio_xtalk_info)
  145. #define hub_piomap_hub_v(hp) (hp->hpio_hub)
  146. #define hub_piomap_winnum(hp) (hp->hpio_bigwin_num)
  147. #if TBD
  148.  /* Ensure that hpio_xtalk_info is first */
  149.  #assert (&(((struct hub_piomap_s *)0)->hpio_xtalk_info) == 0)
  150. #endif
  151. /* 
  152.  * IP27 dmamap, created by hub_pio_alloc.
  153.  * xtalk_info MUST BE FIRST, since this structure is cast to a
  154.  * xtalk_dmamap_s by generic xtalk routines.
  155.  */
  156. struct hub_dmamap_s {
  157. struct xtalk_dmamap_s hdma_xtalk_info;/* standard crosstalk dma info */
  158. devfs_handle_t hdma_hub; /* which hub we go through */
  159. int hdma_flags; /* defined below */
  160. };
  161. /* hub_dmamap flags */
  162. #define HUB_DMAMAP_IS_VALID 0x1
  163. #define HUB_DMAMAP_USED 0x2
  164. #define HUB_DMAMAP_IS_FIXED 0x4
  165. #if TBD
  166.  /* Ensure that hdma_xtalk_info is first */
  167.  #assert (&(((struct hub_dmamap_s *)0)->hdma_xtalk_info) == 0)
  168. #endif
  169. /* 
  170.  * IP27 interrupt handle, created by hub_intr_alloc.
  171.  * xtalk_info MUST BE FIRST, since this structure is cast to a
  172.  * xtalk_intr_s by generic xtalk routines.
  173.  */
  174. struct hub_intr_s {
  175. struct xtalk_intr_s i_xtalk_info; /* standard crosstalk intr info */
  176. ilvl_t i_swlevel; /* software level for blocking intr */
  177. cpuid_t i_cpuid; /* which cpu */
  178. int i_bit; /* which bit */
  179. int i_flags;
  180. };
  181. /* flag values */
  182. #define HUB_INTR_IS_ALLOCED 0x1 /* for debug: allocated */
  183. #define HUB_INTR_IS_CONNECTED 0x4 /* for debug: connected to a software driver */
  184. #if TBD
  185.  /* Ensure that i_xtalk_info is first */
  186.  #assert (&(((struct hub_intr_s *)0)->i_xtalk_info) == 0)
  187. #endif
  188. /* IP27 hub-specific information stored under INFO_LBL_HUB_INFO */
  189. /* TBD: IP27-dependent stuff currently in nodepda.h should be here */
  190. typedef struct hubinfo_s {
  191. nodepda_t *h_nodepda; /* pointer to node's private data area */
  192. cnodeid_t h_cnodeid; /* compact nodeid */
  193. nasid_t h_nasid; /* nasid */
  194. /* structures for PIO management */
  195. xwidgetnum_t h_widgetid; /* my widget # (as viewed from xbow) */
  196. struct hub_piomap_s h_small_window_piomap[HUB_WIDGET_ID_MAX+1];
  197. sv_t h_bwwait; /* wait for big window to free */
  198. spinlock_t h_bwlock; /* guard big window piomap's */
  199. spinlock_t h_crblock;      /* gaurd CRB error handling */
  200. int h_num_big_window_fixed; /* count number of FIXED maps */
  201. struct hub_piomap_s h_big_window_piomap[HUB_NUM_BIG_WINDOW];
  202. hub_intr_t hub_ii_errintr;
  203. } *hubinfo_t;
  204. #define hubinfo_get(vhdl, infoptr) ((void)hwgraph_info_get_LBL 
  205. (vhdl, INFO_LBL_NODE_INFO, (arbitrary_info_t *)infoptr))
  206. #define hubinfo_set(vhdl, infoptr) (void)hwgraph_info_add_LBL 
  207. (vhdl, INFO_LBL_NODE_INFO, (arbitrary_info_t)infoptr)
  208. #define hubinfo_to_hubv(hinfo, hub_v) (hinfo->h_nodepda->node_vertex)
  209. /*
  210.  * Hub info PIO map access functions.
  211.  */
  212. #define hubinfo_bwin_piomap_get(hinfo, win) 
  213. (&hinfo->h_big_window_piomap[win])
  214. #define hubinfo_swin_piomap_get(hinfo, win)
  215. (&hinfo->h_small_window_piomap[win])
  216. /* IP27 cpu-specific information stored under INFO_LBL_CPU_INFO */
  217. /* TBD: IP27-dependent stuff currently in pda.h should be here */
  218. typedef struct cpuinfo_s {
  219. #ifdef LATER
  220. pda_t *ci_cpupda; /* pointer to CPU's private data area */
  221. #endif
  222. cpuid_t ci_cpuid; /* CPU ID */
  223. } *cpuinfo_t;
  224. #define cpuinfo_get(vhdl, infoptr) ((void)hwgraph_info_get_LBL 
  225. (vhdl, INFO_LBL_CPU_INFO, (arbitrary_info_t *)infoptr))
  226. #define cpuinfo_set(vhdl, infoptr) (void)hwgraph_info_add_LBL 
  227. (vhdl, INFO_LBL_CPU_INFO, (arbitrary_info_t)infoptr)
  228. /* Special initialization function for xswitch vertices created during startup. */
  229. extern void xswitch_vertex_init(devfs_handle_t xswitch);
  230. extern xtalk_provider_t hub_provider;
  231. /* du.c */
  232. int ducons_write(char *buf, int len);
  233. /* memerror.c */
  234. extern void install_eccintr(cpuid_t cpu);
  235. extern void memerror_get_stats(cnodeid_t cnode,
  236.        int *bank_stats, int *bank_stats_max);
  237. extern void probe_md_errors(nasid_t);
  238. /* sysctlr.c */
  239. extern void sysctlr_init(void);
  240. extern void sysctlr_power_off(int sdonly);
  241. extern void sysctlr_keepalive(void);
  242. #define valid_cpuid(_x) (((_x) >= 0) && ((_x) < maxcpus))
  243. /* Useful definitions to get the memory dimm given a physical
  244.  * address.
  245.  */
  246. #define paddr_dimm(_pa) ((_pa & MD_BANK_MASK) >> MD_BANK_SHFT)
  247. #define paddr_cnode(_pa) (NASID_TO_COMPACT_NODEID(NASID_GET(_pa)))
  248. extern void membank_pathname_get(paddr_t,char *);
  249. /* To redirect the output into the error buffer */
  250. #define errbuf_print(_s) printf("#%s",_s)
  251. extern void crbx(nasid_t nasid, void (*pf)(char *, ...));
  252. void bootstrap(void);
  253. /* sndrv.c */
  254. extern int sndrv_attach(devfs_handle_t vertex);
  255. #endif /* _ASM_SN_PRIVATE_H */