Lines Matching refs:NMI
1 # Design proposal for issuing NMI on servers that use OpenBMC
23 Whenever the host is unresponsive/running, Admin needs to trigger an NMI event
29 This proposal aims to trigger NMI, which in turn will invoke an
38 NMI.interface.yaml) and implement the new D-Bus back-end for respective
43 Enable NMI D-Bus phosphor interface and support this via Redfish
51 An NMI type
52 - Nmi: Generate a Diagnostic Interrupt (usually an NMI on x86 systems) to
62 {"Action":"ComputerSystem.Reset","ResetType":"Nmi"} to trigger NMI.
63 3. Redfish URI will invoke a D-Bus NMI back-end call which will use an arch
64 specific back-end implementation of xyz.openbmc_project.Control.Host.NMI to
65 trigger an NMI on all the processors on the system.
66 4. On receiving the NMI, the host will automatically invoke Architecture
70 - Note: NMI can be sent to the host in any state, not just at an unresponsive
78 internally invoke processor-specific target to invoke NMI and do associated
83 Chassis, and Host. NMI will be more of action against the host than a state.
87 This implementation only needs to make some changes to the system state when NMI
95 Also, one can invoke NMI to get the crash dump and confirm HOST received NMI via