Lines Matching refs:dest
80 bte_result_t bte_copy(u64 src, u64 dest, u64 len, u64 mode, void *notification) in bte_copy() argument
95 src, dest, len, mode, notification)); in bte_copy()
103 BUG_ON(dest & L1_CACHE_MASK); in bte_copy()
113 nasid_to_try[0] = NASID_GET(dest); in bte_copy()
123 nasid_to_try[1] = NASID_GET(dest); in bte_copy()
195 BTE_PRINTKV(("IBDA = 0x%lx)\n", dest)); in bte_copy()
196 BTE_DEST_STORE(bte, dest); in bte_copy()
262 bte_result_t bte_unaligned_copy(u64 src, u64 dest, u64 len, u64 mode) in bte_unaligned_copy() argument
289 destFirstCacheOffset = dest & L1_CACHE_MASK; in bte_unaligned_copy()
320 headBcopyDest = dest; in bte_unaligned_copy()
338 footBcopyDest = dest + len - footBcopyLen; in bte_unaligned_copy()
367 (dest + in bte_unaligned_copy()
387 headBcopyDest = dest; in bte_unaligned_copy()