623e1528d4
KVM has helpers to handle the condition codes of trapped aarch32 instructions. These are marked __hyp_text and used from HYP, but they aren't built by the 'hyp' Makefile, which has all the runes to avoid ASAN and KCOV instrumentation. Move this code to a new hyp/aarch32.c to avoid a hyp-panic when starting an aarch32 guest on a host built with the ASAN/KCOV debug options. Fixes: |
||
---|---|---|
.. | ||
hyp | ||
Kconfig | ||
Makefile | ||
coproc.c | ||
coproc.h | ||
coproc_a7.c | ||
coproc_a15.c | ||
emulate.c | ||
guest.c | ||
handle_exit.c | ||
init.S | ||
interrupts.S | ||
irq.h | ||
reset.c | ||
trace.h | ||
vgic-v3-coproc.c |