Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/platform/efi/
Defi_64.c78 pgd_t *save_pgd, *pgd_k, *pgd_efi; in efi_call_phys_prolog() local
108 pgd_efi = pgd_offset_k(addr_pgd); in efi_call_phys_prolog()
109 save_pgd[pgd] = *pgd_efi; in efi_call_phys_prolog()
111 p4d = p4d_alloc(&init_mm, pgd_efi, addr_pgd); in efi_call_phys_prolog()
250 pgd_t *pgd_k, *pgd_efi; in efi_sync_low_kernel_mappings() local
270 pgd_efi = efi_pgd + pgd_index(PAGE_OFFSET); in efi_sync_low_kernel_mappings()
274 memcpy(pgd_efi, pgd_k, sizeof(pgd_t) * num_entries); in efi_sync_low_kernel_mappings()
283 pgd_efi = efi_pgd + pgd_index(EFI_VA_END); in efi_sync_low_kernel_mappings()
285 p4d_efi = p4d_offset(pgd_efi, 0); in efi_sync_low_kernel_mappings()
298 p4d_efi = p4d_offset(pgd_efi, EFI_VA_END); in efi_sync_low_kernel_mappings()