Searched refs:aosp (Results 1 – 1 of 1) sorted by relevance
152 struct boot_img_hdr *aosp = (struct boot_img_hdr *)AOSP_HEADER_ADDRESS; in bzImage_setup() local156 if (is_image_aosp(aosp->magic)) { in bzImage_setup()157 ptr = (u8*)aosp->kernel_addr; in bzImage_setup()158 cmdline_len = strnlen((const char *)aosp->cmdline, sizeof(aosp->cmdline)); in bzImage_setup()164 memset(cmdline, 0, sizeof(aosp->cmdline)); in bzImage_setup()165 memcpy(cmdline, (const void *)aosp->cmdline, cmdline_len); in bzImage_setup()167 bp->hdr.ramdisk_size = aosp->ramdisk_size; in bzImage_setup()169 initramfs = (u8 *)aosp->ramdisk_addr; in bzImage_setup()464 struct boot_img_hdr *aosp = (struct boot_img_hdr *)AOSP_HEADER_ADDRESS; in bootstub() local470 if (is_image_aosp(aosp->magic)) { in bootstub()[all …]