register_nmi_notifier   26 arch/mips/include/asm/traps.h extern int register_nmi_notifier(struct notifier_block *nb);
register_nmi_notifier   35 arch/mips/include/asm/traps.h 	register_nmi_notifier(&fn##_nb);				\
register_nmi_notifier  244 drivers/clk/microchip/clk-pic32mzda.c 	return register_nmi_notifier(&cd->failsafe_notifier);