EFI_VA_START
BUILD_BUG_ON((EFI_VA_START & ~PUD_MASK) != 0);
pud_efi = pud_offset(p4d_efi, EFI_VA_START);
pud_k = pud_offset(p4d_k, EFI_VA_START);
num_entries = PTRS_PER_PUD - pud_index(EFI_VA_START);
static u64 efi_va = EFI_VA_START;