Lines Matching refs:returns
34 returns.
90 handler routine, and returns from the trap. As a result, control
149 If the entry_handler returns 0 (success) then a corresponding return handler
151 returns a non-zero error then Kprobes leaves the return address as is, and
229 Kprobes returns control to the original instruction path by setting
259 returns to original address, there is no valid instruction,
368 register_kprobe() returns 0 on success, or a negative errno otherwise.
408 function; and just before it returns, it must call jprobe_return().
409 (The handler never actually returns, since jprobe_return() returns
414 register_jprobe() returns 0 on success, or a negative errno otherwise.
422 rp->kp.addr. When that function returns, Kprobes calls rp->handler.
426 register_kretprobe() returns 0 on success, or a negative errno
473 function returns.
574 of times it returns, registering a return probe on that function may