Lines Matching defs:cpu_dep
62 struct cpu_dep { struct
63 void (*cpu_steal_pages)(void); /* pmap init before mm is on */
64 int (*cpu_mchk)(void *); /* Machine check handling */
65 void (*cpu_memerr)(void); /* Memory subsystem errors */
67 void (*cpu_conf)(void);
68 int (*cpu_gettime)(struct timeval *); /* Read cpu clock time */
69 void (*cpu_settime)(struct timeval *); /* Write system time to cpu */
70 short cpu_vups; /* speed of cpu */
71 short cpu_scbsz; /* (estimated) size of SCB */
72 void (*cpu_halt)(void); /* Cpu dependent halt call */
73 void (*cpu_reboot)(int); /* Cpu dependent reboot call */
74 void (*cpu_clrf)(void); /* Clear cold/warm start flags */
75 const char * const *cpu_devs; /* mainbus devices */
76 void (*cpu_attach_cpu)(device_t); /* print CPU info */
77 int cpu_flags;
78 void (*cpu_badaddr)(void); /* cpu-specific badaddr() */