Searched defs:cpuinfo_ia64 (Results 1 – 1 of 1) sorted by relevance
191 struct cpuinfo_ia64 { struct192 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 */[all …]