Searched refs:hyp_stub (Results 1 – 1 of 1) sorted by relevance
280 void *hyp_stub = trans_alloc(info); in trans_pgd_copy_el2_vectors() local282 if (!hyp_stub) in trans_pgd_copy_el2_vectors()284 *el2_vectors = virt_to_phys(hyp_stub); in trans_pgd_copy_el2_vectors()285 memcpy(hyp_stub, &trans_pgd_stub_vectors, ARM64_VECTOR_TABLE_LEN); in trans_pgd_copy_el2_vectors()286 caches_clean_inval_pou((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()287 (unsigned long)hyp_stub + in trans_pgd_copy_el2_vectors()289 dcache_clean_inval_poc((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()290 (unsigned long)hyp_stub + in trans_pgd_copy_el2_vectors()