Searched refs:PGD_SIZE (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | pgd.c | 24 if (PGD_SIZE == PAGE_SIZE) in pgd_alloc() 32 if (PGD_SIZE == PAGE_SIZE) in pgd_free() 40 if (PGD_SIZE == PAGE_SIZE) in pgtable_cache_init() 48 BUILD_BUG_ON(PGD_SIZE < 64); in pgtable_cache_init() 54 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_SIZE, in pgtable_cache_init()
|
H A D | kasan_init.c | 24 static pgd_t tmp_pg_dir[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
|
H A D | mmu.c | 643 memset(tramp_pg_dir, 0, PGD_SIZE); in map_entry_trampoline()
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | pgd.c | 24 if (PGD_SIZE == PAGE_SIZE) in pgd_alloc() 32 if (PGD_SIZE == PAGE_SIZE) in pgd_free() 40 if (PGD_SIZE == PAGE_SIZE) in pgtable_cache_init() 48 BUILD_BUG_ON(PGD_SIZE < 64); in pgtable_cache_init() 54 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_SIZE, in pgtable_cache_init()
|
H A D | kasan_init.c | 26 static pgd_t tmp_pg_dir[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
|
H A D | mmu.c | 684 memset(tramp_pg_dir, 0, PGD_SIZE); in map_entry_trampoline()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | pgalloc.h | 24 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro 32 #define PGD_SIZE (PAGE_SIZE << 2) macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | pgalloc.h | 24 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro 32 #define PGD_SIZE (PAGE_SIZE << 2) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | pgalloc.h | 19 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | pgalloc.h | 19 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | pgtable.c | 362 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro 382 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_ALIGN, in pgtable_cache_init()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | kasan_init.c | 28 static pgd_t tmp_pgd_table[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | kasan_init.c | 27 static pgd_t tmp_pgd_table[PTRS_PER_PGD] __initdata __aligned(PGD_SIZE);
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | pgtable.c | 368 #define PGD_SIZE (PTRS_PER_PGD * sizeof(pgd_t)) macro 388 pgd_cache = kmem_cache_create("pgd_cache", PGD_SIZE, PGD_ALIGN, in pgtable_cache_init()
|
Completed in 11 milliseconds