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

/linux-master/arch/x86/kernel/
H A Dmachine_kexec_32.c45 free_pages((unsigned long)image->arch.pgd, PGD_ALLOCATION_ORDER);
62 PGD_ALLOCATION_ORDER);
/linux-master/arch/x86/include/asm/
H A Dpgalloc.h43 #define PGD_ALLOCATION_ORDER 1 macro
45 #define PGD_ALLOCATION_ORDER 0 macro
/linux-master/arch/x86/mm/
H A Dpgtable.c403 PGD_ALLOCATION_ORDER);
415 free_pages((unsigned long)pgd, PGD_ALLOCATION_ORDER);
424 PGD_ALLOCATION_ORDER);
429 free_pages((unsigned long)pgd, PGD_ALLOCATION_ORDER);
/linux-master/arch/x86/platform/efi/
H A Defi_64.c76 efi_pgd = (pgd_t *)__get_free_pages(gfp_mask, PGD_ALLOCATION_ORDER);
99 free_pages((unsigned long)efi_pgd, PGD_ALLOCATION_ORDER);

Completed in 128 milliseconds