Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/partition/
H A Dpartition.c49 static int load_mbr_header(uintptr_t image_handle, mbr_entry_t *mbr_entry) in load_mbr_header()
91 static int load_gpt_header(uintptr_t image_handle, size_t header_offset, in load_gpt_header()
147 static int load_mbr_entry(uintptr_t image_handle, mbr_entry_t *mbr_entry, in load_mbr_entry()
185 static int load_mbr_entries(uintptr_t image_handle) in load_mbr_entries()
205 static int load_gpt_entry(uintptr_t image_handle, gpt_entry_t *entry) in load_gpt_entry()
227 static int load_partition_gpt(uintptr_t image_handle, gpt_header_t header) in load_partition_gpt()
314 uintptr_t dev_handle, image_spec, image_handle; in load_backup_gpt() local
373 static int load_primary_gpt(uintptr_t image_handle, unsigned int first_lba) in load_primary_gpt()
410 uintptr_t dev_handle, image_handle, image_spec = 0; in load_partition_table() local
/rk3399_ARM-atf/drivers/fwu/
H A Dfwu.c127 uintptr_t dev_handle, image_handle, image_spec; in fwu_metadata_load() local
/rk3399_ARM-atf/common/
H A Dbl_common.c76 uintptr_t image_handle = 0ULL; in load_image() local