Home
last modified time | relevance | path

Searched refs:efi_dp_from_mem (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/cmd/
H A Dbootefi.c263 memdp = efi_dp_from_mem(EFI_RESERVED_MEMORY_TYPE, 0, 0); in do_bootefi_exec()
339 bootefi_device_path = efi_dp_from_mem(EFI_RESERVED_MEMORY_TYPE, 0, 0); in bootefi_test_prepare()
/openbmc/u-boot/include/
H A Defi_loader.h449 struct efi_device_path *efi_dp_from_mem(uint32_t mem_type,
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c888 struct efi_device_path *efi_dp_from_mem(uint32_t memory_type, in efi_dp_from_mem() function