Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/book3s/64/
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-64k.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/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); in radix__init_new_context()
H A Dradix_pgtable.c483 process_tb->prtb0 = cpu_to_be64(rts_field | __pa(init_mm.pgd) | RADIX_PGD_INDEX_SIZE); in radix_init_pgtable()
508 dw0 = rts_field | __pa(init_mm.pgd) | RADIX_PGD_INDEX_SIZE | PATB_HR; in radix_init_partition_table()
624 __pgd_index_size = RADIX_PGD_INDEX_SIZE; in radix__early_init_mmu()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c551 __pa(gp->shadow_pgtable) | RADIX_PGD_INDEX_SIZE; in kvmhv_set_nested_ptbl()
H A Dbook3s_hv.c5397 __pa(kvm->arch.pgtable) | RADIX_PGD_INDEX_SIZE; in kvmppc_setup_partition_table()