Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/firmware/efi/
Dcapsule.c144 struct page **sg_pages, int reset) in efi_capsule_update_locked() argument
172 sglist_phys = page_to_phys(sg_pages[0]); in efi_capsule_update_locked()
222 struct page **sg_pages; in efi_capsule_update() local
233 sg_pages = kcalloc(sg_count, sizeof(*sg_pages), GFP_KERNEL); in efi_capsule_update()
234 if (!sg_pages) in efi_capsule_update()
238 sg_pages[i] = alloc_page(GFP_KERNEL); in efi_capsule_update()
239 if (!sg_pages[i]) { in efi_capsule_update()
248 sglist = kmap_atomic(sg_pages[i]); in efi_capsule_update()
267 sglist[j].data = page_to_phys(sg_pages[i + 1]); in efi_capsule_update()
284 rv = efi_capsule_update_locked(capsule, sg_pages, reset_type); in efi_capsule_update()
[all …]