Home
last modified time | relevance | path

Searched refs:el2_vectors (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dmachine_kexec.c45 pr_debug(" el2_vectors: %pa\n", &kimage->arch.el2_vectors); in _kexec_image_info()
137 kimage->arch.el2_vectors = 0; in machine_kexec_post_load()
140 &kimage->arch.el2_vectors); in machine_kexec_post_load()
215 __hyp_set_vectors(kimage->arch.el2_vectors); in machine_kexec()
H A Dhibernate.c405 phys_addr_t el2_vectors; in swsusp_arch_resume() local
434 rc = trans_pgd_copy_el2_vectors(&trans_info, &el2_vectors); in swsusp_arch_resume()
460 __hyp_set_vectors(el2_vectors); in swsusp_arch_resume()
H A Dasm-offsets.c193 DEFINE(KIMAGE_ARCH_EL2_VECTORS, offsetof(struct kimage, arch.el2_vectors)); in main()
/openbmc/linux/arch/arm64/include/asm/
H A Dtrans_pgd.h37 phys_addr_t *el2_vectors);
H A Dkexec.h113 phys_addr_t el2_vectors; member
/openbmc/linux/arch/arm64/mm/
H A Dtrans_pgd.c276 phys_addr_t *el2_vectors) in trans_pgd_copy_el2_vectors() argument
282 *el2_vectors = virt_to_phys(hyp_stub); in trans_pgd_copy_el2_vectors()