Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/kernel/
Dftrace.c84 uint16_t jump_pcrel12 = ((unsigned long)&ftrace_graph_caller - ip) >> 1; in ftrace_enable_ftrace_graph_caller() local
85 jump_pcrel12 |= 0x2000; in ftrace_enable_ftrace_graph_caller()
86 return ftrace_modify_code(ip, (void *)&jump_pcrel12, sizeof(jump_pcrel12)); in ftrace_enable_ftrace_graph_caller()