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

/linux-4.4.14/arch/ia64/sn/kernel/
H A Dbte.c26 #ifndef L1_CACHE_MASK
27 #define L1_CACHE_MASK (L1_CACHE_BYTES - 1) macro
101 BUG_ON(len & L1_CACHE_MASK); bte_copy()
102 BUG_ON(src & L1_CACHE_MASK); bte_copy()
103 BUG_ON(dest & L1_CACHE_MASK); bte_copy()
288 headBcopySrcOffset = src & L1_CACHE_MASK; bte_unaligned_copy()
289 destFirstCacheOffset = dest & L1_CACHE_MASK; bte_unaligned_copy()
319 headBteSource = src & ~L1_CACHE_MASK; bte_unaligned_copy()
334 footBcopyLen = (len - headBcopyLen) & L1_CACHE_MASK; bte_unaligned_copy()
386 headBcopySrcOffset = src & L1_CACHE_MASK; bte_unaligned_copy()

Completed in 106 milliseconds