Lines Matching defs:PCArch
14 typedef struct PCArch PCArch; typedef
295 struct PCArch struct
297 char* id;
298 int (*ident)(void); /* this should be in the model */
299 void (*reset)(void); /* this should be in the model */
300 int (*serialpower)(int); /* 1 == on, 0 == off */
301 int (*modempower)(int); /* 1 == on, 0 == off */
303 void (*intrinit)(void);
304 int (*intrenable)(Vctl*);
305 int (*intrvecno)(int);
306 int (*intrdisable)(int);
307 void (*introff)(void);
308 void (*intron)(void);
310 void (*clockenable)(void);
311 uvlong (*fastclock)(uvlong*);
312 void (*timerset)(uvlong);
314 void (*resetothers)(void); /* put other cpus into reset */