Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/
H A Dpgtable-frag.c43 pte_frag = ret + PTE_FRAG_SIZE; in get_pte_from_cache()
91 pte_frag_set(&mm->context, ret + PTE_FRAG_SIZE); in __alloc_for_ptecache()
H A Dpgtable_32.c65 pte_t *ptep = early_alloc_pgtable(PTE_FRAG_SIZE); in early_pte_alloc_kernel()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_hugepage.c77 BUG_ON(index >= PTE_FRAG_SIZE); in __hash_page_thp()
98 memset(hpte_slot_array, 0, PTE_FRAG_SIZE); in __hash_page_thp()
H A Dhash_pgtable.c304 memset(pgtable, 0, PTE_FRAG_SIZE); in hash__pgtable_trans_huge_withdraw()
366 memset(pgtable, 0, PTE_FRAG_SIZE); in hash__pmdp_huge_get_and_clear()
/openbmc/linux/arch/powerpc/mm/kasan/
H A Dinit_32.c45 new = memblock_alloc(PTE_FRAG_SIZE, PTE_FRAG_SIZE); in kasan_init_shadow_page_tables()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpgtable.h130 #define PTE_FRAG_SIZE (1UL << PTE_FRAG_SIZE_SHIFT) macro
/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dmmu-8xx.h166 #define PTE_FRAG_SIZE (1UL << 12) macro
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-64k.h186 #define H_PTE_TABLE_SIZE PTE_FRAG_SIZE
H A Dpgtable.h205 #define PTE_FRAG_SIZE (1UL << PTE_FRAG_SIZE_SHIFT) macro