cpu_hwinfo
struct cpu_hwinfo hw;
struct cpu_hwinfo bootcpu_hwinfo;
struct cpu_hwinfo *caa_hw;
extern struct cpu_hwinfo bootcpu_hwinfo;
struct cpu_hwinfo
bcopy(ch, &ci->ci_hw, sizeof(struct cpu_hwinfo));
struct cpu_hwinfo *ch = caa->caa_hw;
struct cpu_hwinfo hw;
bcopy(&bootcpu_hwinfo, &hw, sizeof(struct cpu_hwinfo));
struct cpu_hwinfo bootcpu_hwinfo;
bcopy(&bootcpu_hwinfo, &curcpu()->ci_hw, sizeof(struct cpu_hwinfo));