Home
last modified time | relevance | path

Searched refs:P4D_SIZE (Results 1 – 12 of 12) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpgtable_64_types.h59 #define P4D_SIZE (_AC(1, UL) << P4D_SHIFT) macro
60 #define P4D_MASK (~(P4D_SIZE - 1))
H A Dpgtable_areas.h19 #define CPU_ENTRY_AREA_MAP_SIZE P4D_SIZE
/linux/arch/riscv/mm/
H A Dtlbflush.c165 else if (stride_size >= P4D_SIZE) in flush_tlb_range()
166 stride_size = P4D_SIZE; in flush_tlb_range()
H A Dinit.c635 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 Dpgtable-64.h31 #define P4D_SIZE (_AC(1, UL) << P4D_SHIFT) macro
32 #define P4D_MASK (~(P4D_SIZE - 1))
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h80 else if (sz < P4D_SIZE) in pte_update()
83 pdsize = P4D_SIZE; in pte_update()
/linux/arch/arm/mm/
H A Ddump.c389 addr = start + i * P4D_SIZE; in walk_p4d()
/linux/arch/x86/mm/
H A Dkasan_init_64.c187 for (; start < end; start += P4D_SIZE) in clear_pgds()
/linux/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c449 addr = start + i * P4D_SIZE; in walk_p4d()
/linux/arch/arm64/mm/
H A Dmmu.c712 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 Dmmu_pv.c1173 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 Dbook3s_64_mmu_radix.c1367 gpa = (gpa & P4D_MASK) + P4D_SIZE; in debugfs_radix_read()