Home
last modified time | relevance | path

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

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