Searched defs:cpu_dep (Results 1 – 1 of 1) sorted by relevance
62 struct cpu_dep { struct63 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 */[all …]