Lines Matching +full:non +full:- +full:maskable
7 Although RCU is usually used to protect read-mostly data structures,
8 it is possible to use RCU to provide dynamic non-maskable interrupt
10 how to do this, drawing loosely from Zwane Mwaikambo's NMI-timer
23 the NMI handler to take the default machine-specific action::
46 in the same way that a hardware irq would, then increments the per-CPU
49 default_do_nmi() function to handle a machine-specific NMI. Finally,
59 …eference_sched() be necessary on Alpha, given that the code referenced by the pointer is read-only?
71 data that is to be used by the callback must be initialized up -before-
95 CPUs complete any preemption-disabled segments of code that they were
107 …eference_sched() be necessary on Alpha, given that the code referenced by the pointer is read-only?
114 to the new NMI handler, but the old pre-initialized
118 a compiler with aggressive pointer-value speculation
123 being protected by RCU-sched.