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.c20 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()
/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.c85 cpu_switch_mm(idmap_pgd, &init_mm); in arch_restore_image()
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;