Searched refs:P4D_SIZE (Results 1 – 11 of 11) sorted by relevance
40 #define P4D_SIZE (_AC(1, UL) << P4D_SHIFT) macro41 #define P4D_MASK (~(P4D_SIZE - 1))
145 vaddr = round_up(vaddr + 1, P4D_SIZE); in kernel_randomize_memory()199 paddr_next = (paddr & P4D_MASK) + P4D_SIZE; in init_trampoline_p4d()
455 pud_size = (ALIGN(len, P4D_SIZE) / P4D_SIZE) + 1; in sme_pgtable_calc()475 pud_size = ALIGN(total, P4D_SIZE) / P4D_SIZE; in sme_pgtable_calc()
70 next = (addr & P4D_MASK) + P4D_SIZE; in ident_p4d_init()
186 for (; start < end; start += P4D_SIZE) in clear_pgds()
642 paddr_next = (paddr & P4D_MASK) + P4D_SIZE; in phys_p4d_init()
189 addr += P4D_SIZE; in walk_p4d_level()
175 address += P4D_SIZE; in vmem_remove_range()
115 addr_p4d = addr_pgd + i * P4D_SIZE; in efi_call_phys_prolog()174 pgd_idx * PGDIR_SIZE + i * P4D_SIZE); in efi_call_phys_epilog()
1151 xen_free_ro_pages(pa, P4D_SIZE); in xen_cleanmfnmap_p4d()2046 n_pud = roundup(size, P4D_SIZE) >> P4D_SHIFT; in xen_relocate_p2m()
329 #define P4D_SIZE _REGION2_SIZE macro