Lines Matching refs:efi_mm
89 efi_mm.pgd = efi_pgd; in efi_alloc_page_tables()
90 mm_init_cpumask(&efi_mm); in efi_alloc_page_tables()
91 init_new_context(NULL, &efi_mm); in efi_alloc_page_tables()
113 pgd_t *efi_pgd = efi_mm.pgd; in efi_sync_low_kernel_mappings()
183 pgd_t *pgd = efi_mm.pgd; in efi_setup_page_tables()
274 pgd_t *pgd = efi_mm.pgd; in __map_region()
372 pgd_t *pgd = efi_mm.pgd; in efi_update_mappings()
466 ptdump_walk_pgd_level(NULL, &efi_mm); in efi_dump_pagetable()
480 current->active_mm = &efi_mm; in efi_enter_mm()
481 switch_mm(efi_prev_mm, &efi_mm, NULL); in efi_enter_mm()
487 switch_mm(&efi_mm, efi_prev_mm, NULL); in efi_leave_mm()