soft_cpu
struct soft_cpu *soft_pc;
soft_pc = malloc(sizeof(struct soft_cpu), M_PMC, M_WAITOK|M_ZERO);
struct soft_cpu *pc;
soft_pcpu = malloc(sizeof(struct soft_cpu *) * pmc_cpu_max(), M_PMC,
static struct soft_cpu **soft_pcpu;