Searched refs:buf_align (Results 1 – 1 of 1) sorted by relevance
76 char *buf, *buf_align, *msg; in os_info_old_alloc() local90 buf_align = PTR_ALIGN(buf, align); in os_info_old_alloc()91 if (copy_from_oldmem(buf_align, (void *) addr, size)) { in os_info_old_alloc()95 csum = csum_partial(buf_align, size, 0); in os_info_old_alloc()100 os_info_old->entry[nr].addr = (u64)(unsigned long)buf_align; in os_info_old_alloc()