Lines Matching defs:pages
119 * How many scatter gather list (block descriptor) pages do we need
120 * to map @count pages?
130 * @sg_pages: array of scatter gather (block descriptor) pages
186 * @pages: an array of capsule data pages
189 * map the capsule described by @capsule with its data in @pages and
203 * subsequent calls to efi_capsule_pending() will return true. @pages
216 int efi_capsule_update(efi_capsule_header_t *capsule, phys_addr_t *pages)
252 PAGE_SIZE - (u64)*pages % PAGE_SIZE);
255 sglist[j].data = *pages++;