Searched refs:trans_pgd (Results 1 – 4 of 4) sorted by relevance
121 pgd_t *trans_pgd; in machine_kexec_post_load() local145 trans_pgd = kexec_page_alloc(kimage); in machine_kexec_post_load()146 if (!trans_pgd) in machine_kexec_post_load()148 rc = trans_pgd_create_copy(&info, &trans_pgd, PAGE_OFFSET, PAGE_END); in machine_kexec_post_load()151 kimage->arch.ttbr1 = __pa(trans_pgd); in machine_kexec_post_load()
9 obj-$(CONFIG_TRANS_TABLE) += trans_pgd.o10 obj-$(CONFIG_TRANS_TABLE) += trans_pgd-asm.o
206 pgd_t *trans_pgd = trans_alloc(info); in trans_pgd_create_copy() local208 if (!trans_pgd) { in trans_pgd_create_copy()213 rc = copy_page_tables(info, trans_pgd, start, end); in trans_pgd_create_copy()215 *dst_pgdp = trans_pgd; in trans_pgd_create_copy()
30 int trans_pgd_create_copy(struct trans_pgd_info *info, pgd_t **trans_pgd,