Home
last modified time | relevance | path

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

/arch/ia64/sn/kernel/
Dbte.c274 char *bteBlock, *bteBlock_unaligned; in bte_unaligned_copy() local
281 bteBlock_unaligned = kmalloc(len + 3 * L1_CACHE_BYTES, GFP_KERNEL); in bte_unaligned_copy()
282 if (bteBlock_unaligned == NULL) { in bte_unaligned_copy()
285 bteBlock = (char *)L1_CACHE_ALIGN((u64) bteBlock_unaligned); in bte_unaligned_copy()
351 kfree(bteBlock_unaligned); in bte_unaligned_copy()
371 kfree(bteBlock_unaligned); in bte_unaligned_copy()
399 kfree(bteBlock_unaligned); in bte_unaligned_copy()
406 kfree(bteBlock_unaligned); in bte_unaligned_copy()