Lines Matching full:efi
2 * EFI application loader
13 /* No need for efi loader support in SPL */
84 * that can include it to make themselves an EFI object
132 /* Called by bootefi to make all disk storage accessible as EFI objects */
147 void *efi_load_pe(void *efi, struct efi_loaded_image *loaded_image_info);
169 /* Generic EFI memory allocator, call this to get memory */
171 /* More specific EFI memory allocator, called by EFI payloads */
174 /* EFI memory free function. */
176 /* EFI memory allocator for small allocations */
179 /* EFI pool memory free function. */
181 /* Returns the EFI memory map */
187 /* Adds a range into the EFI memory map */
190 /* Called by board init to initialize the EFI memory map */
242 * Use these to indicate that your code / data should go into the EFI runtime