efiboot.c | 58 static EFI_PHYSICAL_ADDRESS heap_start; variable in typeref:typename:EFI_PHYSICAL_ADDRESS 78 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData, sz, &heap_start); 81 setheap((void *)(uintptr_t)heap_start, (void *)(uintptr_t)(heap_start + heap_size));
|