Searched defs:cpuinfo_ia64 (Results 1 – 1 of 1) sorted by relevance
190 struct cpuinfo_ia64 { struct191 unsigned int softirq_pending;192 unsigned long itm_delta; /* # of clock cycles between clock ticks */193 unsigned long itm_next; /* interval timer mask value to use for next clock tick */194 unsigned long nsec_per_cyc; /* (1000000000<<IA64_NSEC_PER_CYC_SHIFT)/itc_freq */195 unsigned long unimpl_va_mask; /* mask of unimplemented virtual address bits (from PAL) */196 unsigned long unimpl_pa_mask; /* mask of unimplemented physical address bits (from PAL) */197 unsigned long itc_freq; /* frequency of ITC counter */198 unsigned long proc_freq; /* frequency of processor */199 unsigned long cyc_per_usec; /* itc_freq/1000000 */[all …]