Searched refs:hyp_stub (Results 1 – 1 of 1) sorted by relevance
259 void *hyp_stub = trans_alloc(info); in trans_pgd_copy_el2_vectors() local261 if (!hyp_stub) in trans_pgd_copy_el2_vectors()263 *el2_vectors = virt_to_phys(hyp_stub); in trans_pgd_copy_el2_vectors()264 memcpy(hyp_stub, &trans_pgd_stub_vectors, ARM64_VECTOR_TABLE_LEN); in trans_pgd_copy_el2_vectors()265 caches_clean_inval_pou((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()266 (unsigned long)hyp_stub + in trans_pgd_copy_el2_vectors()268 dcache_clean_inval_poc((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()269 (unsigned long)hyp_stub + in trans_pgd_copy_el2_vectors()