Searched refs:RADIX_PGD_INDEX_SIZE (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dradix-64k.h11 #define RADIX_PGD_INDEX_SIZE 13 // size: 8B << 13 = 64KB, maps 2^13 x 512GB = 4PB macro
H A Dradix-4k.h11 #define RADIX_PGD_INDEX_SIZE 13 // size: 8B << 13 = 64KB, maps 2^13 x 512GB = 4PB macro
H A Dradix.h47 RADIX_PUD_INDEX_SIZE + RADIX_PGD_INDEX_SIZE + PAGE_SHIFT)
139 #define RADIX_PGD_TABLE_SIZE (sizeof(pgd_t) << RADIX_PGD_INDEX_SIZE)
H A 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-master/arch/powerpc/mm/book3s64/
H A Dmmu_context.c178 process_tb[index].prtb0 = cpu_to_be64(rts_field | __pa(mm->pgd) | RADIX_PGD_INDEX_SIZE);
H A Dradix_pgtable.c407 process_tb->prtb0 = cpu_to_be64(rts_field | __pa(init_mm.pgd) | RADIX_PGD_INDEX_SIZE);
432 dw0 = rts_field | __pa(init_mm.pgd) | RADIX_PGD_INDEX_SIZE | PATB_HR;
548 __pgd_index_size = RADIX_PGD_INDEX_SIZE;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c551 __pa(gp->shadow_pgtable) | RADIX_PGD_INDEX_SIZE;
H A Dbook3s_hv.c5293 __pa(kvm->arch.pgtable) | RADIX_PGD_INDEX_SIZE;

Completed in 148 milliseconds