Lines Matching refs:nr_pages
148 unsigned long nr_pages; in efi_high_alloc() local
165 nr_pages = round_up(size, EFI_ALLOC_ALIGN) / EFI_PAGE_SIZE; in efi_high_alloc()
176 if (desc->num_pages < nr_pages) in efi_high_alloc()
209 nr_pages, &max_addr); in efi_high_alloc()
234 unsigned long nr_pages; in efi_low_alloc() local
250 nr_pages = round_up(size, EFI_ALLOC_ALIGN) / EFI_PAGE_SIZE; in efi_low_alloc()
261 if (desc->num_pages < nr_pages) in efi_low_alloc()
281 nr_pages, &start); in efi_low_alloc()
299 unsigned long nr_pages; in efi_free() local
304 nr_pages = round_up(size, EFI_ALLOC_ALIGN) / EFI_PAGE_SIZE; in efi_free()
305 efi_call_early(free_pages, addr, nr_pages); in efi_free()
555 unsigned long nr_pages; in efi_relocate_kernel() local
573 nr_pages = round_up(alloc_size, EFI_ALLOC_ALIGN) / EFI_PAGE_SIZE; in efi_relocate_kernel()
576 nr_pages, &efi_addr); in efi_relocate_kernel()