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