Home
last modified time | relevance | path

Searched refs:image_code_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c185 loaded_image_info->image_code_type = EFI_LOADER_CODE; in efi_set_code_and_data_type()
189 loaded_image_info->image_code_type = EFI_BOOT_SERVICES_CODE; in efi_set_code_and_data_type()
194 loaded_image_info->image_code_type = EFI_RUNTIME_SERVICES_CODE; in efi_set_code_and_data_type()
200 loaded_image_info->image_code_type = EFI_LOADER_CODE; in efi_set_code_and_data_type()
277 loaded_image_info->image_code_type); in efi_load_pe()
293 loaded_image_info->image_code_type); in efi_load_pe()
H A Defi_boottime.c1746 info->image_code_type, false); in efi_load_image()
/openbmc/u-boot/cmd/
H A Dbootefi.c292 mdp->memory_type = loaded_image_info->image_code_type; in do_bootefi_exec()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h591 unsigned int image_code_type; member
606 u32 image_code_type; member
/openbmc/u-boot/include/
H A Defi_api.h349 unsigned int image_code_type; member