Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/android/
H A Ddebug_kinfo.c45 static void update_kernel_all_info(struct kernel_all_info *all_info) in update_kernel_all_info() argument
51 all_info->magic_number = DEBUG_KINFO_MAGIC; in update_kernel_all_info()
52 all_info->combined_checksum = 0; in update_kernel_all_info()
54 info = &(all_info->info); in update_kernel_all_info()
57 all_info->combined_checksum ^= checksum_info[index]; in update_kernel_all_info()
62 struct kernel_all_info *all_info; in build_info_set() local
71 all_info = (struct kernel_all_info *)all_info_addr; in build_info_set()
72 build_info_size = sizeof(all_info->info.build_info); in build_info_set()
74 memcpy(&all_info->info.build_info, str, min(build_info_size - 1, strlen(str))); in build_info_set()
75 update_kernel_all_info(all_info); in build_info_set()
[all …]