Lines Matching refs:that
19 The dummy_nmi_callback() function is a "dummy" NMI handler that does
20 nothing, but returns zero, thus saying that it did nothing, allowing
44 in the same way that a hardware irq would, then increments the per-CPU
57 given that the code referenced by the pointer is read-only?
67 The set_nmi_callback() function registers an NMI handler. Note that any
68 data that is to be used by the callback must be initialized up -before-
69 the call to set_nmi_callback(). On architectures that do not order
70 writes, the rcu_assign_pointer() ensures that the NMI handler sees the
92 any preemption-disabled segments of code that they were executing.
104 that the code referenced by the pointer is read-only?
107 initialized some data that is to be used by the new NMI
109 be needed, because otherwise a CPU that received an NMI
119 clear to someone reading the code that the pointer is