Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dpgtable.c394 PGD_ALLOCATION_ORDER); in _pgd_alloc()
406 free_pages((unsigned long)pgd, PGD_ALLOCATION_ORDER); in _pgd_free()
415 PGD_ALLOCATION_ORDER); in _pgd_alloc()
420 free_pages((unsigned long)pgd, PGD_ALLOCATION_ORDER); in _pgd_free()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpgalloc.h43 #define PGD_ALLOCATION_ORDER 1 macro
45 #define PGD_ALLOCATION_ORDER 0 macro
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dmachine_kexec_32.c56 free_pages((unsigned long)image->arch.pgd, PGD_ALLOCATION_ORDER); in machine_kexec_free_page_tables()
73 PGD_ALLOCATION_ORDER); in machine_kexec_alloc_page_tables()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpgalloc.h43 #define PGD_ALLOCATION_ORDER 1 macro
45 #define PGD_ALLOCATION_ORDER 0 macro
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/x86/platform/efi/
H A Defi_64.c79 efi_pgd = (pgd_t *)__get_free_pages(gfp_mask, PGD_ALLOCATION_ORDER); in efi_alloc_page_tables()
102 free_pages((unsigned long)efi_pgd, PGD_ALLOCATION_ORDER); in efi_alloc_page_tables()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds