Searched refs:PoolAllocationType (Results 1 – 6 of 6) sorted by relevance
15 UINTN pat = PoolAllocationType; in efi_main()19 PoolAllocationType = 2; /* klooj */ in efi_main()27 PoolAllocationType); in efi_main()
327 PoolAllocationType = 2; /* klooj */ in efi_main()
84 PoolAllocationType = LoadedImage->ImageDataType; in InitializeLib()
51 EFI_MEMORY_TYPE PoolAllocationType = EfiBootServicesData; variable
35 Status = uefi_call_wrapper(BS->AllocatePool, 3, PoolAllocationType, Size, &p); in AllocatePool()
205 extern EFI_MEMORY_TYPE PoolAllocationType;