Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/mm/
Dtrans_pgd.c276 void *hyp_stub = trans_alloc(info); in trans_pgd_copy_el2_vectors() local
278 if (!hyp_stub) in trans_pgd_copy_el2_vectors()
280 *el2_vectors = virt_to_phys(hyp_stub); in trans_pgd_copy_el2_vectors()
281 memcpy(hyp_stub, &trans_pgd_stub_vectors, ARM64_VECTOR_TABLE_LEN); in trans_pgd_copy_el2_vectors()
282 caches_clean_inval_pou((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()
283 (unsigned long)hyp_stub + in trans_pgd_copy_el2_vectors()
285 dcache_clean_inval_poc((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()
286 (unsigned long)hyp_stub + in trans_pgd_copy_el2_vectors()