Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/platform/efi/
Defi_64.c84 int n_pgds; in efi_call_phys_prolog() local
91 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()