Searched refs:P4D_SIZE (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | pgtable_64_types.h | 59 #define P4D_SIZE (_AC(1, UL) << P4D_SHIFT) macro 60 #define P4D_MASK (~(P4D_SIZE - 1))
|
| H A D | pgtable_areas.h | 19 #define CPU_ENTRY_AREA_MAP_SIZE P4D_SIZE
|
| /linux/arch/riscv/mm/ |
| H A D | tlbflush.c | 165 else if (stride_size >= P4D_SIZE) in flush_tlb_range() 166 stride_size = P4D_SIZE; in flush_tlb_range()
|
| H A D | init.c | 635 if (sz == P4D_SIZE) { in create_p4d_mapping() 717 !(pa & (P4D_SIZE - 1)) && !(va & (P4D_SIZE - 1)) && size >= P4D_SIZE) in best_map_size() 718 return P4D_SIZE; in best_map_size() 852 P4D_SIZE, PAGE_TABLE); in set_satp_mode() 1125 (uintptr_t)fixmap_pud, P4D_SIZE, PAGE_TABLE); in setup_vm() 1137 (uintptr_t)trampoline_pud, P4D_SIZE, PAGE_TABLE); in setup_vm() 1667 free_vmemmap_storage(p4d_page(p4d), P4D_SIZE, altmap); in remove_p4d_mapping()
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 31 #define P4D_SIZE (_AC(1, UL) << P4D_SHIFT) macro 32 #define P4D_MASK (~(P4D_SIZE - 1))
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 80 else if (sz < P4D_SIZE) in pte_update() 83 pdsize = P4D_SIZE; in pte_update()
|
| /linux/arch/arm/mm/ |
| H A D | dump.c | 389 addr = start + i * P4D_SIZE; in walk_p4d()
|
| /linux/arch/x86/mm/ |
| H A D | kasan_init_64.c | 187 for (; start < end; start += P4D_SIZE) in clear_pgds()
|
| /linux/arch/powerpc/mm/ptdump/ |
| H A D | hashpagetable.c | 449 addr = start + i * P4D_SIZE; in walk_p4d()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 712 if (ALIGN_DOWN(addr, P4D_SIZE) == addr) in split_kernel_leaf_mapping_locked() 2075 if (IS_ALIGNED(addr, P4D_SIZE)) in addr_splits_kernel_leaf()
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 1173 xen_free_ro_pages(pa, P4D_SIZE); in xen_cleanmfnmap_p4d() 1976 n_pud = roundup(size, P4D_SIZE) >> P4D_SHIFT; in xen_relocate_p2m()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_64_mmu_radix.c | 1367 gpa = (gpa & P4D_MASK) + P4D_SIZE; in debugfs_radix_read()
|