Searched refs:idmap_pgd (Results 1 – 5 of 5) sorted by relevance
17 pgd_t *idmap_pgd; variable103 idmap_pgd = pgd_alloc(&init_mm); in init_static_idmap()104 if (!idmap_pgd) in init_static_idmap()107 identity_mapping_add(idmap_pgd, __idmap_text_start, in init_static_idmap()125 cpu_switch_mm(idmap_pgd, &init_mm); in setup_mm_for_reboot()
23 if (!idmap_pgd) in cpu_suspend()47 #define idmap_pgd NULL macro62 *ptr++ = virt_to_phys(idmap_pgd); in __cpu_suspend_save()
86 cpu_switch_mm(idmap_pgd, &init_mm); in arch_restore_image()
115 secondary_data.pgdir = virt_to_phys(idmap_pgd); in __cpu_up()
10 extern pgd_t *idmap_pgd;