Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - A index
The Linux kernel configuration item CONFIG_ARM_SDEI_NMI:
CONFIG_ARM_SDE_INTERFACEProvides SDEI-based cross-CPU NMI delivery for hooks that need to reach interrupt-masked CPUs on silicon that lacks FEAT_NMI:
- arch_trigger_cpumask_backtrace() (sysrq-l, RCU stalls, hardlockup_all_cpu_backtrace, soft-lockup secondary dumps, hung-task auxiliary dumps) - smp_send_stop() escalation (reboot/halt and the panic / kdump crash stop)
The driver registers a handler for the SDEI software-signalled event (event 0) and reaches a target CPU by signalling it with SDEI_EVENT_SIGNAL. Firmware delivers the event out of EL3 regardless of the target's PSTATE.DAIF -- forced delivery into a CPU wedged with interrupts locally masked.
If unsure, say N.
Raw data from LKDDb:
(none)This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - A index
Automatically generated (in year 2026). See also LKDDb sources on GitLab