Searched refs:sg_pages (Results 1 – 1 of 1) sorted by relevance
143 struct page **sg_pages, int reset) in efi_capsule_update_locked() argument171 sglist_phys = page_to_phys(sg_pages[0]); in efi_capsule_update_locked()221 struct page **sg_pages; in efi_capsule_update() local232 sg_pages = kcalloc(sg_count, sizeof(*sg_pages), GFP_KERNEL); in efi_capsule_update()233 if (!sg_pages) in efi_capsule_update()237 sg_pages[i] = alloc_page(GFP_KERNEL); in efi_capsule_update()238 if (!sg_pages[i]) { in efi_capsule_update()247 sglist = kmap(sg_pages[i]); in efi_capsule_update()266 sglist[j].data = page_to_phys(sg_pages[i + 1]); in efi_capsule_update()268 kunmap(sg_pages[i]); in efi_capsule_update()[all …]