Home
last modified time | relevance | path

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

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