Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dcapsule.c143 struct page **sg_pages, int reset) in efi_capsule_update_locked() argument
171 sglist_phys = page_to_phys(sg_pages[0]); in efi_capsule_update_locked()
221 struct page **sg_pages; in efi_capsule_update() local
232 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 …]