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/
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)
A Dpgtable.h19 PUD_INDEX_SIZE + PGD_INDEX_SIZE + PAGE_SHIFT)
/linux/arch/powerpc/include/asm/nohash/
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()
/linux/arch/powerpc/include/asm/book3s/32/
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()
A Dpgtable.h143 #define PGD_INDEX_SIZE (32 - PGDIR_SHIFT) macro
152 #define PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE)
159 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
/linux/arch/powerpc/include/asm/nohash/32/
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)
/linux/arch/powerpc/include/asm/book3s/64/
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()
A Dhash-64k.h199 #define H_PGD_TABLE_SIZE (sizeof(pgd_t) << PGD_INDEX_SIZE)
A Dpgtable.h194 #define PGD_INDEX_SIZE __pgd_index_size macro
233 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE)
/linux/arch/powerpc/mm/nohash/
A Dtlb_low_64e.S26 #define VPTE_INDEX_SIZE (VPTE_PGD_SHIFT + PGD_INDEX_SIZE)
143 rldicl r15,r16,64-PGDIR_SHIFT+3,64-PGD_INDEX_SIZE-3
391 rldicl r15,r16,64-PGDIR_SHIFT+3,64-PGD_INDEX_SIZE-3
810 rldicl r11,r16,64-VPTE_PGD_SHIFT,64-PGD_INDEX_SIZE-3
1049 rldicl r11,r16,64-(PGDIR_SHIFT-3),64-PGD_INDEX_SIZE-3
/linux/arch/powerpc/mm/
A Dinit-common.c134 pgtable_cache_add(PGD_INDEX_SIZE); in pgtable_cache_init()

Completed in 17 milliseconds