Home
last modified time | relevance | path

Searched defs:system_cpuinfo_parisc (Results 1 – 1 of 1) sorted by relevance

/linux/arch/parisc/include/asm/
H A Dprocessor.h60 struct system_cpuinfo_parisc { struct
61 unsigned int cpu_count;
62 unsigned int cpu_hz;
63 unsigned int hversion;
64 unsigned int sversion;
65 enum cpu_type cpu_type;
67 struct {
73 } pdc;
75 const char *cpu_name; /* e.g. "PA7300LC (PCX-L2)" */
99 extern struct system_cpuinfo_parisc boot_cpu_data; argument