Home
last modified time | relevance | path

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

/Linux-v6.6/arch/parisc/include/asm/
Dprocessor.h58 struct system_cpuinfo_parisc { struct
59 unsigned int cpu_count;
60 unsigned int cpu_hz;
61 unsigned int hversion;
62 unsigned int sversion;
63 enum cpu_type cpu_type;
65 struct {
71 } pdc;
73 const char *cpu_name; /* e.g. "PA7300LC (PCX-L2)" */
97 extern struct system_cpuinfo_parisc boot_cpu_data; argument