Home
last modified time | relevance | path

Searched refs:PGD_INDEX_SIZE (Results 1 – 11 of 11) sorted by relevance

/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h15 #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 Dpgtable.h19 PUD_INDEX_SIZE + PGD_INDEX_SIZE + PAGE_SHIFT)
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h17 #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 Dpgalloc.h10 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 Dpgtable.h100 #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 Dpgalloc.h22 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 Dpgalloc.h55 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 Dhash-64k.h199 #define H_PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE)
H A Dpgtable.h159 #define PGD_INDEX_SIZE __pgd_index_size macro
198 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
/linux/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S26 #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 Dinit-common.c155 pgtable_cache_add(PGD_INDEX_SIZE); in pgtable_cache_init()