Home
last modified time | relevance | path

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

/linux-3.3/arch/sh/kernel/
Dftrace.c97 static void *mod_code_newcode; /* holds the text to write to the IP */ variable
134 mod_code_status = probe_kernel_write(mod_code_ip, mod_code_newcode, in ftrace_mod_code()
188 mod_code_newcode = new_code; in do_ftrace_mod_code()
/linux-3.3/arch/x86/kernel/
Dftrace.c126 static const void *mod_code_newcode; /* holds the text to write to the IP */ variable
163 mod_code_status = probe_kernel_write(mod_code_ip, mod_code_newcode, in ftrace_mod_code()
242 mod_code_newcode = new_code; in do_ftrace_mod_code()