Home
last modified time | relevance | path

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

/openbmc/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)
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h22 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()
/openbmc/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.h126 #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)
/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h21 #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)
/openbmc/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.h177 #define PGD_INDEX_SIZE __pgd_index_size macro
216 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
/openbmc/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
805 rldicl r11,r16,64-VPTE_PGD_SHIFT,64-PGD_INDEX_SIZE-3
/openbmc/linux/arch/powerpc/mm/
H A Dinit-common.c156 pgtable_cache_add(PGD_INDEX_SIZE); in pgtable_cache_init()