uga_handle        266 arch/x86/boot/compressed/eboot.c 	void **uga_handle = NULL;
uga_handle        272 arch/x86/boot/compressed/eboot.c 				size, (void **)&uga_handle);
uga_handle        278 arch/x86/boot/compressed/eboot.c 				uga_proto, NULL, &size, uga_handle);
uga_handle        291 arch/x86/boot/compressed/eboot.c 		unsigned long handle = efi_is_64bit() ? ((u64 *)uga_handle)[i]
uga_handle        292 arch/x86/boot/compressed/eboot.c 						      : ((u32 *)uga_handle)[i];
uga_handle        339 arch/x86/boot/compressed/eboot.c 	efi_call_early(free_pool, uga_handle);
uga_handle        352 arch/x86/boot/compressed/eboot.c 	void **uga_handle = NULL;
uga_handle        368 arch/x86/boot/compressed/eboot.c 					&uga_proto, NULL, &size, uga_handle);