Home
last modified time | relevance | path

Searched refs:pgd_allocation_order (Results 1 – 2 of 2) 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