Searched refs:bgrt_image (Results 1 – 3 of 3) sorted by relevance
20 void *__initdata bgrt_image; variable89 bgrt_image = kmalloc(bgrt_image_size, GFP_KERNEL | __GFP_NOWARN); in efi_bgrt_init()90 if (!bgrt_image) { in efi_bgrt_init()101 kfree(bgrt_image); in efi_bgrt_init()102 bgrt_image = NULL; in efi_bgrt_init()107 memcpy_fromio(bgrt_image, image, bgrt_image_size); in efi_bgrt_init()
86 if (!bgrt_image) in bgrt_init()89 bin_attr_image.private = bgrt_image; in bgrt_init()
11 extern void *bgrt_image;