Home
last modified time | relevance | path

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

/linux-4.1.27/samples/livepatch/
Dlivepatch-sample.c52 .new_func = livepatch_cmdline_proc_show,
/linux-4.1.27/include/linux/
Dlivepatch.h49 void *new_func; member
/linux-4.1.27/kernel/livepatch/
Dcore.c341 klp_arch_set_pc(regs, (unsigned long)func->new_func); in klp_ftrace_handler()