Searched refs:n_pgds (Results 1 – 1 of 1) sorted by relevance
84 int n_pgds; in efi_call_phys_prolog() local91 n_pgds = DIV_ROUND_UP((max_pfn << PAGE_SHIFT), PGDIR_SIZE); in efi_call_phys_prolog()92 save_pgd = kmalloc(n_pgds * sizeof(pgd_t), GFP_KERNEL); in efi_call_phys_prolog()94 for (pgd = 0; pgd < n_pgds; pgd++) { in efi_call_phys_prolog()