/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | pgtable-64.h | 132 #define PTRS_PER_PUD ((PAGE_SIZE << PUD_ORDER) / sizeof(pud_t)) macro 150 min(PTRS_PER_PGD * PTRS_PER_PUD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE, \ 185 extern pud_t invalid_pud_table[PTRS_PER_PUD];
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | mem_encrypt_identity.c | 132 memset(pud, 0, sizeof(*pud) * PTRS_PER_PUD); in sme_prepare_pgd() 133 ppd->pgtable_area += sizeof(*pud) * PTRS_PER_PUD; in sme_prepare_pgd() 272 entries += (DIV_ROUND_UP(len, P4D_SIZE) + 1) * sizeof(pud_t) * PTRS_PER_PUD; in sme_pgtable_calc() 283 tables += DIV_ROUND_UP(entries, P4D_SIZE) * sizeof(pud_t) * PTRS_PER_PUD; in sme_pgtable_calc()
|
D | dump_pagetables.c | 155 #define P4D_LEVEL_MULT (PTRS_PER_PUD * PUD_LEVEL_MULT)
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | head64.c | 227 pud[(i + 0) % PTRS_PER_PUD] = (pudval_t)pmd + pgtable_flags; in __startup_64() 228 pud[(i + 1) % PTRS_PER_PUD] = (pudval_t)pmd + pgtable_flags; in __startup_64() 370 memset(pud_p, 0, sizeof(*pud_p) * PTRS_PER_PUD); in __early_make_pgtable()
|
D | espfix_64.c | 65 static __page_aligned_bss pud_t espfix_pud_page[PTRS_PER_PUD]
|
D | head_64.S | 43 #define pud_index(x) (((x) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | pgtable-nopud.h | 19 #define PTRS_PER_PUD 1 macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/ |
D | pgtable-4k.h | 26 #define PTRS_PER_PUD (1 << PUD_INDEX_SIZE) macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | pgtable_64_types.h | 84 #define PTRS_PER_PUD 512 macro
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
D | pgtable-64.c | 74 end = p + PTRS_PER_PUD; in pud_init()
|
D | init.c | 248 for ( ; (j < PTRS_PER_PUD) && (vaddr < end); pud++, j++) { in fixrange_init() 574 pud_t invalid_pud_table[PTRS_PER_PUD] __page_aligned_bss;
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
D | xen-head.S | 93 ELFNOTE(Xen, XEN_ELFNOTE_INIT_P2M, .quad (PUD_SIZE * PTRS_PER_PUD))
|
D | mmu_pv.c | 90 static pud_t level3_user_vsyscall[PTRS_PER_PUD] __page_aligned_bss; 554 nr = last ? pud_index(limit) + 1 : PTRS_PER_PUD; in xen_pud_walk() 580 if (PTRS_PER_PUD > 1) in xen_p4d_walk() 1099 for (i = 0; i < PTRS_PER_PUD; i++) { in xen_cleanmfnmap_p4d() 1898 for (idx_pmd = 0; idx_pmd < min(n_pmd, PTRS_PER_PUD); in xen_relocate_p2m() 1929 n_pmd -= PTRS_PER_PUD; in xen_relocate_p2m()
|
/kernel/linux/linux-5.10/arch/csky/mm/ |
D | init.c | 167 for ( ; (j < PTRS_PER_PUD) && (vaddr != end); pud++, j++) { in fixrange_init()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
D | hash_hugetlbpage.c | 75 offset = PTRS_PER_PUD; in __hash_page_huge()
|
D | hash_tlb.c | 67 offset = PTRS_PER_PUD; in hpte_need_flush()
|
/kernel/linux/linux-5.10/mm/kasan/ |
D | init.c | 49 pud_t kasan_early_shadow_pud[PTRS_PER_PUD] __page_aligned_bss; 321 for (i = 0; i < PTRS_PER_PUD; i++) { in kasan_free_pud()
|
/kernel/linux/linux-5.10/include/linux/ |
D | kasan.h | 26 extern pud_t kasan_early_shadow_pud[PTRS_PER_PUD];
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | pgtable-hwdef.h | 62 #define PTRS_PER_PUD PTRS_PER_PTE macro
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
D | init.c | 191 for ( ; (j < PTRS_PER_PUD) && (vaddr != end); pud++, j++) { in page_table_range_init()
|
D | fault.c | 83 if (PTRS_PER_PUD != 1) in show_pte()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
D | pageattr.c | 65 mask = ~(PTRS_PER_PUD * sizeof(pud_t) - 1); in pgt_set()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | fault.c | 59 if (PTRS_PER_PUD != 1) in show_pte()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/ |
D | ptdump.c | 320 for (i = 0; i < PTRS_PER_PUD; i++, pud++) { in walk_pud()
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
D | mmu.c | 207 bool safe_to_remove = (i_min == 0 && i_max == PTRS_PER_PUD - 1); in kvm_mips_flush_gpa_pud() 868 bool safe_to_remove = (i_min == 0 && i_max == PTRS_PER_PUD - 1); in kvm_mips_flush_gva_pud()
|