Home
last modified time | relevance | path

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

/arch/arm64/mm/
A Dtrans_pgd.c287 void *hyp_stub = trans_alloc(info); in trans_pgd_copy_el2_vectors() local
289 if (!hyp_stub) in trans_pgd_copy_el2_vectors()
291 *el2_vectors = virt_to_phys(hyp_stub); in trans_pgd_copy_el2_vectors()
292 memcpy(hyp_stub, &trans_pgd_stub_vectors, ARM64_VECTOR_TABLE_LEN); in trans_pgd_copy_el2_vectors()
293 caches_clean_inval_pou((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()
294 (unsigned long)hyp_stub + in trans_pgd_copy_el2_vectors()
296 dcache_clean_inval_poc((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()
297 (unsigned long)hyp_stub + in trans_pgd_copy_el2_vectors()

Completed in 4 milliseconds