Searched refs:EFI_VA_END (Results 1 – 3 of 3) sorted by relevance
83 pgd = efi_pgd + pgd_index(EFI_VA_END); in efi_alloc_page_tables()84 p4d = p4d_alloc(&init_mm, pgd, EFI_VA_END); in efi_alloc_page_tables()88 pud = pud_alloc(&init_mm, p4d, EFI_VA_END); in efi_alloc_page_tables()121 num_entries = pgd_index(EFI_VA_END) - pgd_index(PAGE_OFFSET); in efi_sync_low_kernel_mappings()124 pgd_efi = efi_pgd + pgd_index(EFI_VA_END); in efi_sync_low_kernel_mappings()125 pgd_k = pgd_offset_k(EFI_VA_END); in efi_sync_low_kernel_mappings()129 num_entries = p4d_index(EFI_VA_END); in efi_sync_low_kernel_mappings()137 BUILD_BUG_ON((EFI_VA_END & ~PUD_MASK) != 0); in efi_sync_low_kernel_mappings()139 p4d_efi = p4d_offset(pgd_efi, EFI_VA_END); in efi_sync_low_kernel_mappings()140 p4d_k = p4d_offset(pgd_k, EFI_VA_END); in efi_sync_low_kernel_mappings()[all …]
156 #define EFI_VA_END (-68 * (_AC(1, UL) << 30)) macro
102 [EFI_END_NR] = { EFI_VA_END, "EFI Runtime Services" },