Searched refs:p4d_efi (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/platform/efi/ |
H A D | efi_64.c | 114 p4d_t *p4d_k, *p4d_efi; in efi_sync_low_kernel_mappings() local 126 p4d_efi = p4d_offset(pgd_efi, 0); in efi_sync_low_kernel_mappings() 130 memcpy(p4d_efi, p4d_k, sizeof(p4d_t) * num_entries); in efi_sync_low_kernel_mappings() 139 p4d_efi = p4d_offset(pgd_efi, EFI_VA_END); in efi_sync_low_kernel_mappings() 141 pud_efi = pud_offset(p4d_efi, 0); in efi_sync_low_kernel_mappings() 147 pud_efi = pud_offset(p4d_efi, EFI_VA_START); in efi_sync_low_kernel_mappings()
|
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | efi_64.c | 111 p4d_t *p4d_k, *p4d_efi; in efi_sync_low_kernel_mappings() local 123 p4d_efi = p4d_offset(pgd_efi, 0); in efi_sync_low_kernel_mappings() 127 memcpy(p4d_efi, p4d_k, sizeof(p4d_t) * num_entries); in efi_sync_low_kernel_mappings() 136 p4d_efi = p4d_offset(pgd_efi, EFI_VA_END); in efi_sync_low_kernel_mappings() 138 pud_efi = pud_offset(p4d_efi, 0); in efi_sync_low_kernel_mappings() 144 pud_efi = pud_offset(p4d_efi, EFI_VA_START); in efi_sync_low_kernel_mappings()
|
Completed in 3 milliseconds