HomeSort by: relevance | last modified time | path
    Searched defs:heap_start (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/stand/efiboot/
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));
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));
  /src/sys/arch/i386/stand/efiboot/
efiboot.c 46 static EFI_PHYSICAL_ADDRESS heap_start = EFI_ALLOCATE_MAX_ADDRESS; variable in typeref:typename:EFI_PHYSICAL_ADDRESS
156 EfiLoaderData, sz, &heap_start);
160 setheap((void *)(UINTN)heap_start,
161 (void *)(UINTN)(heap_start + heap_size));
efiboot.c 46 static EFI_PHYSICAL_ADDRESS heap_start = EFI_ALLOCATE_MAX_ADDRESS; variable in typeref:typename:EFI_PHYSICAL_ADDRESS
156 EfiLoaderData, sz, &heap_start);
160 setheap((void *)(UINTN)heap_start,
161 (void *)(UINTN)(heap_start + heap_size));

Completed in 23 milliseconds