Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable_64_types.h64 #define P4D_SIZE (_AC(1, UL) << P4D_SHIFT) macro
65 #define P4D_MASK (~(P4D_SIZE - 1))
/arch/s390/mm/
Dkasan_init.c125 IS_ALIGNED(address, P4D_SIZE) && in kasan_early_vmemmap_populate()
126 end - address >= P4D_SIZE) { in kasan_early_vmemmap_populate()
129 address = (address + P4D_SIZE) & P4D_MASK; in kasan_early_vmemmap_populate()
269 BUILD_BUG_ON(!IS_ALIGNED(KASAN_SHADOW_START, P4D_SIZE)); in kasan_early_init()
270 BUILD_BUG_ON(!IS_ALIGNED(KASAN_SHADOW_END, P4D_SIZE)); in kasan_early_init()
Ddump_pagetables.c232 addr += P4D_SIZE; in walk_p4d_level()
Dvmem.c174 address += P4D_SIZE; in vmem_remove_range()
/arch/x86/mm/
Dident_map.c71 next = (addr & P4D_MASK) + P4D_SIZE; in ident_p4d_init()
Dmem_encrypt_identity.c272 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()
Dkasan_init_64.c191 for (; start < end; start += P4D_SIZE) in clear_pgds()
Dinit_64.c688 vaddr_next = (vaddr & P4D_MASK) + P4D_SIZE; in phys_p4d_init()
/arch/x86/platform/efi/
Defi_64.c118 addr_p4d = addr_pgd + i * P4D_SIZE; in efi_call_phys_prolog()
177 pgd_idx * PGDIR_SIZE + i * P4D_SIZE); in efi_call_phys_epilog()
/arch/x86/xen/
Dmmu_pv.c1190 xen_free_ro_pages(pa, P4D_SIZE); in xen_cleanmfnmap_p4d()
2071 n_pud = roundup(size, P4D_SIZE) >> P4D_SHIFT; in xen_relocate_p2m()
/arch/s390/include/asm/
Dpgtable.h332 #define P4D_SIZE _REGION2_SIZE macro