OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocatePages
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/stand/efiboot/
exec.c
89
status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocateMaxAddress, EfiLoaderData,
93
status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocateAnyPages, EfiLoaderData,
142
status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocateMaxAddress,
146
status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocateAnyPages,
194
status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocateMaxAddress, EfiLoaderData,
198
status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocateAnyPages, EfiLoaderData,
efiboot.c
78
status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocateAnyPages, EfiLoaderData, sz, &heap_start);
/src/sys/arch/i386/stand/efiboot/bootx64/
efibootx64.c
52
status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocateMaxAddress,
55
panic("%s:
AllocatePages
() failed: %d page(s): %" PRIxMAX,
62
status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocateMaxAddress,
65
panic("%s:
AllocatePages
() failed: %d page(s): %" PRIxMAX,
/src/sys/arch/i386/stand/efiboot/bootia32/
efibootia32.c
52
status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocateMaxAddress,
55
panic("%s:
AllocatePages
() failed: %d page(s): %" PRIxMAX,
62
status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocateMaxAddress,
65
panic("%s:
AllocatePages
() failed: %d page(s): %" PRIxMAX,
/src/sys/external/bsd/gnu-efi/dist/apps/
AllocPages.c
9
* mimics the EFI Boot Service "
AllocatePages
."
178
efi_status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocType, MemType, NumPages, &Addr);
/src/sys/arch/ia64/stand/efi/libefi/
exec.c
149
* so we have to determine that first. Note that the
AllocatePages
160
status = BS->
AllocatePages
(AllocateAnyPages, EfiLoaderData, pages,
efi.c
101
status = BS->
AllocatePages
(AllocateAnyPages, EfiLoaderData,
/src/sys/arch/i386/stand/efiboot/
efiboot.c
155
status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocateMaxAddress,
158
Panic(L"%a:
AllocatePages
() failed: %d page(s): %r",
efimemory.c
339
status = uefi_call_wrapper(BS->
AllocatePages
, 4, AllocateMaxAddress,
/src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h
832
EFI_ALLOCATE_PAGES
AllocatePages
;
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
879
ACPI_EFI_ALLOCATE_PAGES
AllocatePages
;
Completed in 196 milliseconds
Indexes created Wed Oct 15 01:09:54 GMT 2025