cpu_hme_pend
cpu_hme_pend = kmem_zalloc((NCPU * sizeof (cpu_hme_pend_t)) + 64,
cpu_hme_pend = (cpu_hme_pend_t *)P2ROUNDUP(
(uintptr_t)cpu_hme_pend, 64);
mutex_init(&cpu_hme_pend[i].chp_mutex, NULL, MUTEX_DEFAULT,
cpuhp = &cpu_hme_pend[CPU->cpu_seqid];
cpuhp = &cpu_hme_pend[i];
static cpu_hme_pend_t *cpu_hme_pend;
cpuhp = &cpu_hme_pend[i];