Searched refs:EfiMemoryType (Results 1 – 6 of 6) sorted by relevance
| /lib/uefi/include/uefi/protocols/ |
| A D | loaded_image_protocol.h | 33 EfiMemoryType image_code_type; 34 EfiMemoryType image_data_type;
|
| /lib/uefi/ |
| A D | memory_protocols.h | 30 EfiStatus allocate_pages(EfiAllocatorType type, EfiMemoryType memory_type,
|
| A D | uefi_platform.h | 66 EfiStatus allocate_pool(EfiMemoryType pool_type, size_t size, void **buf);
|
| A D | memory_protocols.cpp | 155 EfiStatus allocate_pages(EfiAllocatorType type, EfiMemoryType memory_type, in allocate_pages() 176 __WEAK EfiStatus allocate_pool(EfiMemoryType pool_type, size_t size, in allocate_pool()
|
| /lib/uefi/include/uefi/ |
| A D | boot_service.h | 79 EfiStatus (*allocate_pages)(EfiAllocatorType type, EfiMemoryType memory_type, 85 EfiStatus (*allocate_pool)(EfiMemoryType pool_type, size_t size, void** buf);
|
| A D | types.h | 88 typedef EFI_MEMORY_TYPE EfiMemoryType; typedef
|
Completed in 7 milliseconds