Home
last modified time | relevance | path

Searched refs:trans_pgd (Results 1 – 4 of 4) sorted by relevance

/arch/arm64/kernel/
A Dmachine_kexec.c108 pgd_t *trans_pgd; in machine_kexec_post_load() local
132 trans_pgd = kexec_page_alloc(kimage); in machine_kexec_post_load()
133 if (!trans_pgd) in machine_kexec_post_load()
135 rc = trans_pgd_create_copy(&info, &trans_pgd, PAGE_OFFSET, PAGE_END); in machine_kexec_post_load()
138 kimage->arch.ttbr1 = __pa(trans_pgd); in machine_kexec_post_load()
/arch/arm64/mm/
A DMakefile10 obj-$(CONFIG_TRANS_TABLE) += trans_pgd.o
11 obj-$(CONFIG_TRANS_TABLE) += trans_pgd-asm.o
A Dtrans_pgd.c217 pgd_t *trans_pgd = trans_alloc(info); in trans_pgd_create_copy() local
219 if (!trans_pgd) { in trans_pgd_create_copy()
224 rc = copy_page_tables(info, trans_pgd, start, end); in trans_pgd_create_copy()
226 *dst_pgdp = trans_pgd; in trans_pgd_create_copy()
/arch/arm64/include/asm/
A Dtrans_pgd.h30 int trans_pgd_create_copy(struct trans_pgd_info *info, pgd_t **trans_pgd,

Completed in 7 milliseconds