Home
last modified time | relevance | path

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

/openbmc/u-boot/disk/
H A Dpart_efi.c170 gpt_h->partition_entry_lba = in prepare_backup_gpt_header()
414 if (blk_dwrite(dev_desc, le64_to_cpu(gpt_h->partition_entry_lba), in write_gpt_table()
456 size_t pte_start = gpt_h->partition_entry_lba; in gpt_fill_pte()
612 gpt_h->partition_entry_lba = in gpt_fill_header()
615 cpu_to_le64(le64_to_cpu(gpt_h->partition_entry_lba) + 32); in gpt_fill_header()
800 gpt_e = buf + (le64_to_cpu(gpt_h->partition_entry_lba) * in is_valid_gpt_buf()
824 gpt_e = buf + (le64_to_cpu(gpt_h->partition_entry_lba) * in write_mbr_and_gpt_partitions()
848 lba = le64_to_cpu(gpt_h->partition_entry_lba); in write_mbr_and_gpt_partitions()
859 lba = le64_to_cpu(gpt_h->partition_entry_lba); in write_mbr_and_gpt_partitions()
1026 blk = le64_to_cpu(pgpt_head->partition_entry_lba); in alloc_read_gpt_entries()
/openbmc/linux/block/partitions/
H A Defi.h66 __le64 partition_entry_lba; member
H A Defi.c288 if (read_lba(state, le64_to_cpu(gpt->partition_entry_lba), in alloc_read_gpt_entries()
/openbmc/u-boot/include/
H A Dpart_efi.h87 __le64 partition_entry_lba; member