Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dmachine_kexec.c26 #include <asm/trans_pgd.h>
108 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()
/linux/arch/arm64/mm/
H A DMakefile10 obj-$(CONFIG_TRANS_TABLE) += trans_pgd.o
11 obj-$(CONFIG_TRANS_TABLE) += trans_pgd-asm.o
/linux/arch/arm64/include/asm/
H A Dtrans_pgd.h30 int trans_pgd_create_copy(struct trans_pgd_info *info, pgd_t **trans_pgd,