Searched refs:idmap_pgd (Results 1 – 5 of 5) sorted by relevance
20 pgd_t *idmap_pgd __ro_after_init;107 idmap_pgd = pgd_alloc(&init_mm); in init_static_idmap()108 if (!idmap_pgd) in init_static_idmap()111 identity_mapping_add(idmap_pgd, __idmap_text_start, in init_static_idmap()130 cpu_switch_mm(idmap_pgd, &init_mm); in setup_mm_for_reboot()
27 if (!idmap_pgd) in cpu_suspend()75 #define idmap_pgd NULL macro90 *ptr++ = virt_to_phys(idmap_pgd); in __cpu_suspend_save()
85 cpu_switch_mm(idmap_pgd, &init_mm); in arch_restore_image()
152 secondary_data.pgdir = virt_to_phys(idmap_pgd); in __cpu_up()
11 extern pgd_t *idmap_pgd;