Lines Matching defs:cpuinfo_ia64
191 struct cpuinfo_ia64 { struct
192 unsigned int softirq_pending;
193 unsigned long itm_delta; /* # of clock cycles between clock ticks */
194 unsigned long itm_next; /* interval timer mask value to use for next clock tick */
195 unsigned long nsec_per_cyc; /* (1000000000<<IA64_NSEC_PER_CYC_SHIFT)/itc_freq */
196 unsigned long unimpl_va_mask; /* mask of unimplemented virtual address bits (from PAL) */
197 unsigned long unimpl_pa_mask; /* mask of unimplemented physical address bits (from PAL) */
198 unsigned long itc_freq; /* frequency of ITC counter */
199 unsigned long proc_freq; /* frequency of processor */
200 unsigned long cyc_per_usec; /* itc_freq/1000000 */
201 unsigned long ptce_base;
202 unsigned int ptce_count[2];
203 unsigned int ptce_stride[2];
204 struct task_struct *ksoftirqd; /* kernel softirq daemon for this CPU */
207 unsigned long loops_per_jiffy;
208 int cpu;
209 unsigned int socket_id; /* physical processor socket id */
210 unsigned short core_id; /* core id */
234 DECLARE_PER_CPU(struct cpuinfo_ia64, ia64_cpu_info); argument