Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/platform/efi/
Defi_64.c78 pgd_t *save_pgd, *pgd_k, *pgd_efi; in efi_call_phys_prolog() local
106 pgd_efi = pgd_offset_k(addr_pgd); in efi_call_phys_prolog()
107 save_pgd[pgd] = *pgd_efi; in efi_call_phys_prolog()
109 p4d = p4d_alloc(&init_mm, pgd_efi, addr_pgd); in efi_call_phys_prolog()
247 pgd_t *pgd_k, *pgd_efi; in efi_sync_low_kernel_mappings() local
267 pgd_efi = efi_pgd + pgd_index(PAGE_OFFSET); in efi_sync_low_kernel_mappings()
271 memcpy(pgd_efi, pgd_k, sizeof(pgd_t) * num_entries); in efi_sync_low_kernel_mappings()
280 pgd_efi = efi_pgd + pgd_index(EFI_VA_END); in efi_sync_low_kernel_mappings()
282 p4d_efi = p4d_offset(pgd_efi, 0); in efi_sync_low_kernel_mappings()
295 p4d_efi = p4d_offset(pgd_efi, EFI_VA_END); in efi_sync_low_kernel_mappings()