Searched refs:gpt_entry (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/disk/ |
H A D | part_efi.c | 50 gpt_header *pgpt_head, gpt_entry **pgpt_pte); 51 static gpt_entry *alloc_read_gpt_entries(struct blk_desc *dev_desc, 53 static int is_pte_valid(gpt_entry * pte); 55 static char *print_efiname(gpt_entry *pte) in print_efiname() 71 static inline int is_bootable(gpt_entry *p) in is_bootable() 141 static int validate_gpt_entries(gpt_header *gpt_h, gpt_entry *gpt_e) in validate_gpt_entries() 191 gpt_entry *gpt_pte = NULL; in get_disk_guid() 218 gpt_entry *gpt_pte = NULL; in part_print_efi() 276 gpt_entry *gpt_pte = NULL; in part_get_info_efi() 389 gpt_header *gpt_h, gpt_entry *gpt_e) in write_gpt_table() [all …]
|
/openbmc/linux/block/partitions/ |
H A D | efi.c | 271 static gpt_entry *alloc_read_gpt_entries(struct parsed_partitions *state, in alloc_read_gpt_entries() 275 gpt_entry *pte; in alloc_read_gpt_entries() 336 gpt_header **gpt, gpt_entry **ptes) in is_gpt_valid() 416 if (le32_to_cpu((*gpt)->sizeof_partition_entry) != sizeof(gpt_entry)) { in is_gpt_valid() 461 is_pte_valid(const gpt_entry *pte, const u64 lastlba) in is_pte_valid() 582 gpt_entry **ptes) in find_valid_gpt() 586 gpt_entry *pptes = NULL, *aptes = NULL; in find_valid_gpt() 716 gpt_entry *ptes = NULL; in efi_partition()
|
H A D | efi.h | 91 } __packed gpt_entry; typedef
|
/openbmc/u-boot/include/ |
H A D | part.h | 311 gpt_header *gpt_h, gpt_entry *gpt_e); 325 gpt_header *gpt_h, gpt_entry *gpt_e, 387 gpt_entry **gpt_pte); 407 gpt_header *gpt_head, gpt_entry **gpt_pte);
|
H A D | part_efi.h | 112 } __packed gpt_entry; typedef
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_mmu.c | 65 static inline int gpt_entry(target_ulong addr, int level, bool pae) in gpt_entry() function 89 index = gpt_entry(pt->gva, level, pae); in get_pt_entry()
|
/openbmc/u-boot/cmd/ |
H A D | gpt.c | 585 gpt_entry *gpt_pte = NULL; in gpt_verify()
|