Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
H A Didmap.c21 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);
/linux/arch/arm/kernel/
H A Dsuspend.c27 if (!idmap_pgd) in cpu_suspend()
75 #define idmap_pgd NULL macro
90 *ptr++ = virt_to_phys(idmap_pgd); in __cpu_suspend_save()
H A Dhibernate.c79 * hibernation image. Switch to idmap_pgd so the physical page tables
95 cpu_switch_mm(idmap_pgd, &init_mm);
H A Dsmp.c152 secondary_data.pgdir = virt_to_phys(idmap_pgd); in __cpu_up()
/linux/arch/arm/include/asm/
H A Didmap.h11 extern pgd_t *idmap_pgd;