Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dradix-4k.h11 #define RADIX_PGD_INDEX_SIZE 13 macro
Dradix-64k.h11 #define RADIX_PGD_INDEX_SIZE 13 macro
Dradix.h42 RADIX_PUD_INDEX_SIZE + RADIX_PGD_INDEX_SIZE + PAGE_SHIFT)
119 #define RADIX_PGD_TABLE_SIZE (sizeof(pgd_t) << RADIX_PGD_INDEX_SIZE)
/Linux-v4.19/arch/powerpc/mm/
Dmmu_context_book3s64.c101 process_tb[index].prtb0 = cpu_to_be64(rts_field | __pa(mm->pgd) | RADIX_PGD_INDEX_SIZE); in radix__init_new_context()
Dpgtable-radix.c387 process_tb->prtb0 = cpu_to_be64(rts_field | __pa(init_mm.pgd) | RADIX_PGD_INDEX_SIZE); in radix_init_pgtable()
424 dw0 = rts_field | __pa(init_mm.pgd) | RADIX_PGD_INDEX_SIZE | PATB_HR; in radix_init_partition_table()
578 __pgd_index_size = RADIX_PGD_INDEX_SIZE; in radix__early_init_mmu()
/Linux-v4.19/arch/powerpc/kernel/
Dasm-offsets.c419 DEFINE(PGD_TABLE_SIZE, (sizeof(pgd_t) << max(RADIX_PGD_INDEX_SIZE, H_PGD_INDEX_SIZE))); in main()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv.c3723 __pa(kvm->arch.pgtable) | RADIX_PGD_INDEX_SIZE; in kvmppc_setup_partition_table()