Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dmachine_kexec.c108 pgd_t *trans_pgd; in machine_kexec_post_load() local
132 rc = trans_pgd_create_copy(&info, &trans_pgd, in machine_kexec_post_load()
136 kimage->arch.ttbr1 = __pa(trans_pgd); in machine_kexec_post_load()
/linux/arch/arm64/include/asm/
H A Dtrans_pgd.h30 int trans_pgd_create_copy(struct trans_pgd_info *info, pgd_t **trans_pgd,