Home
last modified time | relevance | path

Searched refs:old_jump (Results 1 – 1 of 1) sorted by relevance

/arch/microblaze/kernel/
Dftrace.c208 unsigned int old_jump; /* saving place for jump instruction */ variable
215 old_jump = *(unsigned int *)ip; /* save jump over instruction */ in ftrace_enable_ftrace_graph_caller()
218 pr_debug("%s: Replace instruction: 0x%x\n", __func__, old_jump); in ftrace_enable_ftrace_graph_caller()
227 ret = ftrace_modify_code(ip, old_jump); in ftrace_disable_ftrace_graph_caller()