Searched refs:idmap_pgd (Results 1 – 5 of 5) sorted by relevance
21 pgd_t *idmap_pgd __ro_after_init;115 idmap_pgd = pgd_alloc(&init_mm); in init_static_idmap() 116 if (!idmap_pgd) in init_static_idmap() 119 identity_mapping_add(idmap_pgd, __idmap_text_start, in init_static_idmap() 149 cpu_switch_mm(idmap_pgd, &init_mm);
27 if (!idmap_pgd) in cpu_suspend()75 #define idmap_pgd NULL macro90 *ptr++ = virt_to_phys(idmap_pgd); in __cpu_suspend_save()
79 * hibernation image. Switch to idmap_pgd so the physical page tables95 cpu_switch_mm(idmap_pgd, &init_mm);
152 secondary_data.pgdir = virt_to_phys(idmap_pgd); in __cpu_up()
11 extern pgd_t *idmap_pgd;