Searched refs:idmap_pgd (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/
H A Didmap.h10 extern pgd_t *idmap_pgd;
/linux-4.1.27/arch/arm/mm/
H A Didmap.c17 pgd_t *idmap_pgd; variable
103 idmap_pgd = pgd_alloc(&init_mm); init_static_idmap()
104 if (!idmap_pgd) init_static_idmap()
107 identity_mapping_add(idmap_pgd, __idmap_text_start, init_static_idmap()
125 cpu_switch_mm(idmap_pgd, &init_mm); setup_mm_for_reboot()
/linux-4.1.27/arch/arm/kernel/
H A Dsuspend.c23 if (!idmap_pgd) cpu_suspend()
47 #define idmap_pgd NULL macro
62 *ptr++ = virt_to_phys(idmap_pgd); __cpu_suspend_save()
H A Dhibernate.c79 * hibernation image. Switch to idmap_pgd so the physical page tables
86 cpu_switch_mm(idmap_pgd, &init_mm); arch_restore_image()
H A Dsmp.c111 secondary_data.pgdir = get_arch_pgd(idmap_pgd); __cpu_up()

Completed in 125 milliseconds