Home
last modified time | relevance | path

Searched defs:image_handle (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/drivers/partition/
Dpartition.c49 static int load_mbr_header(uintptr_t image_handle, mbr_entry_t *mbr_entry) in load_mbr_header()
96 static int load_gpt_header(uintptr_t image_handle, size_t header_offset, in load_gpt_header()
154 static int load_mbr_entry(uintptr_t image_handle, mbr_entry_t *mbr_entry, in load_mbr_entry()
192 static int load_mbr_entries(uintptr_t image_handle) in load_mbr_entries()
212 static int load_gpt_entry(uintptr_t image_handle, gpt_entry_t *entry) in load_gpt_entry()
234 static int load_partition_gpt(uintptr_t image_handle, in load_partition_gpt()
284 uintptr_t dev_handle, image_spec, image_handle; in load_backup_gpt() local
342 static int load_primary_gpt(uintptr_t image_handle, unsigned int first_lba) in load_primary_gpt()
365 uintptr_t dev_handle, image_handle, image_spec = 0; in load_partition_table() local
/trusted-firmware-a-latest/drivers/fwu/
Dfwu.c78 uintptr_t dev_handle, image_handle, image_spec; in fwu_metadata_load() local
/trusted-firmware-a-latest/common/
Dbl_common.c73 uintptr_t image_handle; in load_image() local