Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/kernel/
H A Dftrace.c192 unsigned int old_jump; /* saving place for jump instruction */ variable
199 old_jump = *(unsigned int *)ip; /* save jump over instruction */ in ftrace_enable_ftrace_graph_caller()
202 pr_debug("%s: Replace instruction: 0x%x\n", __func__, old_jump); in ftrace_enable_ftrace_graph_caller()
211 ret = ftrace_modify_code(ip, old_jump); in ftrace_disable_ftrace_graph_caller()