Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/x86/include/asm/
H A Dpgalloc.h43 #define PGD_ALLOCATION_ORDER 1 macro
45 #define PGD_ALLOCATION_ORDER 0 macro
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c400 PGD_ALLOCATION_ORDER); in _pgd_alloc()
412 free_pages((unsigned long)pgd, PGD_ALLOCATION_ORDER); in _pgd_free()
421 PGD_ALLOCATION_ORDER); in _pgd_alloc()
426 free_pages((unsigned long)pgd, PGD_ALLOCATION_ORDER); in _pgd_free()
/openbmc/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()
99 free_pages((unsigned long)efi_pgd, PGD_ALLOCATION_ORDER); in efi_alloc_page_tables()