Searched refs:hyp_vecs_start (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/arm64/kernel/ |
D | cpu_errata.c | 100 static void __copy_hyp_vect_bpi(int slot, const char *hyp_vecs_start, in __copy_hyp_vect_bpi() argument 107 memcpy(dst + i, hyp_vecs_start, hyp_vecs_end - hyp_vecs_start); in __copy_hyp_vect_bpi() 113 const char *hyp_vecs_start, in __install_bp_hardening_cb() argument 130 __copy_hyp_vect_bpi(slot, hyp_vecs_start, hyp_vecs_end); in __install_bp_hardening_cb() 142 const char *hyp_vecs_start, in __install_bp_hardening_cb() argument 151 const char *hyp_vecs_start, in install_bp_hardening_cb() argument 163 __install_bp_hardening_cb(fn, hyp_vecs_start, hyp_vecs_end); in install_bp_hardening_cb()
|