Searched refs:PTE_FRAG_SIZE (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | pgtable-frag.c | 43 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 D | pgtable_32.c | 66 pte_t *ptep = early_alloc_pgtable(PTE_FRAG_SIZE); in early_pte_alloc_kernel()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_hugepage.c | 77 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 D | hash_pgtable.c | 303 memset(pgtable, 0, PTE_FRAG_SIZE); in hash__pgtable_trans_huge_withdraw() 365 memset(pgtable, 0, PTE_FRAG_SIZE); in hash__pmdp_huge_get_and_clear()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_hugepage.c | 77 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 D | hash_pgtable.c | 304 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()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | pgtable-frag.c | 43 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 D | pgtable_32.c | 65 pte_t *ptep = early_alloc_pgtable(PTE_FRAG_SIZE); in early_pte_alloc_kernel()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/kasan/ |
H A D | kasan_init_32.c | 45 new = memblock_alloc(PTE_FRAG_SIZE, PTE_FRAG_SIZE); in kasan_init_shadow_page_tables()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/kasan/ |
H A D | init_32.c | 45 new = memblock_alloc(PTE_FRAG_SIZE, PTE_FRAG_SIZE); in kasan_init_shadow_page_tables()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pgtable.h | 121 #define PTE_FRAG_SIZE (1UL << PTE_FRAG_SIZE_SHIFT) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
H A D | mmu-8xx.h | 168 #define PTE_FRAG_SIZE (1UL << 12) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/ |
H A D | mmu-8xx.h | 166 #define PTE_FRAG_SIZE (1UL << 12) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pgtable.h | 130 #define PTE_FRAG_SIZE (1UL << PTE_FRAG_SIZE_SHIFT) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | hash-64k.h | 186 #define H_PTE_TABLE_SIZE PTE_FRAG_SIZE
|
H A D | pgtable.h | 205 #define PTE_FRAG_SIZE (1UL << PTE_FRAG_SIZE_SHIFT) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | hash-64k.h | 186 #define H_PTE_TABLE_SIZE PTE_FRAG_SIZE
|
H A D | pgtable.h | 221 #define PTE_FRAG_SIZE (1UL << PTE_FRAG_SIZE_SHIFT) macro
|
Completed in 13 milliseconds