Searched refs:kernel_buf (Results 1 – 2 of 2) sorted by relevance
122 UINT8* kernel_buf = NULL; in uefi_avb_boot_kernel() local179 &kernel_buf); in uefi_avb_boot_kernel()185 avb_memcpy(kernel_buf, boot->data + header->page_size, header->kernel_size); in uefi_avb_boot_kernel()245 image_setup = (struct SetupHeader*)kernel_buf; in uefi_avb_boot_kernel()281 ((uintptr_t)kernel_buf) + (image_setup->setup_secs + 1) * 512; in uefi_avb_boot_kernel()
129 static int KernelSize(uint8_t *kernel_buf, uint64_t kernel_size, in KernelSize() argument141 lh = (struct linux_kernel_params *)kernel_buf; in KernelSize()152 static int PickApartVmlinuz(uint8_t *kernel_buf, uint64_t kernel_size, in PickApartVmlinuz() argument164 lh = (struct linux_kernel_params *)kernel_buf; in PickApartVmlinuz()210 Memcpy(g_kernel_data, kernel_buf + kernel32_start, in PickApartVmlinuz()