Searched refs:cpu_hme_pend (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h506 typedef struct cpu_hme_pend { struct
H A Dhat_sfmmu.c176 static cpu_hme_pend_t *cpu_hme_pend; variable
1403 cpu_hme_pend = kmem_zalloc((NCPU * sizeof (cpu_hme_pend_t)) + 64,
1405 cpu_hme_pend = (cpu_hme_pend_t *)P2ROUNDUP(
1406 (uintptr_t)cpu_hme_pend, 64);
1409 mutex_init(&cpu_hme_pend[i].chp_mutex, NULL, MUTEX_DEFAULT,
8940 cpuhp = &cpu_hme_pend[i];
15406 cpuhp = &cpu_hme_pend[CPU->cpu_seqid];
15614 cpuhp = &cpu_hme_pend[i];

Completed in 96 milliseconds