Searched refs:pgd_allocation_order (Results 1 – 4 of 4) sorted by relevance
45 free_pages((unsigned long)image->arch.pgd, pgd_allocation_order()); in machine_kexec_free_page_tables()62 pgd_allocation_order()); in machine_kexec_alloc_page_tables()
39 static inline unsigned int pgd_allocation_order(void) in pgd_allocation_order() function
363 return __pgd_alloc(mm, pgd_allocation_order()); in _pgd_alloc()383 return __pgd_alloc(mm, pgd_allocation_order()); in _pgd_alloc()
76 efi_pgd = (pgd_t *)__get_free_pages(gfp_mask, pgd_allocation_order()); in efi_alloc_page_tables()99 free_pages((unsigned long)efi_pgd, pgd_allocation_order()); in efi_alloc_page_tables()