Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/sn/kernel/
Dbte.c267 u64 headBcopySrcOffset; in bte_unaligned_copy() local
288 headBcopySrcOffset = src & L1_CACHE_MASK; in bte_unaligned_copy()
311 if (headBcopySrcOffset == destFirstCacheOffset) { in bte_unaligned_copy()
321 if (headBcopySrcOffset) { in bte_unaligned_copy()
325 headBcopySrcOffset) ? L1_CACHE_BYTES in bte_unaligned_copy()
326 - headBcopySrcOffset : len); in bte_unaligned_copy()
386 headBcopySrcOffset = src & L1_CACHE_MASK; in bte_unaligned_copy()
390 headBteSource = src - headBcopySrcOffset; in bte_unaligned_copy()
392 headBteLen = L1_CACHE_ALIGN(len + headBcopySrcOffset); in bte_unaligned_copy()
405 headBcopySrcOffset), headBcopyLen); in bte_unaligned_copy()