Home
last modified time | relevance | path

Searched refs:PTE_TABLE_SIZE (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
Dpgtable.h27 #define PTE_TABLE_SIZE (sizeof(pte_t) << PTE_INDEX_SIZE) macro
32 #define PMD_MASKED_BITS (PTE_TABLE_SIZE - 1)
356 ((unsigned long)(pmd_val(pmd) & ~(PTE_TABLE_SIZE - 1)))
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
Dpgtable-4k.h18 #define PTE_TABLE_SIZE (sizeof(pte_t) << PTE_INDEX_SIZE) macro
Dpgtable.h128 #define PMD_BAD_BITS (PTE_TABLE_SIZE-1)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dfixmap.h98 #define FIXMAP_PTE_SIZE (FIXMAP_ALIGNED_SIZE / PGDIR_SIZE * PTE_TABLE_SIZE)
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
Dbook3e_pgtable.c108 ptep = early_alloc_pgtable(PTE_TABLE_SIZE); in map_kernel_page()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h113 #define PTE_TABLE_SIZE (sizeof(pte_t) << PTE_INDEX_SIZE) macro
119 #define PMD_MASKED_BITS (PTE_TABLE_SIZE - 1)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dhash.h111 #define H_PMD_BAD_BITS (PTE_TABLE_SIZE-1)
Dpgtable.h205 #define PTE_TABLE_SIZE __pte_table_size macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dsetup_64.c859 new = memblock_alloc(PTE_TABLE_SIZE, PTE_TABLE_SIZE); in pcpu_populate_pte()