Home
last modified time | relevance | path

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

/csrg-svn/sys/vax/include/
H A Dcpu.h119 struct percpu { struct
120 short pc_cputype; /* cpu type code */
121 short pc_cpuspeed; /* relative speed of cpu */
122 short pc_nioa; /* number of IO adaptors/nexus blocks */
123 struct iobus *pc_io; /* descriptions of IO adaptors */
124 struct cpuops *pc_ops; /* per-cpu operations */
184 struct percpu percpu[]; variable
/csrg-svn/sys/vax/vax/
H A Dcpudata.c220 struct percpu percpu[] = { variable