Home
last modified time | relevance | path

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

/arch/ia64/sn/kernel/
Dbte.c25 #ifndef L1_CACHE_MASK
26 #define L1_CACHE_MASK (L1_CACHE_BYTES - 1) macro
100 BUG_ON(len & L1_CACHE_MASK); in bte_copy()
101 BUG_ON(src & L1_CACHE_MASK); in bte_copy()
102 BUG_ON(dest & L1_CACHE_MASK); in bte_copy()
287 headBcopySrcOffset = src & L1_CACHE_MASK; in bte_unaligned_copy()
288 destFirstCacheOffset = dest & L1_CACHE_MASK; in bte_unaligned_copy()
318 headBteSource = src & ~L1_CACHE_MASK; in bte_unaligned_copy()
333 footBcopyLen = (len - headBcopyLen) & L1_CACHE_MASK; in bte_unaligned_copy()
385 headBcopySrcOffset = src & L1_CACHE_MASK; in bte_unaligned_copy()