Searched refs:PGD_ALLOCATION_ORDER (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | pgtable.c | 394 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 D | pgalloc.h | 43 #define PGD_ALLOCATION_ORDER 1 macro 45 #define PGD_ALLOCATION_ORDER 0 macro
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | machine_kexec_32.c | 56 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 D | pgalloc.h | 43 #define PGD_ALLOCATION_ORDER 1 macro 45 #define PGD_ALLOCATION_ORDER 0 macro
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | machine_kexec_32.c | 45 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 D | pgtable.c | 400 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 D | efi_64.c | 79 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 D | efi_64.c | 76 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