qemu-e2k/hw/xtensa
Max Filippov a7d479ee51 target/xtensa: implement NMI support
When NMI is configured it is taken regardless of INTENABLE SR contents,
PS.INTLEVEL or PS.EXCM. It is cleared automatically once it's taken.

Add nmi_level to XtensaConfig, puth there NMI level from the overlay or
XCHAL_NUM_INTLEVELS + 1 when NMI is not configured. Add NMI mask to
INTENABLE SR and limit CINTLEVEL to nmi_level - 1 when determining
pending IRQ level in check_interrupt(). Always take and clear pending
interrupt at nmi_level in the handle_interrupt().

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2020-08-21 12:48:14 -07:00
..
bootparam.h
Kconfig
meson.build meson: convert hw/arch* 2020-08-21 06:30:33 -04:00
mx_pic.c
pic_cpu.c target/xtensa: implement NMI support 2020-08-21 12:48:14 -07:00
sim.c
virt.c
xtensa_memory.c
xtensa_memory.h
xtensa_sim.h
xtfpga.c qdev: Make qdev_prop_set_drive() match the other helpers 2020-06-23 16:07:07 +02:00