Searched refs:PGD_INDEX_SIZE (Results 1 – 11 of 11) sorted by relevance
/linux/arch/powerpc/include/asm/nohash/64/ |
H A 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)
|
H A D | pgtable.h | 19 PUD_INDEX_SIZE + PGD_INDEX_SIZE + PAGE_SHIFT)
|
/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 17 #define PGD_INDEX_SIZE (32 - PGDIR_SHIFT) macro 26 #define PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE) 32 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A 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()
|
H A D | pgtable.h | 100 #define PGD_INDEX_SIZE (32 - PGDIR_SHIFT) macro 109 #define PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE) 116 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgalloc.h | 22 pgd_t *pgd = kmem_cache_alloc(PGT_CACHE(PGD_INDEX_SIZE), in pgd_alloc() 34 kmem_cache_free(PGT_CACHE(PGD_INDEX_SIZE), pgd); in pgd_free()
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A 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()
|
H A D | hash-64k.h | 199 #define H_PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE)
|
H A D | pgtable.h | 159 #define PGD_INDEX_SIZE __pgd_index_size macro 198 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
|
/linux/arch/powerpc/mm/nohash/ |
H A 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 574 rldicl r11,r16,64-VPTE_PGD_SHIFT,64-PGD_INDEX_SIZE-3
|
/linux/arch/powerpc/mm/ |
H A D | init-common.c | 155 pgtable_cache_add(PGD_INDEX_SIZE); in pgtable_cache_init()
|