Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/mm/
H A Dtrans_pgd.c278 void *hyp_stub = trans_alloc(info); in trans_pgd_copy_el2_vectors() local
280 if (!hyp_stub) in trans_pgd_copy_el2_vectors()
282 *el2_vectors = virt_to_phys(hyp_stub); in trans_pgd_copy_el2_vectors()
283 memcpy(hyp_stub, &trans_pgd_stub_vectors, ARM64_VECTOR_TABLE_LEN); in trans_pgd_copy_el2_vectors()
284 caches_clean_inval_pou((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()
285 (unsigned long)hyp_stub + in trans_pgd_copy_el2_vectors()
287 dcache_clean_inval_poc((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()
288 (unsigned long)hyp_stub + in trans_pgd_copy_el2_vectors()