_CACHE_LINE_SIZE
(void) t4_fixup_host_params_compat(sc, PAGE_SIZE, _CACHE_LINE_SIZE,
return kmem_cache_create(name, sizeof (struct rxbuf), _CACHE_LINE_SIZE,
size = P2ROUNDUP(sizeof (clock_tick_cpu_t), _CACHE_LINE_SIZE);
abuf = (uintptr_t)kmem_zalloc(size * NCPU + _CACHE_LINE_SIZE, KM_SLEEP);
buf = P2ROUNDUP(abuf, _CACHE_LINE_SIZE);
#define __cacheline_aligned __aligned(_CACHE_LINE_SIZE)
regs[1] = func > 0 ? _CACHE_LINE_SIZE - 1 : 0;
CTASSERT(sizeof (struct hma_cpu) % _CACHE_LINE_SIZE == 0);