Home
last modified time | relevance | path

Searched defs:seg_info (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4u/sys/
H A Dmc-us3.h75 struct seg_info { struct
76 mc_dlist_t seg_node;
77 int nbanks; /* The number of banks at this segment */
78 uint32_t ifactor; /* Max interleave factor at this segment */
79 uint64_t base;
80 uint64_t size; /* memory size per segment */
81 struct bank_info *hb_inseg; /* first bank at this segment */
82 struct bank_info *tb_inseg; /* last bank at this segment */
H A Dmc-us3i.h105 struct seg_info { struct
106 mc_dlist_t seg_node;
107 int nbanks; /* The number of banks at this segment */
108 uint32_t ifactor; /* Max interleave factor at this segment */
109 uint64_t base;
110 uint64_t size; /* memory size per segment */
111 struct bank_info *head; /* first bank at this segment */
112 struct bank_info *tail; /* last bank at this segment */