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