Searched refs:P4D_MASK (Results 1 – 6 of 6) sorted by relevance
65 #define P4D_MASK (~(P4D_SIZE - 1)) macro
70 next = (addr & P4D_MASK) + P4D_SIZE; in ident_p4d_init()
688 vaddr_next = (vaddr & P4D_MASK) + P4D_SIZE; in phys_p4d_init()694 !e820__mapped_any(paddr & P4D_MASK, paddr_next, in phys_p4d_init()696 !e820__mapped_any(paddr & P4D_MASK, paddr_next, in phys_p4d_init()
281 BUILD_BUG_ON((EFI_VA_START & P4D_MASK) != (EFI_VA_END & P4D_MASK)); in efi_sync_low_kernel_mappings()
126 address = (address + P4D_SIZE) & P4D_MASK; in kasan_early_vmemmap_populate()
337 #define P4D_MASK _REGION2_MASK macro