Home
last modified time | relevance | path

Searched refs:H_PGD_INDEX_SIZE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dhash-4k.h8 #define H_PGD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps: 2^9 x 128GB = 64TB macro
39 #define H_PGD_TABLE_SIZE (sizeof(pgd_t) << H_PGD_INDEX_SIZE)
H A Dpgalloc.h75 (H_PGD_INDEX_SIZE == H_PUD_CACHE_INDEX) in pgd_alloc()
H A Dhash.h30 H_PUD_INDEX_SIZE + H_PGD_INDEX_SIZE + PAGE_SHIFT)
H A Dhash-64k.h8 #define H_PGD_INDEX_SIZE 8 // size: 8B << 8 = 2KB, maps 2^8 x 16TB = 4PB macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dasm-offsets.c448 DEFINE(PGD_TABLE_SIZE, (sizeof(pgd_t) << max(RADIX_PGD_INDEX_SIZE, H_PGD_INDEX_SIZE))); in main()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1062 __pgd_index_size = H_PGD_INDEX_SIZE; in hash__early_init_mmu()