Searched refs:pte (Results 1 – 1 of 1) sorted by relevance
275 gpt_entry *pte; in alloc_read_gpt_entries() local284 pte = kmalloc(count, GFP_KERNEL); in alloc_read_gpt_entries()285 if (!pte) in alloc_read_gpt_entries()289 (u8 *) pte, count) < count) { in alloc_read_gpt_entries()290 kfree(pte); in alloc_read_gpt_entries()291 pte=NULL; in alloc_read_gpt_entries()294 return pte; in alloc_read_gpt_entries()461 is_pte_valid(const gpt_entry *pte, const u64 lastlba) in is_pte_valid() argument463 if ((!efi_guidcmp(pte->partition_type_guid, NULL_GUID)) || in is_pte_valid()464 le64_to_cpu(pte->starting_lba) > lastlba || in is_pte_valid()[all …]