Home
last modified time | relevance | path

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

/arch/x86/kernel/
A Dmachine_kexec_32.c45 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()
/arch/x86/include/asm/
A Dpgalloc.h39 static inline unsigned int pgd_allocation_order(void) in pgd_allocation_order() function
/arch/x86/platform/efi/
A Defi_64.c76 efi_pgd = (pgd_t *)__get_free_pages(gfp_mask, pgd_allocation_order()); in efi_alloc_page_tables()
100 free_pages((unsigned long)efi_pgd, pgd_allocation_order()); in efi_alloc_page_tables()
/arch/x86/mm/
A Dpgtable.c314 return __pgd_alloc(mm, pgd_allocation_order()); in _pgd_alloc()

Completed in 7 milliseconds