Home
last modified time | relevance | path

Searched refs:first_lba (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-latest/drivers/partition/
Dgpt.c49 if ((gpt_entry->first_lba == 0) && (gpt_entry->last_lba == 0)) { in parse_gpt_entry()
58 entry->start = (uint64_t)gpt_entry->first_lba * in parse_gpt_entry()
61 gpt_entry->first_lba + 1) * in parse_gpt_entry()
Dpartition.c78 if (tmp->first_lba != 1) { in load_mbr_header()
201 list.list[i].start = mbr_entry.first_lba * 512; in load_mbr_entries()
342 static int load_primary_gpt(uintptr_t image_handle, unsigned int first_lba) in load_primary_gpt() argument
349 gpt_header_offset = LBA(first_lba); in load_primary_gpt()
388 result = load_primary_gpt(image_handle, mbr_entry.first_lba); in load_partition_table()
/trusted-firmware-a-latest/include/drivers/partition/
Dgpt.h20 unsigned long long first_lba; member
34 unsigned long long first_lba; member
Dmbr.h25 unsigned int first_lba; member