Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H 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()
/linux/arch/x86/include/asm/
H A Dpgalloc.h39 static inline unsigned int pgd_allocation_order(void) in pgd_allocation_order() function
/linux/arch/x86/platform/efi/
H 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()
/linux/arch/x86/mm/
H A Dpgtable.c314 return __pgd_alloc(mm, pgd_allocation_order()); in _pgd_alloc()