Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/book3s/64/
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)
A Dpgalloc.h75 (H_PGD_INDEX_SIZE == H_PUD_CACHE_INDEX) in pgd_alloc()
A Dhash.h30 H_PUD_INDEX_SIZE + H_PGD_INDEX_SIZE + PAGE_SHIFT)
A Dhash-64k.h8 #define H_PGD_INDEX_SIZE 8 // size: 8B << 8 = 2KB, maps 2^8 x 16TB = 4PB macro
A Dpgtable.h235 #define MAX_PTRS_PER_PGD (1 << (H_PGD_INDEX_SIZE > RADIX_PGD_INDEX_SIZE ? \
236 H_PGD_INDEX_SIZE : RADIX_PGD_INDEX_SIZE))
/linux/arch/powerpc/mm/book3s64/
A Dhash_utils.c1063 __pgd_index_size = H_PGD_INDEX_SIZE; in hash__early_init_mmu()

Completed in 13 milliseconds