Searched refs:gop_handle (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 647 unsigned long size, void **gop_handle) in setup_gop32() argument 658 u32 *handles = (u32 *)(unsigned long)gop_handle; in setup_gop32() 760 unsigned long size, void **gop_handle) in setup_gop64() argument 771 u64 *handles = (u64 *)(unsigned long)gop_handle; in setup_gop64() 857 void **gop_handle = NULL; in setup_gop() local 860 size, (void **)&gop_handle); in setup_gop() 866 proto, NULL, &size, gop_handle); in setup_gop() 871 status = setup_gop64(si, proto, size, gop_handle); in setup_gop() 873 status = setup_gop32(si, proto, size, gop_handle); in setup_gop() 876 efi_call_early(free_pool, gop_handle); in setup_gop() [all …]
|