Home
last modified time | relevance | path

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

/openbmc/linux/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.h34 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
H A Dpgtable.h221 #define MAX_PTRS_PER_PGD (1 << (H_PGD_INDEX_SIZE > RADIX_PGD_INDEX_SIZE ? \
222 H_PGD_INDEX_SIZE : RADIX_PGD_INDEX_SIZE))
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1223 __pgd_index_size = H_PGD_INDEX_SIZE; in hash__early_init_mmu()