Searched refs:gop_handle (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/boot/compressed/ |
D | eboot.c | 647 unsigned long size, void **gop_handle) in setup_gop32() argument 657 u32 *handles = (u32 *)(unsigned long)gop_handle; in setup_gop32() 752 unsigned long size, void **gop_handle) in setup_gop64() argument 762 u64 *handles = (u64 *)(unsigned long)gop_handle; in setup_gop64() 841 void **gop_handle = NULL; in setup_gop() local 844 size, (void **)&gop_handle); in setup_gop() 850 proto, NULL, &size, gop_handle); in setup_gop() 855 status = setup_gop64(si, proto, size, gop_handle); in setup_gop() 857 status = setup_gop32(si, proto, size, gop_handle); in setup_gop() 860 efi_call_early(free_pool, gop_handle); in setup_gop() [all …]
|