Home
last modified time | relevance | path

Searched refs:L1_CACHE_ALIGN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcache.h36 #define L1_CACHE_ALIGN(x) ALIGN(x, CACHE_LINE_SIZE) macro
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddma.c53 size = L1_CACHE_ALIGN(dev->drv->txwi_size + sizeof(*t)); in mt76_alloc_txwi()
71 t = kzalloc(L1_CACHE_ALIGN(sizeof(*t)), GFP_ATOMIC); in mt76_alloc_rxwi()