Searched refs:PGD_INDEX_SIZE (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/arch/powerpc/include/asm/nohash/64/ |
D | pgtable-4k.h | 15 #define PGD_INDEX_SIZE 9 macro 21 #define PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE) 27 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
|
D | pgtable.h | 19 PUD_INDEX_SIZE + PGD_INDEX_SIZE + PAGE_SHIFT)
|
/Linux-v6.6/arch/powerpc/include/asm/nohash/ |
D | pgalloc.h | 22 return kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE), in pgd_alloc() 28 kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd); in pgd_free()
|
/Linux-v6.6/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 10 return kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE), in pgd_alloc() 16 kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd); in pgd_free()
|
D | pgtable.h | 126 #define PGD_INDEX_SIZE (32 - PGDIR_SHIFT) macro 135 #define PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE) 142 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
|
/Linux-v6.6/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 21 #define PGD_INDEX_SIZE (32 - PGDIR_SHIFT) macro 30 #define PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE) 36 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
|
/Linux-v6.6/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 55 pgd = kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE), in pgd_alloc() 85 kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd); in pgd_free()
|
D | hash-64k.h | 199 #define H_PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE)
|
D | pgtable.h | 177 #define PGD_INDEX_SIZE __pgd_index_size macro 216 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
|
/Linux-v6.6/arch/powerpc/mm/nohash/ |
D | tlb_low_64e.S | 26 #define VPTE_INDEX_SIZE (VPTE_PGD_SHIFT + PGD_INDEX_SIZE) 146 rldicl r15,r16,64-PGDIR_SHIFT+3,64-PGD_INDEX_SIZE-3 385 rldicl r15,r16,64-PGDIR_SHIFT+3,64-PGD_INDEX_SIZE-3 805 rldicl r11,r16,64-VPTE_PGD_SHIFT,64-PGD_INDEX_SIZE-3 1022 rldicl r11,r16,64-(PGDIR_SHIFT-3),64-PGD_INDEX_SIZE-3
|
/Linux-v6.6/arch/powerpc/mm/ |
D | init-common.c | 155 pgtable_cache_add(PGD_INDEX_SIZE); in pgtable_cache_init()
|