Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/partition/
Dpartition.c55 static int load_mbr_header(uintptr_t image_handle, mbr_entry_t *mbr_entry) { in load_mbr_header()
89 static int load_gpt_header(uintptr_t image_handle) { in load_gpt_header()
134 static int load_mbr_entry(uintptr_t image_handle, mbr_entry_t *mbr_entry, in load_mbr_entry()
166 static int load_mbr_entries(uintptr_t image_handle) { in load_mbr_entries()
182 static int load_gpt_entry(uintptr_t image_handle, gpt_entry_t *entry) { in load_gpt_entry()
193 static int verify_partition_gpt(uintptr_t image_handle) { in verify_partition_gpt()
222 uintptr_t dev_handle, image_handle, image_spec = 0; in load_partition_table() local