Lines Matching defs:is
56 int is;
95 for (is = 0; is < MAX_INSN_SIZE; ++is)
96 p->ainsn.insn[is] = tmp_insn[is];
149 * The actual disarming is done here on each CPU and synchronized using
150 * stop_machine. This synchronization is necessary on SMP to avoid removing
151 * a probe between the moment the 'Undefined Instruction' exception is raised
153 * memory. It is also needed to atomically set the two half-words of a 32-bit
231 * all the way until processing this kprobe is complete. The current
233 * kprobe, and that level is reserved for user kprobe handlers, so we can't
247 * bit 0 set, this is the usual situation for pointers to Thumb code.
268 /* Kprobe is pending, so we're recursing. */
282 /* A nested probe was hit in FIQ, it is a BUG */
314 * The probe was removed and a race is in progress.
315 * There is nothing we can do about it. Let's restart
362 * notify_die() is currently never called on ARM,
363 * so this callback is currently empty.
369 * When a retprobed function returns, trampoline_handler() is called,
372 * return-handler. This is not a complete pt_regs structure, but that