Home
last modified time | relevance | path

Searched refs:EFI_MEMORY_TYPE (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DLoadedImage.h69EFI_MEMORY_TYPE ImageCodeType; ///< The memory type that the code sections were loaded…
70EFI_MEMORY_TYPE ImageDataType; ///< The memory type that the data sections were loaded…
H A DDeviceIo.h194 IN EFI_MEMORY_TYPE MemoryType,
H A DIsaIo.h280 IN EFI_MEMORY_TYPE MemoryType,
H A DPciRootBridgeIo.h282 IN EFI_MEMORY_TYPE MemoryType,
H A DPciIo.h350 IN EFI_MEMORY_TYPE MemoryType,
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiMultiPhase.h107 } EFI_MEMORY_TYPE; typedef
H A DUefiSpec.h189 IN EFI_MEMORY_TYPE MemoryType,
270 IN EFI_MEMORY_TYPE PoolType,
/illumos-gate/usr/src/uts/common/sys/
H A Defi.h108 } EFI_MEMORY_TYPE; typedef
/illumos-gate/usr/src/boot/efi/include/
H A Defilib.h110 const char *efi_memory_type(EFI_MEMORY_TYPE);
/illumos-gate/usr/src/boot/efi/include/Pi/
H A DPiHob.h131 EFI_MEMORY_TYPE MemoryType;
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c791 efi_memory_type(EFI_MEMORY_TYPE type) in efi_memory_type()