Lines Matching defs:hwrpb_struct
164 struct hwrpb_struct { struct
165 unsigned long phys_addr; /* check: physical address of the hwrpb */
166 unsigned long id; /* check: "HWRPB\0\0\0" */
167 unsigned long revision;
168 unsigned long size; /* size of hwrpb */
169 unsigned long cpuid;
170 unsigned long pagesize; /* 8192, I hope */
171 unsigned long pa_bits; /* number of physical address bits */
172 unsigned long max_asn;
173 unsigned char ssn[16]; /* system serial number: big bother is watching */
174 unsigned long sys_type;
175 unsigned long sys_variation;
176 unsigned long sys_revision;
177 unsigned long intr_freq; /* interval clock frequency * 4096 */
178 unsigned long cycle_freq; /* cycle counter frequency */
179 unsigned long vptb; /* Virtual Page Table Base address */
180 unsigned long res1;
181 unsigned long tbhb_offset; /* Translation Buffer Hint Block */
182 unsigned long nr_processors;
183 unsigned long processor_size;
184 unsigned long processor_offset;
208 extern struct hwrpb_struct *hwrpb; argument