Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dmachine_kexec.c122 pgd_t *trans_pgd; in machine_kexec_post_load() local
146 trans_pgd = kexec_page_alloc(kimage); in machine_kexec_post_load()
147 if (!trans_pgd) in machine_kexec_post_load()
149 rc = trans_pgd_create_copy(&info, &trans_pgd, PAGE_OFFSET, PAGE_END); in machine_kexec_post_load()
152 kimage->arch.ttbr1 = __pa(trans_pgd); in machine_kexec_post_load()
/openbmc/linux/arch/arm64/mm/
H A DMakefile9 obj-$(CONFIG_TRANS_TABLE) += trans_pgd.o
10 obj-$(CONFIG_TRANS_TABLE) += trans_pgd-asm.o
H A Dtrans_pgd.c208 pgd_t *trans_pgd = trans_alloc(info); in trans_pgd_create_copy() local
210 if (!trans_pgd) { in trans_pgd_create_copy()
215 rc = copy_page_tables(info, trans_pgd, start, end); in trans_pgd_create_copy()
217 *dst_pgdp = trans_pgd; in trans_pgd_create_copy()
/openbmc/linux/arch/arm64/include/asm/
H A Dtrans_pgd.h30 int trans_pgd_create_copy(struct trans_pgd_info *info, pgd_t **trans_pgd,
/openbmc/linux/
H A Dopengrok2.0.log[all...]
H A Dopengrok1.0.log[all...]
H A Dopengrok0.0.log[all...]