| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | pgtable-ppc64-4k.h | 22 #define PTRS_PER_PUD (1 << PUD_INDEX_SIZE) macro 78 (((addr) >> PUD_SHIFT) & (PTRS_PER_PUD - 1)))
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | pgtable_64_types.h | 34 #define PTRS_PER_PUD 512 macro
|
| D | pgtable.h | 646 return (address >> PUD_SHIFT) & (PTRS_PER_PUD - 1); in pud_index()
|
| /linux-4.4.14/include/asm-generic/ |
| D | pgtable-nopud.h | 16 #define PTRS_PER_PUD 1 macro
|
| D | 4level-fixup.h | 10 #define PTRS_PER_PUD 1 macro
|
| /linux-4.4.14/arch/x86/mm/ |
| D | dump_pagetables.c | 103 #define PGD_LEVEL_MULT (PTRS_PER_PUD * PUD_LEVEL_MULT) 327 #if PTRS_PER_PUD > 1 338 for (i = 0; i < PTRS_PER_PUD; i++) { in walk_pud_level()
|
| D | kasan_init_64.c | 81 for (i = 0; i < PTRS_PER_PUD; i++) in kasan_early_init()
|
| D | init_64.c | 529 for (; i < PTRS_PER_PUD; i++, addr = next) { in phys_pud_init() 775 for (i = 0; i < PTRS_PER_PUD; i++) { in free_pud_table()
|
| D | pageattr.c | 754 for (i = 0; i < PTRS_PER_PUD; i++) in try_to_free_pud_page()
|
| /linux-4.4.14/arch/x86/kernel/ |
| D | head_64.S | 38 #define pud_index(x) (((x) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) 120 andl $(PTRS_PER_PUD-1), %eax 123 andl $(PTRS_PER_PUD-1), %eax
|
| D | head64.c | 84 for (i = 0; i < PTRS_PER_PUD; i++) in early_make_pgtable()
|
| D | espfix_64.c | 73 static __page_aligned_bss pud_t espfix_pud_page[PTRS_PER_PUD]
|
| /linux-4.4.14/include/linux/ |
| D | kasan.h | 21 extern pud_t kasan_zero_pud[PTRS_PER_PUD];
|
| /linux-4.4.14/arch/tile/include/asm/ |
| D | pgtable_64.h | 124 return (address >> PUD_SHIFT) & (PTRS_PER_PUD - 1); in pud_index()
|
| /linux-4.4.14/mm/kasan/ |
| D | kasan_init.c | 33 pud_t kasan_zero_pud[PTRS_PER_PUD] __page_aligned_bss;
|
| /linux-4.4.14/arch/arm64/include/asm/ |
| D | pgtable-hwdef.h | 71 #define PTRS_PER_PUD PTRS_PER_PTE macro
|
| D | pgtable.h | 503 #define pud_index(addr) (((addr) >> PUD_SHIFT) & (PTRS_PER_PUD - 1))
|
| /linux-4.4.14/arch/mips/include/asm/ |
| D | pgtable-32.h | 135 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
|
| D | pgtable-64.h | 237 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
|
| /linux-4.4.14/arch/ia64/include/asm/ |
| D | pgtable.h | 112 #define PTRS_PER_PUD (1UL << (PTRS_PER_PTD_SHIFT)) macro 390 ((pud_t *) pgd_page_vaddr(*(dir)) + (((addr) >> PUD_SHIFT) & (PTRS_PER_PUD - 1)))
|
| /linux-4.4.14/arch/s390/mm/ |
| D | dump_pagetables.c | 155 for (i = 0; i < PTRS_PER_PUD && addr < max_addr; i++) { in walk_pud_level()
|
| /linux-4.4.14/arch/arm64/mm/ |
| D | mmu.c | 204 pud = alloc(PTRS_PER_PUD * sizeof(pud_t)); in alloc_init_pud() 560 static pud_t bm_pud[PTRS_PER_PUD] __page_aligned_bss;
|
| D | dump.c | 284 for (i = 0; i < PTRS_PER_PUD; i++, pud++) { in walk_pud()
|
| /linux-4.4.14/arch/score/include/asm/ |
| D | pgtable.h | 71 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
|
| /linux-4.4.14/arch/sh/include/asm/ |
| D | pgtable_64.h | 58 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
|
| D | pgtable_32.h | 414 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
|
| /linux-4.4.14/arch/x86/xen/ |
| D | mmu.c | 99 static pud_t level3_user_vsyscall[PTRS_PER_PUD] __page_aligned_bss; 636 #if PTRS_PER_PUD > 1 in __xen_pgd_walk() 658 if (PTRS_PER_PUD > 1) /* not folded */ in __xen_pgd_walk() 661 for (pudidx = 0; pudidx < PTRS_PER_PUD; pudidx++) { in __xen_pgd_walk() 2129 for (idx_pmd = 0; idx_pmd < min(n_pmd, PTRS_PER_PUD); in xen_relocate_p2m() 2161 n_pmd -= PTRS_PER_PUD; in xen_relocate_p2m()
|
| /linux-4.4.14/arch/sh/mm/ |
| D | fault.c | 90 if (PTRS_PER_PUD != 1) in show_pte()
|
| D | init.c | 176 for ( ; (j < PTRS_PER_PUD) && (vaddr != end); pud++, j++) { in page_table_range_init()
|
| /linux-4.4.14/arch/arm/mm/ |
| D | dump.c | 293 for (i = 0; i < PTRS_PER_PUD; i++, pud++) { in walk_pud()
|
| D | fault.c | 85 if (PTRS_PER_PUD != 1) in show_pte()
|
| /linux-4.4.14/arch/sparc/include/asm/ |
| D | pgtable_64.h | 92 #define PTRS_PER_PUD (1UL << PUD_BITS) macro 863 #define pud_index(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD - 1))
|
| /linux-4.4.14/arch/mips/mm/ |
| D | init.c | 239 for ( ; (j < PTRS_PER_PUD) && (vaddr < end); pud++, j++) { in fixrange_init()
|
| /linux-4.4.14/arch/mn10300/include/asm/ |
| D | pgtable.h | 58 #define PTRS_PER_PUD 1 /* we don't really have any PUD physically */ macro
|
| /linux-4.4.14/arch/frv/include/asm/ |
| D | pgtable.h | 128 #define PTRS_PER_PUD 1 macro
|
| /linux-4.4.14/arch/arm64/kernel/ |
| D | head.S | 276 create_table_entry \tbl, \virt, PUD_SHIFT, PTRS_PER_PUD, \tmp1, \tmp2
|
| /linux-4.4.14/arch/s390/include/asm/ |
| D | pgtable.h | 85 #define PTRS_PER_PUD 2048 macro 1314 #define pud_index(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
|
| /linux-4.4.14/arch/arm/kvm/ |
| D | mmu.c | 710 (pud_t *)hwpgd + i * PTRS_PER_PUD); in kvm_alloc_stage2_pgd()
|