Searched full:nmi (Results 1 – 25 of 85) sorted by relevance
1234
34 Trigger NMI in 10s: 0 s35 Trigger NMI in 10s: 1 s36 Trigger NMI in 10s: 2 s37 Trigger NMI in 10s: 3 s38 Trigger NMI in 10s: 4 s39 Trigger NMI in 10s: 5 s40 Trigger NMI in 10s: 6 s41 Trigger NMI in 10s: 7 s42 Trigger NMI in 10s: 8 s43 Trigger NMI in 10s: 9 s[all …]
2 arch.arm.interrupt.nmi:7 - nmi
12 #include <zephyr/arch/arm/nmi.h>17 /* on v8m arch the nmi pend bit is renamed to pend nmi map it to old name */26 printk("NMI triggered (test_handler_isr)!\n"); in nmi_test_isr()43 * First we configure the NMI isr using z_arm_nmi_set_handler() api.46 * The registered NMI isr should fire immediately.54 /* Configure the NMI isr */ in ZTEST()58 printk("Trigger NMI in 2s: %d s\n", i); in ZTEST()62 /* Trigger NMI: Should fire immediately */ in ZTEST()
6 - nmi10 arch.interrupt.nmi:13 arch.interrupt.nmi.kpti:
1 Title: NMI registration support5 This test verifies that NMI registration works as expected.19 Running test suite nmi25 Test suite nmi succeeded
5 project(nmi) project
11 #define WIFI_MAC_NMI_SOURCE 1 /* WiFi MAC, NMI, use if MAC needs fix in NMI */15 #define BT_BB_NMI_SOURCE 5 /* BT BB, NMI, use if BB have bug to fix in NMI */18 #define RWBT_NMI_SOURCE 8 /* RWBT, NMI, use if RWBT has bug to fix in NMI */19 #define RWBLE_NMI_SOURCE 9 /* RWBLE, NMI, use if RWBT has bug to fix in NMI */33 #define GPIO_NMI_SOURCE 23 /* interrupt of GPIO, NMI */
11 #define WIFI_MAC_NMI_SOURCE 1 /* WiFi MAC, NMI, use if MAC needs fix in NMI */16 #define BT_BB_NMI_SOURCE 6 /* BT BB, NMI, use if BB have bug to fix in NMI */19 #define RWBT_NMI_SOURCE 9 /* RWBT, NMI, use if RWBT has bug to fix in NMI */20 #define RWBLE_NMI_SOURCE 10 /* RWBLE, NMI, use if RWBT has bug to fix in NMI */34 #define GPIO_NMI_SOURCE 24 /* interrupt of GPIO, NMI */36 #define GPIO_NMI_SOURCE2 26 /* interrupt of GPIO, NMI */
11 #define WIFI_MAC_NMI_SOURCE 1 /* interrupt of WiFi MAC, NMI */16 #define BT_BB_NMI_SOURCE 6 /* interrupt of BT BB, NMI*/19 #define RWBT_NMI_SOURCE 9 /* interrupt of RWBT, NMI*/20 #define RWBLE_NMI_SOURCE 10 /* interrupt of RWBLE, NMI*/27 #define GPIO_NMI_SOURCE 17 /* interrupt of GPIO, NMI*/29 #define GPIO_NMI_SOURCE2 19 /* interrupt of GPIO, NMI*/
71 Exceptional care needs to be taken with Non Maskable Interrupt (NMI). NMI will73 that no locking mechanism can protect code against an NMI happening. Zephyr's76 "protected" by a lock with an NMI, because the protection does not work. The78 against an NMI is the atomic layer. This also applies to callback function79 which is called by NMI handler.
9 * @brief NMI handler infrastructure34 * @brief Install a custom runtime NMI handler36 * Meant to be called by platform code if they want to install a custom NMI
9 * @brief Default basic NMI handler before the kernel is up11 * Provide a default handler for NMI before the system is up. The default action
15 bool "NMI pre-reset interrupt enable"20 Watchdog timer generates NMI at value 0, and WDOG (SYS)
29 # 1111 1011 - Set NMI pin/interrupts to disabled.39 # 1111 1001 - Set NMI pin/interrupts and EzPort reset default to disabled
13 /* NMI handlers should override weak implementation14 * return true if NMI is handled, false otherwise
56 ZTEST(nmi, test_nmi_handler) in ZTEST() argument69 ZTEST_SUITE(nmi, NULL, NULL, NULL, NULL, NULL);
3 /* interrupt-nmi; */
25 bool "BusFault, HardFault, and NMI target Secure state"28 Force NMI, HardFault, and BusFault (in Mainline ARMv8-M)
13 # Set NMI pin/interrupts to disabled.
17 # 1111 1011 - Set NMI pin/interrupts to disabled.
4 * @brief ARM AArch32 NMI routines
17 interrupt-nmi:
18 # Set NMI pin/interrupts to disabled.